summaryrefslogtreecommitdiff
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* tcp: do not use ipv6 header for ipv4 flowEric Dumazet2019-04-031-4/+4
* ipv6: fix endianness error in icmpv6_errHannes Frederic Sowa2019-04-031-1/+1
* net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal2019-03-231-1/+1
* net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-231-2/+3
* netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2019-03-231-0/+2
* udplite: call proper backlog handlersEric Dumazet2019-03-233-3/+3
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-231-4/+4
* sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-03-231-1/+1
* net: fix IPv6 prefix route residueZhiqiang Liu2019-02-231-1/+2
* xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing2019-02-201-0/+3
* ip: frags: fix crash in ip_do_fragment()Taehee Yoo2019-02-081-0/+1
* ip: use rb trees for IP frag queue.Peter Oskolkov2019-02-082-0/+2
* ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal2019-02-082-0/+8
* inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2019-02-082-5/+1
* ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet2019-02-081-8/+16
* inet: frags: break the 2GB limit for frags storageEric Dumazet2019-02-083-9/+9
* inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2019-02-082-6/+4
* inet: frags: get rif of inet_frag_evicting()Eric Dumazet2019-02-081-4/+0
* inet: frags: remove some helpersEric Dumazet2019-02-081-2/+3
* inet: frags: use rhashtables for reassembly unitsEric Dumazet2019-02-082-97/+64
* inet: frags: refactor ipv6_frag_init()Eric Dumazet2019-02-081-12/+14
* inet: frags: add a pointer to struct netns_fragsEric Dumazet2019-02-082-17/+19
* inet: frags: change inet_frags_init_net() return valueEric Dumazet2019-02-082-5/+18
* ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern2019-02-061-0/+3
* ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern2019-01-261-1/+4
* ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern2019-01-261-1/+10
* ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn2019-01-261-6/+4
* ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet2019-01-261-0/+1
* ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang2019-01-131-1/+2
* ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-01-131-0/+4
* ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio2018-12-171-21/+21
* ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern2018-11-271-2/+6
* net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern2018-11-101-2/+4
* ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio2018-11-101-2/+1
* ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet2018-11-101-8/+8
* vti6: flush x-netns xfrm cache when vti interface is removedNicolas Dichtel2018-11-101-0/+31
* ipv6: orphan skbs in reassembly unitEric Dumazet2018-11-101-0/+1
* xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo2018-11-101-0/+2
* net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill2018-10-201-3/+1
* ip6_tunnel: be careful when accessing the inner headerPaolo Abeni2018-10-201-2/+11
* tcp: increment sk_drops for dropped rx packetsEric Dumazet2018-10-131-0/+1
* ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet2018-09-291-4/+2
* gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-291-0/+1
* vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev2018-09-151-1/+1
* vti6: fix PMTU caching and reporting on xmitEyal Birger2018-09-051-5/+6
* netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal2018-08-241-0/+1
* ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu2018-08-241-3/+6
* netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2018-08-241-3/+3
* ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer2018-08-151-0/+1
* ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-281-2/+5