Commit Graph

112 Commits (7019298a2a5058c4e324494d6c8d0598214c28f4)

Author SHA1 Message Date
Rusty Russell 0f23174aa8 cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: net 16 years ago
Stephen Hemminger 008298231a netdev: add more functions to netdevice ops 16 years ago
Eric Dumazet e42ea986e4 net: Cleanup of neighbour code 16 years ago
Alexey Dobriyan 9b739ba5e6 net: remove struct neigh_table::pde 16 years ago
Alexey Dobriyan 6d9f239a1e net: '&' redux 16 years ago
Alexey Dobriyan 93adcc80f3 net: don't use INIT_RCU_HEAD 17 years ago
David S. Miller f72051b067 neigh: Remove by-hand SKB queue handling. 17 years ago
Chris Larson 745e203164 net: fix missing pneigh entries in the neighbor seq_file code 17 years ago
Chris Larson bff69732c9 net: in the first call to neigh_seq_next, call neigh_get_first, not neigh_get_idx. 17 years ago
Neil Horman 9a6d276e85 core: add stat to track unresolved discards in neighbor cache 17 years ago
Thomas Graf bc3ed28caa netlink: Improve returned error codes 17 years ago
Stephen Hemminger b9f5f52cca net: neighbour table ABI problem 17 years ago
Denis V. Lunev 5efdccbcda net: assign PDE->data before gluing PDE into /proc tree 17 years ago
YOSHIFUJI Hideaki be01d655d9 [NET] NEIGHBOUR: Extract hash/lookup functions for pneigh entries. 17 years ago
YOSHIFUJI Hideaki 0a204500f9 [NET] NEIGHBOUR: Make each EXPORT_SYMBOL{,_GPL}() immediately follow its function/variable. 17 years ago
YOSHIFUJI Hideaki 878628fbf2 [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 57da52c1e6 [NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 1218854afa [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. 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 fa86d322d8 [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3). 17 years ago
Frank Blaschka 7e36763b2c [NET]: Fix race in generic address resolution. 17 years ago
Denis V. Lunev 0c65babd6c [NETNS]: Default arp parameters lookup. 17 years ago
Denis V. Lunev 4ab438fcd7 [NETNS]: Register neighbour table parameters in the correct namespace. 17 years ago
Wang Chen 46ecf0b994 [NEIGHBOUR]: Use proc_create() to setup ->proc_fops first 17 years ago
Pavel Emelyanov bc4bf5f38c [NEIGH]: Fix race between neighbor lookup and table's hash_rnd update. 17 years ago
Denis V. Lunev da12f7356d [NETNS]: Namespace leak in pneigh_lookup. 17 years ago
David S. Miller 9ff5660746 Revert "[NDISC]: Fix race in generic address resolution" 17 years ago
David S. Miller 69cc64d8d9 [NDISC]: Fix race in generic address resolution 17 years ago
Denis V. Lunev 06f0511df1 [ARP]: neigh_parms_put(destroy) are essentially local to core/neighbour.c. 17 years ago
Denis V. Lunev 14db4133d5 [ARP]: Remove forward declaration of neigh_changeaddr. 17 years ago
Denis V. Lunev 486b51d370 [ARP]: Remove overkill checks from neigh_param_alloc. 17 years ago
Denis V. Lunev 4250846146 [NEIGH]: Make /proc/net/arp opening consistent with seq_net_open semantics 17 years ago
Eric Dumazet 9a429c4983 [NET]: Add some acquires/releases sparse annotations. 17 years ago
Eric W. Biederman 426b5303eb [NETNS]: Modify the neighbour table code so it handles multiple network namespaces 17 years ago
Pavel Emelyanov a43d8994b9 [NEIGH]: Make neigh_add_timer symmetrical to neigh_del_timer. 17 years ago
Pavel Emelyanov c3bac5a71b [NEIGH]: Use the ctl paths to create neighbours sysctls 17 years ago
Pavel Emelyanov 3c607bbb47 [NEIGH]: Cleanup the neigh_sysctl_register 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
Pavel Emelyanov b24b8a247f [NET]: Convert init_timer into setup_timer 17 years ago
David S. Miller cecbb63967 [NEIGH]: Revert 'Fix race between neigh_parms_release and neightbl_fill_parms' 17 years ago
Pavel Emelyanov 9cd4002942 [NEIGH]: Fix race between neigh_parms_release and neightbl_fill_parms 17 years ago
Alexey Dobriyan 3f192b5c58 [NET]: Remove /proc/net/stat/*_arp_cache upon module removal 17 years ago
Randy Dunlap bfb85c9f75 [ATM]: Fix clip module reload crash. 18 years ago
Eric W. Biederman d12af679bc sysctl: fix neighbour table sysctls. 18 years ago
Pavel Emelyanov 4ae289444b [NEIGH]: Ensure that pneigh_lookup is protected with RTNL 18 years ago
Stephen Hemminger 3b04ddde02 [NET]: Move hardware header operations out of netdevice. 18 years ago
Stephen Hemminger 0c4e85813d [NET]: Wrap netdevice hardware header creation. 18 years ago
Eric W. Biederman 881d966b48 [NET]: Make the device list and device lookups per namespace. 18 years ago