Commit Graph

198 Commits (2bace8b95108746f6123d312f47f5bda4eb17a26)

Author SHA1 Message Date
Stephen Hemminger 89d69d2b75 net: make neigh_ops constant 16 years ago
Florian Westphal 0e8635a8e1 net: remove NET_RX_BAD and NET_RX_CN* defines 16 years ago
Jesper Dangaard Brouer 10e8544801 decnet: Use rcu_barrier() on module unload. 16 years ago
Eric Dumazet 31e6d363ab net: correct off-by-one write allocations reports 16 years ago
Eric Dumazet adf30907d6 net: skb->dst accessors 16 years ago
David S. Miller bec571ec76 decnet: Use SKB queue and list helpers instead of doing it by-hand. 16 years ago
Rami Rosen 04af8cf6f3 net: Remove unused parameter from fill method in fib_rules_ops. 16 years ago
Rami Rosen 8b3521eeb7 ipv4: remove an unused parameter from configure method of fib_rules_ops. 16 years ago
Steven Whitehouse 9948bb6a6d decnet: Use data ready call back, rather than hand coding it 16 years ago
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