Commit Graph

139 Commits (431697eb60d2d36614096aff12bd1b826a9f9bc1)

Author SHA1 Message Date
Eric Dumazet 6193d2be29 neigh: __rcu annotations 14 years ago
Shan Wei 4c306a9291 net: kill unused macros 14 years ago
Tejun Heo a5c30b349b net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync() 14 years ago
Eric Dumazet 0ed8ddf404 neigh: Protect neigh->ha[] with a seqlock 15 years ago
Eric Dumazet 34d101dd62 neigh: speedup neigh_hh_init() 15 years ago
Eric Dumazet 767e97e1e0 neigh: RCU conversion of struct neighbour 15 years ago
Eric Dumazet d6bf781712 net neigh: RCU conversion of neigh hash table 15 years ago
Eric Dumazet 110b249937 net neigh: neigh_delete() and neigh_add() changes 15 years ago
Eric Dumazet c7d4426a98 net: introduce DST_NOCACHE flag 15 years ago
Eric Dumazet a02cec2155 net: return operator cleanup 15 years ago
Doug Kehn 91a72a7059 net/core: neighbour update Oops 15 years ago
Eric Dumazet a47311380e net: fix __neigh_event_send() 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Eric Dumazet 0a141509ed net: Annotates neigh_invalidate() 15 years ago
Eric W. Biederman 54716e3beb net neigh: Decouple per interface neighbour table controls from binary sysctls 15 years ago
Alexey Dobriyan 81c1ebfc43 neigh: simplify seq_file code 15 years ago
Octavian Purdila 09ad9bc752 net: use net_eq to compare nets 15 years ago
Eric W. Biederman f8572d8f2a sysctl net: Remove unused binary sysctl code 15 years ago
Eric Dumazet e4c4e448cf neigh: Convert garbage collection from softirq to workqueue 16 years ago
Tobias Klauser 97fd5bc7f2 net: Rename lookup_neigh_params function 16 years ago
Timo Teras 5ef12d98a1 neigh: fix state transition INCOMPLETE->FAILED via Netlink request 16 years ago
Eric Dumazet adf30907d6 net: skb->dst accessors 16 years ago
Eric Biederman 0c5c2d3089 neigh: Allow for user space users of the neighbour table 16 years ago
Wei Yongjun f3fbbe0f6f core: remove some pointless conditionals before kfree_skb() 16 years ago
Pablo Neira Ayuso 1ce85fe402 netlink: change nlmsg_notify() return value logic 16 years ago
Gautam Kachroo efc683fc2a neigh: some entries can be skipped during dumping 16 years ago
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