summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-05-291-12/+25
|\
| * esp6: calculate transport_header correctly when sel.family != AF_INET6Xin Long2020-05-141-12/+15
| * esp6: support ipv6 nexthdrs process for beet gso segmentXin Long2020-04-211-2/+7
| * xfrm: remove the xfrm_state_put call becofe going to out_resetXin Long2020-04-201-3/+1
| * esp6: get the right proto for transport mode in esp6_gso_encapXin Long2020-04-151-1/+8
* | net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-05-212-2/+2
* | ipv6: Fix suspicious RCU usage warning in ip6mrMadhuparna Bhowmik2020-05-161-1/+2
* | netlabel: cope with NULL catmapPaolo Abeni2020-05-121-1/+2
* | Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski2020-05-071-2/+4
* | seg6: fix SRH processing to comply with RFC8754Ahmed Abdelsalam2020-05-061-2/+8
* | ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern2020-05-011-0/+25
* | xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2020-04-221-2/+0
* | ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby2020-04-201-7/+6
* | ipv6: rpl: fix full address compressionAlexander Aring2020-04-181-3/+4
* | ipv6: remove redundant assignment to variable errColin Ian King2020-04-151-1/+1
|/
* net: icmp6: do not select saddr from iif when route has prefsrc setTim Stallard2020-04-071-1/+20
* ipv6: rpl: fix loop iterationAlexander Aring2020-04-061-3/+3
* neigh: support smaller retrans_time setttingHangbin Liu2020-04-022-5/+6
* net: ipv6: rpl_iptunnel: remove redundant assignments to variable errColin Ian King2020-04-021-1/+1
* ipv6: don't auto-add link-local address to lag portsJarod Wilson2020-04-011-0/+4
* net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inlineGustavo A. R. Silva2020-03-311-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-302-4/+8
|\
| * net: Track socket refcounts in skb_steal_sock()Joe Stringer2020-03-301-3/+6
| * bpf: Add socket assign supportJoe Stringer2020-03-301-1/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-03-302-16/+36
|\ \
| * | esp6: add gso_segment for esp6 beet modeXin Long2020-03-261-0/+36
| * | ESP: Export esp_output_fill_trailer functionRaed Salem2020-02-191-16/+0
* | | net: ipv6: add rpl sr tunnelAlexander Aring2020-03-294-0/+398
* | | net: add net available in build_stateAlexander Aring2020-03-294-5/+6
* | | net: ipv6: add support for rpl sr exthdrAlexander Aring2020-03-294-3/+333
* | | addrconf: add functionality to check on rpl requirementsAlexander Aring2020-03-291-0/+53
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-292-9/+27
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-03-272-9/+27
| |\ \ \
| | * | | vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich2020-03-161-1/+1
| | * | | ipv6: xfrm6_tunnel.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-271-1/+1
| | * | | vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2020-02-061-7/+25
* | | | | ipv6: ndisc: add support for 'PREF64' dns64 prefix identifierMaciej Żenczykowski2020-03-261-0/+1
* | | | | Remove DST_HOSTDavid Laight2020-03-231-6/+0
* | | | | netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-151-2/+2
| |_|_|/ |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-123-13/+42
|\| | |
| * | | seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol numberPaolo Lungaroni2020-03-112-2/+2
| * | | ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu2020-03-101-0/+4
| * | | net/ipv6: remove the old peer route if change it to a new oneHangbin Liu2020-03-031-4/+17
| * | | net/ipv6: need update peer route when modify metricHangbin Liu2020-03-031-4/+16
| * | | net/ipv6: use configured metric when add peer routeHangbin Liu2020-02-291-3/+3
* | | | inet: Use fallthrough;Joe Perches2020-03-1211-20/+18
* | | | ipv6: Use math to point per net sysctls into the appropriate struct netCambda Zhu2020-03-031-17/+4
* | | | ipv6: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-282-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-2/+8
|\| | |
| * | | ipv6: restrict IPV6_ADDRFORM operationEric Dumazet2020-02-261-2/+8