summaryrefslogtreecommitdiffstats
path: root/net/ipv4/arp.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+1
* neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet2017-08-291-1/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan2017-06-041-0/+4
* arp: fixed -Wuninitialized compiler warningIhar Hrachyshka2017-05-251-1/+1
* arp: always override existing neigh entries with gratuitous ARPIhar Hrachyshka2017-05-211-4/+5
* arp: postpone addr_type calculation to as late as possibleIhar Hrachyshka2017-05-211-7/+17
* arp: decompose is_garp logic into a separate functionIhar Hrachyshka2017-05-211-12/+23
* arp: fixed error in a commentIhar Hrachyshka2017-05-211-1/+1
* arp: honour gratuitous ARP _replies_Ihar Hrachyshka2017-05-171-2/+14
* neighbour: fix nlmsg_pid in notificationsRoopa Prabhu2017-03-221-3/+3
* 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
OpenPOWER on IntegriCloud