summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet2019-11-121-3/+10
* net: ensure correct skb->tstamp in various fragmentersEric Dumazet2019-11-102-0/+6
* net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-11-102-2/+2
* erspan: fix the tun_info options_len check for erspanXin Long2019-11-101-2/+2
* net: ipv6: fix listify ip6_rcv_finish in case of forwardingXin Long2019-10-291-1/+3
* udp: only do GSO if # of segs > 1Josh Hunt2019-10-071-4/+7
* udp: fix gso_segs calculationsJosh Hunt2019-10-071-0/+2
* ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern2019-10-071-5/+12
* ipv6: drop incoming packets having a v4mapped source addressEric Dumazet2019-10-071-0/+10
* ipv6: fix a typo in fib6_rule_lookup()Eric Dumazet2019-10-051-1/+1
* ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld2019-10-051-1/+2
* udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-212-2/+5
* ip6_gre: fix a dst leak in ip6erspan_tunnel_xmitXin Long2019-09-211-1/+1
* ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET2019-09-121-1/+1
* ipv6: addrconf_f6i_alloc - fix non-null pointer check to !IS_ERR()Maciej Żenczykowski2019-09-071-1/+1
* net: Properly update v4 routes with v6 nexthopDonald Sharp2019-09-051-5/+6
* ipv6: Fix RTA_MULTIPATH with nexthop objectsDavid Ahern2019-09-051-1/+1
* net-ipv6: fix excessive RTF_ADDRCONF flag on ::1/128 local route (and others)Maciej Żenczykowski2019-09-051-2/+6
* mld: fix memory leak in mld_del_delrec()Eric Dumazet2019-08-281-2/+3
* ipv6: propagate ipv6_add_dev's error returns out of ipv6_find_idevSabrina Dubroca2019-08-231-8/+8
* ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is setHangbin Liu2019-08-211-1/+2
* inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-082-2/+2
* 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
* 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