aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/neighbour.h
Commit message (Expand)AuthorAgeFilesLines
* net: Cleanup of neighbour codeEric Dumazet2008-11-121-10/+2
* net: remove struct neigh_table::pdeAlexey Dobriyan2008-11-111-3/+0
* core: add stat to track unresolved discards in neighbor cacheNeil Horman2008-07-161-1/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-0/+4
|\
| * [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).Pavel Emelyanov2008-03-241-0/+4
* | [NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-0/+25
* | [NET] NEIGHBOUR: Remove unpopular neigh_is_connected().YOSHIFUJI Hideaki2008-03-041-6/+0
|/
* [ARP]: neigh_parms_put(destroy) are essentially local to core/neighbour.c.Denis V. Lunev2008-01-281-7/+0
* [NEIGH]: Add a comment describing what a NUD stands for.Pavel Emelyanov2008-01-281-0/+4
* [NEIGH]: Make /proc/net/arp opening consistent with seq_net_open semanticsDenis V. Lunev2008-01-281-1/+1
* [NEIGH]: Remove unused method from include/net/neighbour.hRami Rosen2008-01-281-4/+0
* [NETNS]: Modify the neighbour table code so it handles multiple network names...Eric W. Biederman2008-01-281-3/+7
* [NEIGH]: Use rtnl registration interfaceThomas Graf2007-04-251-9/+1
* [NET]: Fix neighbour destructor handling.Alexey Kuznetsov2007-03-251-1/+1
* [NET]: Convert hh_lock to seqlock.Stephen Hemminger2006-12-081-0/+18
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [IPV6] NDISC: Set per-entry is_router flag in Proxy NA.Ville Nuorvala2006-09-221-0/+1
* [NEIGHBOUR]: Use ALIGN() macro.Stephen Hemminger2006-09-221-1/+1
* [NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf2006-09-221-37/+2
* [NEIGH]: Fix IP-over-ATM and ARP interaction.Simon Kelley2006-05-121-0/+1
* [NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin2006-03-201-1/+1
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-1/+1
* [NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy2005-08-291-1/+8
* [NEIGHBOUR]: Remove unused fields in struct neigh_parms and neigh_tableThomas Graf2005-06-181-3/+0
* [NETLINK]: Neighbour table configuration and statistics via rtnetlinkThomas Graf2005-06-181-0/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+370