summaryrefslogtreecommitdiff
path: root/net/ipv4/arp.c
AgeCommit message (Expand)Author
2018-04-12arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines
2018-01-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
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
2013-09-03net: neighbour: Remove CONFIG_ARPDTim Gardner
2013-05-28arp: flush arp cache on IFF_NOARP changeTimo Teräs
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-03-26firewire net, ipv4 arp: Extend hardware address and remove driver-level packe...YOSHIFUJI Hideaki / 吉藤英明
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-02-10arp: fix possible crash in arp_rcv()Eric Dumazet
2012-12-24arp: fix a regression in arp_solicit()Cong Wang
2012-12-21ipv4: arp: fix a lockdep splat in arp_solicit()Eric Dumazet