summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-192-2/+2
|\
| * inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-082-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2019-08-131-2/+2
|\ \
| * | netfilter: synproxy: rename mss synproxy_options fieldFernando Fernandez Mancera2019-08-031-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-131-0/+15
|\ \ \
| * | | tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov2019-07-301-0/+15
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-063-6/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | ipv6: Fix unbalanced rcu locking in rt6_update_exception_stamp_rtDavid Ahern2019-08-051-1/+1
| * | | ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan2019-07-261-4/+2
| * | | ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6Haishuang Yan2019-07-241-1/+2
* | | | ipv6: have a single rcu unlock point in __ip6_rt_update_pmtuDavid Ahern2019-08-051-8/+6
| |_|/ |/| |
* | | ipv6: remove printkJonathan Lemon2019-07-271-3/+1
| |/ |/|
* | net-ipv6-ndisc: add support for RFC7710 RA Captive Portal IdentifierMaciej Żenczykowski2019-07-221-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-192-2/+8
|\
| * netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera2019-07-161-0/+2
| * netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin2019-07-161-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-193-6/+27
|\ \
| * | ipv6: Unlink sibling route in case of failureIdo Schimmel2019-07-181-1/+17
| * | ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern2019-07-171-1/+1
| |/
| * sit: use dst_cache in ipip6_tunnel_xmitHaishuang Yan2019-07-141-4/+9
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-183-15/+8
|/
* ipv6: fix static key imbalance in fl_create()Eric Dumazet2019-07-111-3/+6
* ipv6: fix potential crash in ip6_datagram_dst_update()Eric Dumazet2019-07-111-1/+1
* ipv6: tcp: fix flowlabels reflection for RST packetsEric Dumazet2019-07-111-1/+6
* ipv6: Use ipv6_authlen for lenyangxingwu2019-07-117-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-1127-1235/+1830
|\
| * ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-084-9/+28
| * ipv6: Support multipath hashing on inner IP pktsStephen Suryaputra2019-07-081-0/+36
| * net: remove unused parameter from skb_checksum_try_convertLi RongQing2019-07-051-2/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-07-056-170/+7
| |\
| | * xfrm: remove get_mtu indirection from xfrm_typeFlorian Westphal2019-07-011-19/+1
| | * xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal2019-06-065-14/+6
| | * xfrm: remove eth_proto value from xfrm_state_afinfoFlorian Westphal2019-06-061-2/+0
| | * xfrm: remove state and template sort indirections from xfrm_state_afinfoFlorian Westphal2019-06-061-98/+0
| | * xfrm: remove init_temprop indirection from xfrm_state_afinfoFlorian Westphal2019-06-051-16/+0
| | * xfrm: remove init_tempsel indirection from xfrm_state_afinfoFlorian Westphal2019-06-051-21/+0
| * | ipv6: use indirect call wrappers for {tcp, udpv6}_{recv, send}msg()Paolo Abeni2019-07-031-3/+9
| * | ipv6: provide and use ipv6 specific version for {recv, send}msgPaolo Abeni2019-07-031-4/+31
| * | blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar2019-07-011-1/+1
| * | net/ipv6: Fix misuse of proc_dointvec "flowlabel_reflect"Eiichi Tsukata2019-07-011-1/+1
| * | ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet2019-07-014-4/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-272-3/+4
| |\ \
| * | | ipv6: Convert gateway validation to use fib6_infoDavid Ahern2019-06-271-62/+56
| * | | ipv6: fix suspicious RCU usage in rt6_dump_route()Eric Dumazet2019-06-261-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-2571-532/+888
| |\ \ \
| | * | | ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Stefano Brivio2019-06-241-1/+2
| | * | | ipv6: Dump route exceptions if requestedStefano Brivio2019-06-242-12/+114
| | * | | ipv6/route: Change return code of rt6_dump_route() for partial node dumpsStefano Brivio2019-06-242-7/+11
| | * | | ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()Stefano Brivio2019-06-241-1/+2
| | * | | Revert "net/ipv6: Bail early if user only wants cloned entries"Stefano Brivio2019-06-241-5/+2