summaryrefslogtreecommitdiff
path: root/net/core/neighbour.c
AgeCommit message (Expand)Author
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-14neighbour: fix base_reachable_time(_ms) not effective immediatly when changedJean-Francois Remy
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong
2014-10-29neigh: optimize neigh_parms_release()Nicolas Dichtel
2014-07-28neighbour : fix ndm_type type error issueJun Zhao
2014-07-14neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause
2014-05-13neigh: set nud_state to NUD_INCOMPLETE when probing router reachabilityDuan Jiong
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-27neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong
2014-02-27neigh: directly goto out after setting nud_state to NUD_FAILEDDuan Jiong
2014-02-26neigh: probe application via netlink in NUD_PROBETimo Teräs
2014-02-22neigh: fix setting of default gc_* valuesJiri Pirko
2014-01-22net/neighbour: queue work on power efficient wqviresh kumar
2014-01-15neigh: split lines for NEIGH_VAR_SET so they are not too longJiri Pirko
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-31vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-17neigh: Netlink notification for administrative NUD state changeBob Gilligan
2013-12-11ipv6: router reachability probingJiri Benc
2013-12-10neigh: use neigh_parms_net() to get struct neigh_parms->net pointerJiri Pirko
2013-12-09neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko
2013-12-09neigh: restore old behaviour of default parms valuesJiri Pirko
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko
2013-12-09neigh: wrap proc dointvec functionsJiri Pirko
2013-12-09neigh: convert parms to an arrayJiri Pirko
2013-09-26net: neighbour: use source address of last enqueued packet for solicitationHannes Frederic Sowa
2013-09-03net: neighbour: Remove CONFIG_ARPDTim Gardner
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-02neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico
2013-07-26neigh: prevent overflowing params in /proc/sys/net/ipv4/neigh/Francesco Fusco
2013-07-01neighbour: fix a race in neigh_destroy()Eric Dumazet
2013-06-19neigh: disallow un-init_net to change thresh of neighGao feng
2013-06-19neigh: only allow init_net to change the default neigh_parmsGao feng
2013-06-19neigh: no need to call lookup_neigh_parms in neigh_parms_allocGao feng
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-16neighbour: Convert NEIGH_PRINTK to neigh_dbgJoe Perches
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-01-28net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明
2013-01-22neigh: Keep neighbour cache entries if number of them is small enough.YOSHIFUJI Hideaki / 吉藤英明
2012-12-05net: fix some compiler warning in net/core/neighbour.cCong Wang
2012-12-05net: neighbour: prohibit negative value for unres_qlen_bytes parameterShan Wei
2012-11-18net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman
2012-10-07net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds