aboutsummaryrefslogtreecommitdiff
path: root/net/core/neighbour.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-20net: neighbour: Add mcast_resolicit to configure the number of multicast reso...Gravatar YOSHIFUJI Hideaki/吉藤英明 1-4/+11
2015-03-12net: Kill hold_net release_netGravatar Eric W. Biederman 1-7/+2
2015-03-08neigh: Use neigh table index for neigh_packet_xmitGravatar Eric W. Biederman 1-11/+11
2015-03-04neigh: Add helper function neigh_xmitGravatar Eric W. Biederman 1-0/+34
2015-03-04neigh: Factor out ___neigh_lookup_norefGravatar Eric W. Biederman 1-15/+5
2015-03-02neigh: Don't require a dst in neigh_resolve_outputGravatar Eric W. Biederman 1-6/+0
2015-03-02neigh: Don't require dst in neigh_hh_initGravatar Eric W. Biederman 1-4/+4
2015-03-02neigh: Move neigh_compat_output into ax25_ip.cGravatar Eric W. Biederman 1-20/+0
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.Gravatar David S. Miller 1-4/+4
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidGravatar Johannes Berg 1-4/+8
2015-01-14neighbour: fix base_reachable_time(_ms) not effective immediatly when changedGravatar Jean-Francois Remy 1-0/+44
2014-11-11neigh: remove dynamic neigh table registration supportGravatar WANG Cong 1-135/+112
2014-10-29neigh: optimize neigh_parms_release()Gravatar Nicolas Dichtel 1-19/+13
2014-07-28neighbour : fix ndm_type type error issueGravatar Jun Zhao 1-1/+1
2014-07-14neigh: sysctl - simplify address calculation of gc_* variablesGravatar Mathias Krause 1-4/+5
2014-05-13neigh: set nud_state to NUD_INCOMPLETE when probing router reachabilityGravatar Duan Jiong 1-2/+2
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+4
2014-02-27neigh: recompute reachabletime before returning from neigh_periodic_work()Gravatar Duan Jiong 1-3/+3
2014-02-27neigh: directly goto out after setting nud_state to NUD_FAILEDGravatar Duan Jiong 1-0/+1
2014-02-26neigh: probe application via netlink in NUD_PROBEGravatar Timo Teräs 1-4/+4
2014-02-22neigh: fix setting of default gc_* valuesGravatar Jiri Pirko 1-1/+1
2014-01-22net/neighbour: queue work on power efficient wqGravatar viresh kumar 1-2/+3
2014-01-15neigh: split lines for NEIGH_VAR_SET so they are not too longGravatar Jiri Pirko 1-3/+6
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomGravatar Aruna-Hewapathirane 1-2/+3
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2013-12-31vlan: Fix header ops passthru when doing TX VLAN offload.Gravatar David S. Miller 1-1/+1
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2013-12-17neigh: Netlink notification for administrative NUD state changeGravatar Bob Gilligan 1-0/+1
2013-12-11ipv6: router reachability probingGravatar Jiri Benc 1-0/+15
2013-12-10neigh: use neigh_parms_net() to get struct neigh_parms->net pointerGravatar Jiri Pirko 1-1/+1
2013-12-09neigh: ipv6: respect default values set before an address is assigned to deviceGravatar Jiri Pirko 1-1/+6
2013-12-09neigh: restore old behaviour of default parms valuesGravatar Jiri Pirko 1-6/+68
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Gravatar Jiri Pirko 1-1/+13
2013-12-09neigh: wrap proc dointvec functionsGravatar Jiri Pirko 1-10/+45
2013-12-09neigh: convert parms to an arrayGravatar Jiri Pirko 1-190/+137
2013-09-26net: neighbour: use source address of last enqueued packet for solicitationGravatar Hannes Frederic Sowa 1-1/+1
2013-09-03net: neighbour: Remove CONFIG_ARPDGravatar Tim Gardner 1-2/+0
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-7/+22
2013-08-02neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupGravatar Veaceslav Falico 1-4/+6
2013-07-26neigh: prevent overflowing params in /proc/sys/net/ipv4/neigh/Gravatar Francesco Fusco 1-7/+22
2013-07-01neighbour: fix a race in neigh_destroy()Gravatar Eric Dumazet 1-5/+7
2013-06-19neigh: disallow un-init_net to change thresh of neighGravatar Gao feng 1-0/+6
2013-06-19neigh: only allow init_net to change the default neigh_parmsGravatar Gao feng 1-1/+1
2013-06-19neigh: no need to call lookup_neigh_parms in neigh_parms_allocGravatar Gao feng 1-6/+2
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-3/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-04-16neighbour: Convert NEIGH_PRINTK to neigh_dbgGravatar Joe Perches 1-29/+20
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 1-1/+1
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsGravatar Thomas Graf 1-3/+3
2013-01-28net neigh: Optimize neighbor entry size calculation.Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-9/+7