summaryrefslogtreecommitdiff
path: root/net/ipv4/arp.c
AgeCommit message (Expand)Author
2018-04-13arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines
2018-04-13arp: honour gratuitous ARP _replies_Ihar Hrachyshka
2018-01-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2017-06-17NET: Fix /proc/net/arp for AX.25Ralf Baechle
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
2012-11-18net: Allow userns root to control ipv4Eric W. Biederman
2012-09-18ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel
2012-07-26ipv4: Fix input route performance regression.David S. Miller
2012-07-20ipv4: Adjust semantics of rt->rt_gateway.David S. Miller
2012-07-20ipv4: Kill ip_route_input_noref().David Miller
2012-06-27Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller
2012-06-27ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet
2012-06-12ipv4: Add interface option to enable routing of 127.0.0.0/8Thomas Graf
2012-05-16Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet