| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: do not use ipv6 header for ipv4 flow | Eric Dumazet | 2019-04-03 | 1 | -4/+4 |
* | ipv6: fix endianness error in icmpv6_err | Hannes Frederic Sowa | 2019-04-03 | 1 | -1/+1 |
* | net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255 | Kalash Nainwal | 2019-03-23 | 1 | -1/+1 |
* | net: sit: fix UBSAN Undefined behaviour in check_6rd | Miaohe Lin | 2019-03-23 | 1 | -2/+3 |
* | netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN... | Pablo Neira Ayuso | 2019-03-23 | 1 | -0/+2 |
* | udplite: call proper backlog handlers | Eric Dumazet | 2019-03-23 | 3 | -3/+3 |
* | ip6mr: Do not call __IP6_INC_STATS() from preemptible context | Ido Schimmel | 2019-03-23 | 1 | -4/+4 |
* | sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach() | Hangbin Liu | 2019-03-23 | 1 | -1/+1 |
* | net: fix IPv6 prefix route residue | Zhiqiang Liu | 2019-02-23 | 1 | -1/+2 |
* | xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spi | YueHaibing | 2019-02-20 | 1 | -0/+3 |
* | ip: frags: fix crash in ip_do_fragment() | Taehee Yoo | 2019-02-08 | 1 | -0/+1 |
* | ip: use rb trees for IP frag queue. | Peter Oskolkov | 2019-02-08 | 2 | -0/+2 |
* | ipv6: defrag: drop non-last frags smaller than min mtu | Florian Westphal | 2019-02-08 | 2 | -0/+8 |
* | inet: frags: fix ip6frag_low_thresh boundary | Eric Dumazet | 2019-02-08 | 2 | -5/+1 |
* | ipv6: frags: rewrite ip6_expire_frag_queue() | Eric Dumazet | 2019-02-08 | 1 | -8/+16 |
* | inet: frags: break the 2GB limit for frags storage | Eric Dumazet | 2019-02-08 | 3 | -9/+9 |
* | inet: frags: remove inet_frag_maybe_warn_overflow() | Eric Dumazet | 2019-02-08 | 2 | -6/+4 |
* | inet: frags: get rif of inet_frag_evicting() | Eric Dumazet | 2019-02-08 | 1 | -4/+0 |
* | inet: frags: remove some helpers | Eric Dumazet | 2019-02-08 | 1 | -2/+3 |
* | inet: frags: use rhashtables for reassembly units | Eric Dumazet | 2019-02-08 | 2 | -97/+64 |
* | inet: frags: refactor ipv6_frag_init() | Eric Dumazet | 2019-02-08 | 1 | -12/+14 |
* | inet: frags: add a pointer to struct netns_frags | Eric Dumazet | 2019-02-08 | 2 | -17/+19 |
* | inet: frags: change inet_frags_init_net() return value | Eric Dumazet | 2019-02-08 | 2 | -5/+18 |
* | ipv6: Consider sk_bound_dev_if when binding a socket to an address | David Ahern | 2019-02-06 | 1 | -0/+3 |
* | ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses | David Ahern | 2019-01-26 | 1 | -1/+4 |
* | ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address | David Ahern | 2019-01-26 | 1 | -1/+10 |
* | ip: on queued skb use skb_header_pointer instead of pskb_may_pull | Willem de Bruijn | 2019-01-26 | 1 | -6/+4 |
* | ipv6: fix kernel-infoleak in ipv6_local_error() | Eric Dumazet | 2019-01-26 | 1 | -0/+1 |
* | ipv6: explicitly initialize udp6_addr in udp_sock_create6() | Cong Wang | 2019-01-13 | 1 | -1/+2 |
* | ip6mr: Fix potential Spectre v1 vulnerability | Gustavo A. R. Silva | 2019-01-13 | 1 | -0/+4 |
* | ipv6: Check available headroom in ip6_xmit() even without options | Stefano Brivio | 2018-12-17 | 1 | -21/+21 |
* | ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF | David Ahern | 2018-11-27 | 1 | -2/+6 |
* | net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs | David Ahern | 2018-11-10 | 1 | -2/+4 |
* | ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called | Stefano Brivio | 2018-11-10 | 1 | -2/+1 |
* | ipv6: mcast: fix a use-after-free in inet6_mc_check | Eric Dumazet | 2018-11-10 | 1 | -8/+8 |
* | vti6: flush x-netns xfrm cache when vti interface is removed | Nicolas Dichtel | 2018-11-10 | 1 | -0/+31 |
* | ipv6: orphan skbs in reassembly unit | Eric Dumazet | 2018-11-10 | 1 | -0/+1 |
* | xfrm6: call kfree_skb when skb is toobig | Thadeu Lima de Souza Cascardo | 2018-11-10 | 1 | -0/+2 |
* | net/ipv6: Display all addresses in output of /proc/net/if_inet6 | Jeff Barnhill | 2018-10-20 | 1 | -3/+1 |
* | ip6_tunnel: be careful when accessing the inner header | Paolo Abeni | 2018-10-20 | 1 | -2/+11 |
* | tcp: increment sk_drops for dropped rx packets | Eric Dumazet | 2018-10-13 | 1 | -0/+1 |
* | ipv6: fix possible use-after-free in ip6_xmit() | Eric Dumazet | 2018-09-29 | 1 | -4/+2 |
* | gso_segment: Reset skb->mac_len after modifying network header | Toke Høiland-Jørgensen | 2018-09-29 | 1 | -0/+1 |
* | vti6: remove !skb->ignore_df check from vti6_xmit() | Alexey Kodanev | 2018-09-15 | 1 | -1/+1 |
* | vti6: fix PMTU caching and reporting on xmit | Eyal Birger | 2018-09-05 | 1 | -5/+6 |
* | netfilter: x_tables: set module owner for icmp(6) matches | Florian Westphal | 2018-08-24 | 1 | -0/+1 |
* | ipv6: mcast: fix unsolicited report interval after receiving querys | Hangbin Liu | 2018-08-24 | 1 | -3/+6 |
* | netfilter: ipv6: nf_defrag: reduce struct net memory waste | Eric Dumazet | 2018-08-24 | 1 | -3/+3 |
* | ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV | Thomas Egerer | 2018-08-15 | 1 | -0/+1 |
* | ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull | Willem de Bruijn | 2018-07-28 | 1 | -2/+5 |