summaryrefslogtreecommitdiffstats
path: root/net/ipv4/arp.c
Commit message (Expand)AuthorAgeFilesLines
* NET: Fix /proc/net/arp for AX.25Ralf Baechle2017-02-131-6/+6
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-1/+1
* arp: correct return value of arp_rcvZhang Shengju2016-03-071-15/+20
* ipv4: add option to drop gratuitous ARP packetsJohannes Berg2016-02-111-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-3/+5
|\
| * ipv4: fix reply_dst leakage on arp replyJiri Benc2015-10-051-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-14/+25
|\|
| * ipv4: send arp replies to the correct tunnelJiri Benc2015-09-241-14/+25
* | netfilter: Pass net into okfnEric W. Biederman2015-09-171-4/+3
* | netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-4/+6
* | arp: Introduce arp_xmit_finishEric W. Biederman2015-09-171-1/+6
|/
* net: Fix up inet_addr_type checksDavid Ahern2015-08-131-6/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-311-7/+9
|\
| * arp: filter NOARP neighbours for SIOCGARPEric Dumazet2015-07-281-7/+9
* | arp: Inherit metadata dst when creating ARP requestsThomas Graf2015-07-211-28/+37
|/
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-4/+6
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-1/+1
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-13/+13
* neigh: Factor out ___neigh_lookup_norefEric W. Biederman2015-03-041-1/+8
* neigh: Don't require dst in neigh_hh_initEric W. Biederman2015-03-021-0/+1
* arp: Kill arp_findEric W. Biederman2015-03-021-65/+0
* arp: Remove special case to give AX25 it's open arp operations.Eric W. Biederman2015-03-021-37/+0
* neigh: remove dynamic neigh table registration supportWANG Cong2014-11-111-1/+1
* arp: Do not perturb drop profiles with ignored ARP packetsRick Jones2014-09-281-1/+5
* ipv4: arp: update neighbour address when a gratuitous arp is received and arp...Salam Noureddine2014-01-021-5/+10
* arp: make arp_invalidate staticStephen Hemminger2013-12-281-2/+1
* ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel2013-12-111-1/+3
* neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-091-1/+1
* neigh: convert parms to an arrayJiri Pirko2013-12-091-15/+18
* net: neighbour: Remove CONFIG_ARPDTim Gardner2013-09-031-2/+0
* arp: flush arp cache on IFF_NOARP changeTimo Teräs2013-05-281-0/+6
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* firewire net, ipv4 arp: Extend hardware address and remove driver-level packe...YOSHIFUJI Hideaki / 吉藤英明2013-03-261-6/+21
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* arp: fix possible crash in arp_rcv()Eric Dumazet2013-02-101-10/+11
* arp: fix a regression in arp_solicit()Cong Wang2012-12-241-3/+3
* ipv4: arp: fix a lockdep splat in arp_solicit()Eric Dumazet2012-12-211-5/+3
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-181-1/+1
* ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-181-1/+1
* ipv4: Fix input route performance regression.David S. Miller2012-07-261-1/+1
* ipv4: Adjust semantics of rt->rt_gateway.David S. Miller2012-07-201-2/+1
* ipv4: Kill ip_route_input_noref().David Miller2012-07-201-1/+1
* Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller2012-06-271-1/+1
* ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet2012-06-271-1/+1
* ipv4: Add interface option to enable routing of 127.0.0.0/8Thomas Graf2012-06-121-1/+2
* Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2012-05-161-12/+1
|\
| * net: delete all instances of special processing for token ringPaul Gortmaker2012-05-151-12/+1
* | net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-05-161-4/+5
|/
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2