summaryrefslogtreecommitdiff
path: root/net/ipv4/arp.c
Commit message (Expand)AuthorAge
* arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines2018-04-05
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* net: Use octal not symbolic permissionsJoe Perches2018-03-26
* net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-17
|\
| * ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-15
* | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-16
|/
* ipv4: mark expected switch fall-throughsGustavo A. R. Silva2017-10-18
* neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet2017-08-29
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-16
* neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan2017-06-04
* arp: fixed -Wuninitialized compiler warningIhar Hrachyshka2017-05-25
* arp: always override existing neigh entries with gratuitous ARPIhar Hrachyshka2017-05-21
* arp: postpone addr_type calculation to as late as possibleIhar Hrachyshka2017-05-21
* arp: decompose is_garp logic into a separate functionIhar Hrachyshka2017-05-21
* arp: fixed error in a commentIhar Hrachyshka2017-05-21
* arp: honour gratuitous ARP _replies_Ihar Hrachyshka2017-05-17
* neighbour: fix nlmsg_pid in notificationsRoopa Prabhu2017-03-22
* NET: Fix /proc/net/arp for AX.25Ralf Baechle2017-02-13
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-27
* arp: correct return value of arp_rcvZhang Shengju2016-03-07
* ipv4: add option to drop gratuitous ARP packetsJohannes Berg2016-02-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-20
|\
| * ipv4: fix reply_dst leakage on arp replyJiri Benc2015-10-05
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-26
|\ \ | |/
| * ipv4: send arp replies to the correct tunnelJiri Benc2015-09-24
* | netfilter: Pass net into okfnEric W. Biederman2015-09-17
* | netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-17
* | arp: Introduce arp_xmit_finishEric W. Biederman2015-09-17
|/
* net: Fix up inet_addr_type checksDavid Ahern2015-08-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-31
|\
| * arp: filter NOARP neighbours for SIOCGARPEric Dumazet2015-07-28
* | arp: Inherit metadata dst when creating ARP requestsThomas Graf2015-07-21
|/
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-07
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-03
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-03
* neigh: Factor out ___neigh_lookup_norefEric W. Biederman2015-03-04
* neigh: Don't require dst in neigh_hh_initEric W. Biederman2015-03-02
* arp: Kill arp_findEric W. Biederman2015-03-02
* arp: Remove special case to give AX25 it's open arp operations.Eric W. Biederman2015-03-02
* neigh: remove dynamic neigh table registration supportWANG Cong2014-11-11
* arp: Do not perturb drop profiles with ignored ARP packetsRick Jones2014-09-28
* ipv4: arp: update neighbour address when a gratuitous arp is received and arp...Salam Noureddine2014-01-02
* arp: make arp_invalidate staticStephen Hemminger2013-12-28
* ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel2013-12-11
* neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-09
* neigh: convert parms to an arrayJiri Pirko2013-12-09
* net: neighbour: Remove CONFIG_ARPDTim Gardner2013-09-03
* arp: flush arp cache on IFF_NOARP changeTimo Teräs2013-05-28
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28