summaryrefslogtreecommitdiff
path: root/net/ipv4/arp.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02arp: Convert ioctl(SIOCGARP) to RCU.Kuniyuki Iwashima1-10/+18
2024-05-02arp: Get dev after calling arp_req_(delete|set|get)().Kuniyuki Iwashima1-36/+50
2024-05-02arp: Remove a nest in arp_req_get().Kuniyuki Iwashima1-13/+18
2024-05-02arp: Factorise ip_route_output() call in arp_req_set() and arp_req_delete().Kuniyuki Iwashima1-20/+30
2024-05-02arp: Validate netmask earlier for SIOCDARP and SIOCSARP in arp_ioctl().Kuniyuki Iwashima1-12/+15
2024-05-02arp: Move ATF_COM setting in arp_req_set().Kuniyuki Iwashima1-3/+6
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault1-3/+6
2024-02-20arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima1-1/+2
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet1-4/+4
2022-08-23ipv4: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-16net: ipv4: new arp_accept option to accept garp only if in-networkJaehee Park1-2/+22
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang1-0/+1
2022-04-25arp: fix unused variable warnning when CONFIG_PROC_FS=nYajun Deng1-5/+2
2022-02-26net: neigh: add skb drop reasons to arp_error_report()Menglong Dong1-1/+1
2022-02-21ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel1-2/+7
2021-11-22arp: Remove #ifdef CONFIG_PROC_FSYajun Deng1-25/+8
2021-11-02net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood1-1/+10
2020-11-14net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+6
2020-03-13inet: 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-06arp: 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-30neigh: 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-05neigh: 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-14NET: Fix /proc/net/arp for AX.25Ralf Baechle1-6/+6
2016-04-28net: 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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+25
2015-09-25ipv4: send arp replies to the correct tunnelJiri Benc1-14/+25
2015-09-18netfilter: Pass net into okfnEric W. Biederman1-4/+3
2015-09-18netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-4/+6