summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-301-7/+7
* net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart2020-12-081-3/+13
* ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai2020-12-081-9/+17
* ah6: fix error return code in ah6_input()Zhang Changzhong2020-11-241-1/+2
* net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-181-2/+8
* IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms2020-11-181-2/+0
* netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld2020-11-184-6/+6
* netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2020-10-291-3/+5
* net: fix pos incrementment in ipv6_route_seq_nextYonghong Song2020-10-291-1/+3
* ipv6_route_seq_next should increase position indexVasily Averin2020-10-011-5/+2
* net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMACNecip Fazil Yildiran2020-09-261-0/+1
* ipv6: avoid lockdep issue in fib6_del()Eric Dumazet2020-09-261-4/+9
* gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson2020-09-031-1/+9
* ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2020-08-112-5/+13
* udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima2020-07-311-6/+9
* net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-311-1/+1
* ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun2020-07-311-5/+6
* ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo2020-06-301-3/+6
* mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai2020-06-301-0/+1
* ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu2020-06-221-6/+7
* esp6: get the right proto for transport mode in esp6_gso_encapXin Long2020-06-031-1/+8
* Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski2020-05-201-2/+4
* netlabel: cope with NULL catmapPaolo Abeni2020-05-201-1/+2
* xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2020-04-291-2/+0
* ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby2020-04-291-7/+6
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2020-04-292-6/+7
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2020-04-297-12/+12
* ipv6: don't auto-add link-local address to lag portsJarod Wilson2020-04-131-0/+4
* vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich2020-04-021-1/+1
* vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2020-04-021-7/+25
* Revert "ipv6: Fix handling of LLA with VRF and sockets bound to VRF"Sasha Levin2020-03-251-2/+1
* ipv6: restrict IPV6_ADDRFORM operationEric Dumazet2020-03-181-2/+8
* net/ipv6: remove the old peer route if change it to a new oneHangbin Liu2020-03-181-4/+16
* net/ipv6: need update peer route when modify metricHangbin Liu2020-03-181-4/+15
* net/ipv6: use configured metric when add peer routeHangbin Liu2020-03-181-3/+3
* ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu2020-03-181-0/+4
* ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier2020-03-051-0/+1
* ipv6: Fix route replacement with dev-only routeBenjamin Poirier2020-03-051-3/+4
* vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2020-02-051-2/+11
* net, ip6_tunnel: fix namespaces moveWilliam Dauchy2020-01-291-3/+1
* net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom2020-01-291-3/+0
* ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actionsYuki Taguchi2020-01-291-1/+3
* ip6erspan: remove the incorrect mtu limit for ip6erspanHaishuang Yan2020-01-271-0/+1
* ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Stefano Brivio2020-01-271-1/+2
* inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet2020-01-271-1/+1
* ipv6: add missing tx timestamping on IPPROTO_RAWWillem de Bruijn2020-01-271-0/+2
* net: always initialize pagedlenWillem de Bruijn2020-01-271-1/+2
* tcp: annotate tp->rcv_nxt lockless readsEric Dumazet2020-01-091-1/+2
* tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2020-01-041-1/+2
* sit: do not confirm neighbor when do pmtu updateHangbin Liu2020-01-041-1/+1