summaryrefslogtreecommitdiff
path: root/net/ipv4/arp.c
AgeCommit message (Expand)Author
2024-02-20arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2022-08-22ipv4: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-15net: ipv4: new arp_accept option to accept garp only if in-networkJaehee Park
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang
2022-04-25arp: fix unused variable warnning when CONFIG_PROC_FS=nYajun Deng
2022-02-26net: neigh: add skb drop reasons to arp_error_report()Menglong Dong
2022-02-21ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel
2021-11-22arp: Remove #ifdef CONFIG_PROC_FSYajun Deng
2021-11-01net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood
2020-11-13net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike
2020-03-12inet: Use fallthrough;Joe Perches
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