summaryrefslogtreecommitdiffstats
path: root/include/net/neighbour.h
Commit message (Expand)AuthorAgeFilesLines
* net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern2019-04-181-0/+2
* neighbor: Add skip_cache argument to neigh_outputDavid Ahern2019-04-091-2/+3
* neighbour: register rtnl doit handlerRoopa Prabhu2018-12-191-0/+1
* neighbor: Add protocol attributeDavid Ahern2018-12-161-0/+2
* neighbor: Improve neighbour struct layoutDavid Ahern2018-12-151-2/+2
* neighbor: Move neigh_update_ext_learned to core fileDavid Ahern2018-12-151-18/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-5/+23
|\
| * neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio2018-12-081-5/+23
* | neighbor: Improve garbage collectionDavid Ahern2018-12-081-0/+3
|/
* net: Evict neighbor entries on carrier downDavid Ahern2018-10-121-0/+1
* neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu2018-09-241-0/+15
* neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu2018-04-251-1/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan2017-09-261-1/+1
* | neigh: make struct neigh_table::entry_size unsigned intAlexey Dobriyan2017-09-261-1/+1
|/
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+1
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-1/+1
* | net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* | net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+5
* | neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan2017-06-051-0/+1
|/
* net: neigh: make ->hh_len 32-bitAlexey Dobriyan2017-04-121-2/+2
* neighbour: fix nlmsg_pid in notificationsRoopa Prabhu2017-03-221-1/+2
* net: rename dst_neigh_output back to neigh_outputJulian Anastasov2017-02-121-0/+10
* net: add explicit logging and stat for neighbour table overflowRick Jones2015-08-101-0/+1
* net: neighbour: Add mcast_resolicit to configure the number of multicast reso...YOSHIFUJI Hideaki/吉藤英明2015-03-211-0/+1
* net: Introduce possible_net_tEric W. Biederman2015-03-121-6/+2Star
* neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman2015-03-091-0/+1
* neigh: Add helper function neigh_xmitEric W. Biederman2015-03-041-0/+3
* neigh: Factor out ___neigh_lookup_norefEric W. Biederman2015-03-041-0/+52
* neigh: Don't require dst in neigh_hh_initEric W. Biederman2015-03-021-0/+1
* neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman2015-03-021-1/+0Star
* neigh: remove next ptr from struct neigh_tableNicolas Dichtel2014-12-261-1/+0Star
* neigh: remove dynamic neigh table registration supportWANG Cong2014-11-111-2/+9
* neigh: optimize neigh_parms_release()Nicolas Dichtel2014-10-291-1/+2
* netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso2014-09-261-1/+1
* neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause2014-07-141-1/+0Star
* neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.Jiri Pirko2014-01-161-0/+5
* ipv6: router reachability probingJiri Benc2013-12-111-0/+1
* neigh: restore old behaviour of default parms valuesJiri Pirko2013-12-101-0/+13
* neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-101-1/+6
* neigh: wrap proc dointvec functionsJiri Pirko2013-12-101-0/+9
* neigh: convert parms to an arrayJiri Pirko2013-12-101-13/+35
* arp/neighbour.h: Remove extern from function prototypesJoe Perches2013-08-011-50/+48Star
* net neighbour, decnet: Ensure to align device private data on preferred align...YOSHIFUJI Hideaki / 吉藤英明2013-02-111-0/+1
* net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明2013-01-291-1/+1
* net: output path optimizationsEric Dumazet2012-08-081-5/+9
* net: Do delayed neigh confirmation.David S. Miller2012-07-051-15/+0Star
* ipv4: Make neigh lookups directly in output packet path.David S. Miller2012-07-051-2/+9
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2