| Commit message (Expand) | Author | Age | Files | Lines |
* | net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATE | Francesco Ruggeri | 2019-03-03 | 1 | -1/+2 |
* | bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() calls | Linus Lüssing | 2019-01-22 | 1 | -0/+6 |
* | ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALL | Andre Naujoks | 2018-09-13 | 1 | -1/+2 |
* | net: reevalulate autoflowlabel setting after sysctl setting | Shaohua Li | 2017-12-21 | 1 | -1/+2 |
* | net: ipv6: sysctl to specify IPv6 ND traffic class | Maciej Żenczykowski | 2017-11-11 | 1 | -0/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | net: ipv6: add second dif to udp socket lookups | David Ahern | 2017-08-07 | 1 | -0/+10 |
* | udp6: fix jumbogram reception | Paolo Abeni | 2017-07-31 | 1 | -0/+6 |
* | net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs. | Joel Scherpelz | 2017-03-22 | 1 | -0/+1 |
* | ipv6: Provide ipv6 version of "disable_policy" sysctl | David Forster | 2017-03-06 | 1 | -0/+1 |
* | net/ipv6: allow sysctl to change link-local address generation mode | Felix Jia | 2017-01-27 | 1 | -0/+1 |
* | ipv6 addrconf: Implemented enhanced DAD (RFC7527) | Erik Nordmark | 2016-12-03 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-15 | 1 | -1/+1 |
|\ |
|
| * | net: tcp: check skb is non-NULL for exact match on lookups | David Ahern | 2016-11-03 | 1 | -1/+1 |
* | | ipv6: sr: add core files for SR HMAC support | David Lebrun | 2016-11-09 | 1 | -0/+3 |
* | | ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header) | David Lebrun | 2016-11-09 | 1 | -0/+1 |
* | | ipv6: add IPV6_RECVFRAGSIZE cmsg | Willem de Bruijn | 2016-11-03 | 1 | -2/+3 |
|/ |
|
* | net: Require exact match for TCP socket lookups if dif is l3mdev | David Ahern | 2016-10-17 | 1 | -3/+14 |
* | ipv6 addrconf: implement RFC7559 router solicitation backoff | Maciej Żenczykowski | 2016-09-30 | 1 | -0/+1 |
* | net: vrf: Fix crash when IPv6 is disabled at boot time | David Ahern | 2016-06-09 | 1 | -0/+7 |
* | net: l3mdev: Add hook in ip and ipv6 | David Ahern | 2016-05-11 | 1 | -1/+16 |
* | net/ipv6/addrconf: simplify sysctl registration | Konstantin Khlebnikov | 2016-04-19 | 1 | -1/+2 |
* | net: ipv6: Make address flushing on ifdown optional | David Ahern | 2016-02-25 | 1 | -0/+1 |
* | ipv6: add option to drop unsolicited neighbor advertisements | Johannes Berg | 2016-02-11 | 1 | -0/+1 |
* | ipv6: add option to drop unicast encapsulated in L2 multicast | Johannes Berg | 2016-02-11 | 1 | -0/+1 |
* | ipv6: add complete rcu protection around np->opt | Eric Dumazet | 2015-12-02 | 1 | -1/+1 |
* | ipv6: inet6_sk() should use sk_fullsock() | Eric Dumazet | 2015-10-05 | 1 | -2/+2 |
* | net: ipv6 sysctl option to ignore routes when nexthop link is down | Andy Gospodarek | 2015-08-13 | 1 | -0/+1 |
* | net/ipv6: add sysctl option accept_ra_min_hop_limit | Hangbin Liu | 2015-07-30 | 1 | -0/+1 |
* | ipv6: sysctl to restrict candidate source addresses | Erik Kline | 2015-07-22 | 1 | -0/+1 |
* | ipv6: use flag instead of u16 for hop in inet6_skb_parm | Florian Westphal | 2015-07-09 | 1 | -1/+1 |
* | ipv6: introduce secret_stable to ipv6_devconf | Hannes Frederic Sowa | 2015-03-23 | 1 | -0/+4 |
* | ipv6: pull cork initialization into its own function. | Vlad Yasevich | 2015-02-02 | 1 | -5/+7 |
* | net: ipv6: Add sysctl entry to disable MTU updates from RA | Harout Hedeshian | 2015-01-25 | 1 | -0/+1 |
* | ipv6: move INET6_MATCH() to include/net/inet6_hashtables.h | WANG Cong | 2014-11-05 | 1 | -10/+0 |
* | net: ipv6: Add a sysctl to make optimistic addresses useful candidates | Erik Kline | 2014-10-29 | 1 | -0/+1 |
* | ipv6: Implement automatic flow label generation on transmit | Tom Herbert | 2014-07-07 | 1 | -1/+2 |
* | inet: move ipv6only in sock_common | Eric Dumazet | 2014-07-01 | 1 | -5/+5 |
* | ipv6: Allow accepting RA from local IP addresses. | Ben Greear | 2014-07-01 | 1 | -0/+1 |
* | net: remove inet6_reqsk_alloc | Octavian Purdila | 2014-06-27 | 1 | -10/+0 |
* | ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams | Hannes Frederic Sowa | 2014-01-19 | 1 | -0/+3 |
* | ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GET | Florent Fourcot | 2014-01-19 | 1 | -0/+1 |
* | ipv6: support IPV6_PMTU_INTERFACE on sockets | Hannes Frederic Sowa | 2013-12-18 | 1 | -1/+1 |
* | ipv6: remove rcv_tclass of ipv6_pinfo | Florent Fourcot | 2013-12-09 | 1 | -1/+0 |
* | ipv6: add flowinfo for tcp6 pkt_options for all cases | Florent Fourcot | 2013-12-09 | 1 | -0/+1 |
* | xen-netback: fix fragment detection in checksum setup | Paul Durrant | 2013-12-05 | 1 | -0/+1 |
* | ipv6: Remove privacy config option. | David S. Miller | 2013-10-28 | 1 | -2/+0 |
* | inet: includes a sock_common in request_sock | Eric Dumazet | 2013-10-10 | 1 | -24/+2 |
* | ipv6: make lookups simpler and faster | Eric Dumazet | 2013-10-09 | 1 | -40/+6 |
* | inet: consolidate INET_TW_MATCH | Eric Dumazet | 2013-10-03 | 1 | -2/+2 |