summaryrefslogtreecommitdiff
path: root/net/core/neighbour.c
AgeCommit message (Expand)Author
2015-12-14net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov
2015-07-10neigh: do not modify unlinked entriesJulian Anastasov
2015-03-20net: neighbour: Add mcast_resolicit to configure the number of multicast reso...YOSHIFUJI Hideaki/吉藤英明
2015-03-12net: Kill hold_net release_netEric W. Biederman
2015-03-08neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman
2015-03-04neigh: Add helper function neigh_xmitEric W. Biederman
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman
2015-03-02neigh: Don't require a dst in neigh_resolve_outputEric W. Biederman
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman
2015-03-02neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman
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