Age | Commit message (Expand) | Author | Files | Lines |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2018-10-12 | net: Evict neighbor entries on carrier down | David Ahern | 1 | -0/+2 |
2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 1 | -14/+3 |
2018-04-05 | arp: fix arp_filter on l3slave devices | Miguel Fadon Perlines | 1 | -1/+1 |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
2018-03-26 | net: Use octal not symbolic permissions | Joe Perches | 1 | -1/+1 |
2018-02-13 | net: Convert pernet_subsys, registered from inet_init() | Kirill Tkhai | 1 | -0/+1 |
2018-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+6 |
2018-01-16 | net: delete /proc THIS_MODULE references | Alexey Dobriyan | 1 | -1/+0 |
2018-01-15 | ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY | Jim Westfall | 1 | -1/+6 |
2017-10-18 | ipv4: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+1 |
2017-08-29 | neigh: increase queue_len_bytes to match wmem_default | Eric Dumazet | 1 | -1/+1 |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 1 | -1/+1 |
2017-06-04 | neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d" | Sowmini Varadhan | 1 | -0/+4 |
2017-05-25 | arp: fixed -Wuninitialized compiler warning | Ihar Hrachyshka | 1 | -1/+1 |
2017-05-21 | arp: always override existing neigh entries with gratuitous ARP | Ihar Hrachyshka | 1 | -4/+5 |
2017-05-21 | arp: postpone addr_type calculation to as late as possible | Ihar Hrachyshka | 1 | -7/+17 |
2017-05-21 | arp: decompose is_garp logic into a separate function | Ihar Hrachyshka | 1 | -12/+23 |
2017-05-21 | arp: fixed error in a comment | Ihar Hrachyshka | 1 | -1/+1 |
2017-05-17 | arp: honour gratuitous ARP _replies_ | Ihar Hrachyshka | 1 | -2/+14 |
2017-03-22 | neighbour: fix nlmsg_pid in notifications | Roopa Prabhu | 1 | -3/+3 |
2017-02-13 | NET: Fix /proc/net/arp for AX.25 | Ralf Baechle | 1 | -6/+6 |
2016-04-27 | net: rename NET_{ADD|INC}_STATS_BH() | Eric Dumazet | 1 | -1/+1 |
2016-03-07 | arp: correct return value of arp_rcv | Zhang Shengju | 1 | -15/+20 |
2016-02-11 | ipv4: add option to drop gratuitous ARP packets | Johannes Berg | 1 | -0/+8 |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+5 |
2015-10-05 | ipv4: fix reply_dst leakage on arp reply | Jiri Benc | 1 | -3/+5 |
2015-09-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -14/+25 |
2015-09-24 | ipv4: send arp replies to the correct tunnel | Jiri Benc | 1 | -14/+25 |
2015-09-17 | netfilter: Pass net into okfn | Eric W. Biederman | 1 | -4/+3 |
2015-09-17 | netfilter: Pass struct net into the netfilter hooks | Eric W. Biederman | 1 | -4/+6 |
2015-09-17 | arp: Introduce arp_xmit_finish | Eric W. Biederman | 1 | -1/+6 |
2015-08-13 | net: Fix up inet_addr_type checks | David Ahern | 1 | -6/+9 |
2015-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+9 |
2015-07-28 | arp: filter NOARP neighbours for SIOCGARP | Eric Dumazet | 1 | -7/+9 |
2015-07-21 | arp: Inherit metadata dst when creating ARP requests | Thomas Graf | 1 | -28/+37 |
2015-04-07 | netfilter: Pass socket pointer down through okfn(). | David Miller | 1 | -4/+6 |
2015-04-03 | ipv4: coding style: comparison for inequality with NULL | Ian Morris | 1 | -1/+1 |
2015-04-03 | ipv4: coding style: comparison for equality with NULL | Ian Morris | 1 | -13/+13 |
2015-03-04 | neigh: Factor out ___neigh_lookup_noref | Eric W. Biederman | 1 | -1/+8 |
2015-03-02 | neigh: Don't require dst in neigh_hh_init | Eric W. Biederman | 1 | -0/+1 |
2015-03-02 | arp: Kill arp_find | Eric W. Biederman | 1 | -65/+0 |
2015-03-02 | arp: Remove special case to give AX25 it's open arp operations. | Eric W. Biederman | 1 | -37/+0 |
2014-11-11 | neigh: remove dynamic neigh table registration support | WANG Cong | 1 | -1/+1 |
2014-09-28 | arp: Do not perturb drop profiles with ignored ARP packets | Rick Jones | 1 | -1/+5 |
2014-01-02 | ipv4: arp: update neighbour address when a gratuitous arp is received and arp... | Salam Noureddine | 1 | -5/+10 |
2013-12-28 | arp: make arp_invalidate static | Stephen Hemminger | 1 | -2/+1 |
2013-12-11 | ipv4: fix wildcard search with inet_confirm_addr() | Nicolas Dichtel | 1 | -1/+3 |
2013-12-09 | neigh: use tbl->family to distinguish ipv4 from ipv6 | Jiri Pirko | 1 | -1/+1 |
2013-12-09 | neigh: convert parms to an array | Jiri Pirko | 1 | -15/+18 |