summaryrefslogtreecommitdiff
path: root/net/ipv4/arp.c
AgeCommit message (Expand)AuthorFilesLines
4 daysarp: do not assume dev_hard_header() does not change skb->headEric Dumazet1-3/+4
2025-08-21net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet1-1/+1
2025-07-18neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima1-3/+1
2025-07-18neighbour: Split pneigh_lookup().Kuniyuki Iwashima1-2/+2
2025-06-14net: arp: use kfree_skb_reason() in arp_rcv()Qiu Yutan1-3/+7
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-02-20arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao1-1/+1
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2025-02-13arp: Convert SIOCDARP and SIOCSARP to per-netns RTNL.Kuniyuki Iwashima1-6/+6
2025-02-11arp: use RCU protection in arp_xmit()Eric Dumazet1-1/+3
2024-11-10neighbour: Remove bare neighbour::next pointerGilad Naaman1-1/+1
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