Commit Graph

189 Commits (4499b23933b44bf9e56d1a29b51d9a62941f9fa4)

Author SHA1 Message Date
Ilpo Järvinen a0bffffc14 net/*: use linux/kernel.h swap() 16 years ago
Stephen Hemminger 7546dd97d2 net: convert usage of packet_type to read_mostly 16 years ago
Hannes Eder e57c624be8 decnet: fix sparse warnings: symbol shadows an earlier one 16 years ago
Hannes Eder 8521c27ee7 decnet: fix sparse warnings: context imbalance 16 years ago
Wei Yongjun db849df63c decnet: remove some pointless conditionals before kfree_skb() 16 years ago
Pablo Neira Ayuso 1ce85fe402 netlink: change nlmsg_notify() return value logic 16 years ago
Harvey Harrison 09640e6365 net: replace uses of __constant_{endian} 16 years ago
Roel Kluin 5eaa65b240 net: Make static 16 years ago
Harvey Harrison c4106aa88a decnet: remove private wrappers of endian helpers 16 years ago
Alexey Dobriyan 52479b623d netns xfrm: lookup in netns 16 years ago
Qinghuang Feng cf005b1d0e net: remove redundant argument comments 16 years ago
Alexey Dobriyan 6bb3ce25d0 net: remove struct dst_entry::entry_size 16 years ago
Alexey Dobriyan 6d9f239a1e net: '&' redux 16 years ago
Johannes Berg 95a5afca4a net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) 17 years ago
Alexey Dobriyan f221e726bf sysctl: simplify ->strategy 17 years ago
David S. Miller 8fa0b315fc decnet: Fix compiler warning in dn_dev.c 17 years ago
YOSHIFUJI Hideaki 721499e893 netns: Use net_eq() to compare net-namespaces for optimization. 17 years ago
Pavel Emelyanov 5c52ba170f sock: add net to prot->enter_memory_pressure callback 17 years ago
Denis V. Lunev ae299fc051 net: add fib_rules_ops to flush_cache method 17 years ago
David S. Miller 22196d3648 decnet: Remove SOCK_SLEEP_{PRE,POST} usage. 17 years ago
Satoru SATOH 5ffc02a158 ip: Use inline function dst_metric() instead of direct access to dst->metric[] 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
Pavel Emelyanov c20932d2c9 [ATALK/DECNET]: Use seq_open_private in appletalk and decnet. 17 years ago
Eric Dumazet fca09fb732 [DECNET] ROUTE: remove unecessary alignment 17 years ago
Denis V. Lunev 9e3a548781 [NETNS]: FIB rules API cleanup. 17 years ago
Denis V. Lunev 0359238333 [FIB]: Add netns to fib_rules_ops. 17 years ago
Denis V. Lunev b7c6ba6eb1 [NETNS]: Consolidate kernel netlink socket destruction. 17 years ago
Daniel Lezcano 569d36452e [NETNS][DST] dst: pass the dst_ops as parameter to the gc functions 17 years ago
Denis V. Lunev 868d13ac81 [NETNS]: Pass fib_rules_ops into default_pref method. 17 years ago
Denis V. Lunev f8c26b8d58 [NETNS]: Add netns parameter to fib_rules_(un)register. 17 years ago
Pavel Emelyanov 3151a9ab04 [DECNET]: Switch to using ctl_paths. 17 years ago
Eric W. Biederman 426b5303eb [NETNS]: Modify the neighbour table code so it handles multiple network namespaces 17 years ago
Patrick McHardy 33b8e77605 [NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option 17 years ago
YOSHIFUJI Hideaki b98999dc38 [DECNET]: Use htons() where appropriate. 17 years ago
Herbert Xu 96eba69dba [DECNET]: Fix inverted wait flag in xfrm_lookup call 17 years ago
Herbert Xu bb72845e69 [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT 17 years ago
Patrick McHardy 1999414a4e [NETFILTER]: Mark hooks __read_mostly 17 years ago
Denis V. Lunev dd88590995 [DECNET]: Remove extra memset from dn_fib_check_nh 17 years ago
Denis V. Lunev 97c53cacf0 [NET]: Make rtnetlink infrastructure network namespace aware (v3) 17 years ago
Denis V. Lunev b854272b3c [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) 17 years ago
Herbert Xu 352e512c32 [NET]: Eliminate duplicate copies of dst_discard 17 years ago
Pavel Emelyanov b24b8a247f [NET]: Convert init_timer into setup_timer 17 years ago
Eric Dumazet 0d89d7944f [DECNET] ROUTE: fix rcu_dereference() uses in /proc/net/decnet_cache 17 years ago
Pavel Emelyanov 3ccd86241b [DECNET]: dn_nl_deladdr() almost always returns no error 17 years ago
Denis V. Lunev 2994c63863 [INET]: Small possible memory leak in FIB rules 17 years ago
Pavel Emelyanov 03f49f3457 [NET]: Make helper to get dst entry and "use" it 17 years ago
Alexey Dobriyan 4e058063f4 [DECNET]: "addr" module param can't be __initdata 17 years ago
Pavel Emelyanov 6257ff2177 [NET]: Forget the zero_it argument of sk_alloc() 17 years ago
Herbert Xu 3db05fea51 [NETFILTER]: Replace sk_buff ** with sk_buff * 18 years ago