aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/arp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-12inet: Use fallthrough;Joe Perches1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-10-12net: Evict neighbor entries on carrier downDavid Ahern1-0/+2
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-14/+3
2018-04-05arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines1-1/+1
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai1-0/+1
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall1-1/+6
2017-10-18ipv4: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-04neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan1-0/+4
2017-05-25arp: fixed -Wuninitialized compiler warningIhar Hrachyshka1-1/+1
2017-05-21arp: always override existing neigh entries with gratuitous ARPIhar Hrachyshka1-4/+5
2017-05-21arp: postpone addr_type calculation to as late as possibleIhar Hrachyshka1-7/+17
2017-05-21arp: decompose is_garp logic into a separate functionIhar Hrachyshka1-12/+23
2017-05-21arp: fixed error in a commentIhar Hrachyshka1-1/+1
2017-05-17arp: honour gratuitous ARP _replies_Ihar Hrachyshka1-2/+14
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu1-3/+3
2017-02-13NET: Fix /proc/net/arp for AX.25Ralf Baechle1-6/+6
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-1/+1
2016-03-07arp: correct return value of arp_rcvZhang Shengju1-15/+20
2016-02-11ipv4: add option to drop gratuitous ARP packetsJohannes Berg1-0/+8
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2015-10-05ipv4: fix reply_dst leakage on arp replyJiri Benc1-3/+5
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+25
2015-09-24ipv4: send arp replies to the correct tunnelJiri Benc1-14/+25
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-4/+3
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-4/+6
2015-09-17arp: Introduce arp_xmit_finishEric W. Biederman1-1/+6
2015-08-13net: Fix up inet_addr_type checksDavid Ahern1-6/+9
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+9
2015-07-28arp: filter NOARP neighbours for SIOCGARPEric Dumazet1-7/+9
2015-07-21arp: Inherit metadata dst when creating ARP requestsThomas Graf1-28/+37
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-4/+6
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-1/+1
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-13/+13
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman1-1/+8
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman1-0/+1
2015-03-02arp: Kill arp_findEric W. Biederman1-65/+0
2015-03-02arp: Remove special case to give AX25 it's open arp operations.Eric W. Biederman1-37/+0
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong1-1/+1
2014-09-28arp: Do not perturb drop profiles with ignored ARP packetsRick Jones1-1/+5
2014-01-02ipv4: arp: update neighbour address when a gratuitous arp is received and arp_accept is setSalam Noureddine1-5/+10
2013-12-28arp: make arp_invalidate staticStephen Hemminger1-2/+1
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel1-1/+3
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko1-1/+1