summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-253-7/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-01-241-0/+1
|\
| * xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP versionYossi Kuperman2018-01-231-0/+1
* | ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings2018-01-232-2/+2
* | gso: validate gso_type in GSO handlersWillem de Bruijn2018-01-223-0/+9
* | ipv6: don't let tb6_root node share routes with other nodeWei Wang2018-01-181-2/+8
* | ip6_gre: init dev->mtu and dev->hard_header_len correctlyAlexey Kodanev2018-01-181-7/+7
|/
* ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet2018-01-151-0/+1
* ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney2018-01-151-2/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-01-122-3/+3
|\
| * esp: Fix GRO when the headers not fully in the linear part of the skb.Steffen Klassert2018-01-091-1/+2
| * xfrm: Return error on unknown encap_type in init_stateHerbert Xu2018-01-081-2/+1
* | ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux2018-01-101-0/+9
* | ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet2018-01-101-2/+3
* | ipv6: remove null_entry before adding default routeWei Wang2018-01-091-9/+29
* | ipv6: fix general protection fault in fib6_add()Wei Wang2018-01-041-15/+20
* | ip6_tunnel: allow ip6gre dev mtu to be set below 1280Xin Long2018-01-021-3/+3
* | ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper2018-01-021-4/+5
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-271-1/+9
|\
| * xfrm: Reinject transport-mode packets through taskletHerbert Xu2017-12-191-1/+9
* | ip6_gre: fix device features for ioctl setupAlexey Kodanev2017-12-261-25/+32
* | net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2017-12-213-3/+11
* | ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel2017-12-211-8/+11
* | ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long2017-12-191-2/+7
* | ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
* | ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath2017-12-161-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-12-132-2/+7
|\ \
| * | netfilter: ip6t_MASQUERADE: add dependency on conntrack moduleKonstantin Khlebnikov2017-12-111-1/+7
| * | netfilter: remove redundant assignment to eColin Ian King2017-11-201-1/+0
* | | ipv6: mcast: better catch silly mtu valuesEric Dumazet2017-12-131-10/+15
* | | tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2017-12-121-1/+1
* | | adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov2017-12-071-1/+1
* | | tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2017-12-031-4/+6
* | | sit: update frag_off infoHangbin Liu2017-11-301-0/+1
* | | tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet2017-11-301-1/+0
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-255-34/+31
|\ \ \ | |_|/ |/| |
| * | treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-211-4/+6
| * | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-213-28/+23
| * | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
| |/
* | net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-242-3/+113
* | net: ipv6: Fixup device for anycast routes during copyDavid Ahern2017-11-241-1/+1
* | ipv6: Do not consider linkdown nexthops during multipathIdo Schimmel2017-11-241-0/+5
|/
* gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Alexey Kodanev2017-11-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1536-1044/+1869
|\
| * tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger2017-11-151-1/+2
| * ipv6: set all.accept_dad to 0 by defaultNicolas Dichtel2017-11-151-1/+1
| * xfrm6_tunnel: exit_net cleanup check addedVasily Averin2017-11-141-0/+8
| * ip6_tunnel: clean up ip4ip6 and ip6ip6's err_handlersXin Long2017-11-131-28/+14
| * ip6_tunnel: process toobig in a better wayXin Long2017-11-131-4/+3
| * ip6_tunnel: add the process for redirect in ip6_tnl_errXin Long2017-11-131-5/+10