aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-14neighbour: fix base_reachable_time(_ms) not effective immediatly when changedJean-Francois Remy1-0/+44
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong1-135/+112
2014-10-29neigh: optimize neigh_parms_release()Nicolas Dichtel1-19/+13
2014-07-28neighbour : fix ndm_type type error issueJun Zhao1-1/+1
2014-07-14neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause1-4/+5
2014-05-13neigh: set nud_state to NUD_INCOMPLETE when probing router reachabilityDuan Jiong1-2/+2
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2014-02-27neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong1-3/+3
2014-02-27neigh: directly goto out after setting nud_state to NUD_FAILEDDuan Jiong1-0/+1
2014-02-26neigh: probe application via netlink in NUD_PROBETimo Teräs1-4/+4
2014-02-22neigh: fix setting of default gc_* valuesJiri Pirko1-1/+1
2014-01-22net/neighbour: queue work on power efficient wqviresh kumar1-2/+3
2014-01-15neigh: split lines for NEIGH_VAR_SET so they are not too longJiri Pirko1-3/+6
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-2/+3
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-12-31vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller1-1/+1
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-12-17neigh: Netlink notification for administrative NUD state changeBob Gilligan1-0/+1
2013-12-11ipv6: router reachability probingJiri Benc1-0/+15
2013-12-10neigh: use neigh_parms_net() to get struct neigh_parms->net pointerJiri Pirko1-1/+1
2013-12-09neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko1-1/+6
2013-12-09neigh: restore old behaviour of default parms valuesJiri Pirko1-6/+68
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko1-1/+13
2013-12-09neigh: wrap proc dointvec functionsJiri Pirko1-10/+45
2013-12-09neigh: convert parms to an arrayJiri Pirko1-190/+137
2013-09-26net: neighbour: use source address of last enqueued packet for solicitationHannes Frederic Sowa1-1/+1
2013-09-03net: neighbour: Remove CONFIG_ARPDTim Gardner1-2/+0
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+22
2013-08-02neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico1-4/+6
2013-07-26neigh: prevent overflowing params in /proc/sys/net/ipv4/neigh/Francesco Fusco1-7/+22
2013-07-01neighbour: fix a race in neigh_destroy()Eric Dumazet1-5/+7
2013-06-19neigh: disallow un-init_net to change thresh of neighGao feng1-0/+6
2013-06-19neigh: only allow init_net to change the default neigh_parmsGao feng1-1/+1
2013-06-19neigh: no need to call lookup_neigh_parms in neigh_parms_allocGao feng1-6/+2
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-04-16neighbour: Convert NEIGH_PRINTK to neigh_dbgJoe Perches1-29/+20
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-3/+3
2013-01-28net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明1-9/+7
2013-01-22neigh: Keep neighbour cache entries if number of them is small enough.YOSHIFUJI Hideaki / 吉藤英明1-0/+4
2012-12-05net: fix some compiler warning in net/core/neighbour.cCong Wang1-3/+2
2012-12-05net: neighbour: prohibit negative value for unres_qlen_bytes parameterShan Wei1-5/+12
2012-11-18net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman1-9/+0
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman1-0/+9
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman1-0/+4
2012-10-07net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com1-4/+2
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-4/+4
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo1-1/+1