summaryrefslogtreecommitdiff
path: root/net/ipv4/arp.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-10-12net: Evict neighbor entries on carrier downDavid Ahern
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-04-05arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2017-10-18ipv4: mark expected switch fall-throughsGustavo A. R. Silva
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-04neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan
2017-05-25arp: fixed -Wuninitialized compiler warningIhar Hrachyshka
2017-05-21arp: always override existing neigh entries with gratuitous ARPIhar Hrachyshka
2017-05-21arp: postpone addr_type calculation to as late as possibleIhar Hrachyshka
2017-05-21arp: decompose is_garp logic into a separate functionIhar Hrachyshka
2017-05-21arp: fixed error in a commentIhar Hrachyshka
2017-05-17arp: honour gratuitous ARP _replies_Ihar Hrachyshka
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu
2017-02-13NET: Fix /proc/net/arp for AX.25Ralf Baechle
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-03-07arp: correct return value of arp_rcvZhang Shengju
2016-02-11ipv4: add option to drop gratuitous ARP packetsJohannes Berg
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-05ipv4: fix reply_dst leakage on arp replyJiri Benc
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-24ipv4: send arp replies to the correct tunnelJiri Benc
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman
2015-09-17arp: Introduce arp_xmit_finishEric W. Biederman
2015-08-13net: Fix up inet_addr_type checksDavid Ahern
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-28arp: filter NOARP neighbours for SIOCGARPEric Dumazet
2015-07-21arp: Inherit metadata dst when creating ARP requestsThomas Graf
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman
2015-03-02arp: Kill arp_findEric W. Biederman
2015-03-02arp: Remove special case to give AX25 it's open arp operations.Eric W. Biederman
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong
2014-09-28arp: Do not perturb drop profiles with ignored ARP packetsRick Jones
2014-01-02ipv4: arp: update neighbour address when a gratuitous arp is received and arp...Salam Noureddine
2013-12-28arp: make arp_invalidate staticStephen Hemminger
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko
2013-12-09neigh: convert parms to an arrayJiri Pirko