summaryrefslogtreecommitdiff
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet2014-06-021-8/+3
* ipv6: gro: fix CHECKSUM_COMPLETE supportEric Dumazet2014-05-212-6/+2
* net: ipv6: make "ip -6 route get mark xyz" work.Lorenzo Colitti2014-05-161-0/+3
* ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong2014-05-152-5/+23
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-05-153-14/+27
|\
| * vti: Use the tunnel mark for lookup in the error handlers.Steffen Klassert2014-05-121-1/+4
| * vti6: Don't unregister pernet ops twice on init errorsMathias Krause2014-05-121-3/+0
| * xfrm6: Properly handle unsupported protocolsSteffen Klassert2014-05-061-1/+10
| * xfrm: Fix crash with ipv6 IPsec tunnel and NAT.Steffen Klassert2014-04-071-9/+13
* | ipv6: fix calculation of option len in ip6_append_dataHannes Frederic Sowa2014-05-141-1/+1
* | ip6_tunnel: fix potential NULL pointer dereferenceSusant Sahani2014-05-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-05-091-2/+4
|\ \
| * | netfilter: Fix potential use after free in ip6_route_me_harder()Sergey Popovich2014-05-091-2/+4
* | | net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal2014-05-071-1/+5
|/ /
* | net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iifJulian Anastasov2014-04-283-1/+4
* | ipv6: fib: fix fib dump restartKumar Sundararajan2014-04-241-1/+2
* | ip6_tunnel: use the right netns in ioctl handlerNicolas Dichtel2014-04-161-4/+4
* | sit: use the right netns in ioctl handlerNicolas Dichtel2014-04-161-13/+4
* | ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang2014-04-161-1/+1
* | ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel2014-04-151-0/+10
* | ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-154-11/+12
* | ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet2014-04-151-2/+1
* | ipv6: Limit mtu to 65575 bytesEric Dumazet2014-04-141-2/+3
* | net: ipv6: Fix oif in TCP SYN+ACK route lookup.Lorenzo Colitti2014-04-111-1/+1
|/
* netfilter: Can't fail and free after table replacementThomas Graf2014-04-051-2/+4
* ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa2014-03-314-10/+11
* ipv6: strengthen fallback fragmentation id generationHannes Frederic Sowa2014-03-311-12/+15
* ipv6: tcp_ipv6 policy route issueWang Yufen2014-03-311-7/+11
* ipv6: reuse rt6_need_strictWang Yufen2014-03-311-6/+0
* ipv6: tcp_ipv6 do some cleanupWang Yufen2014-03-311-13/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-51/+142
|\
| * ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa2014-03-281-51/+142
* | ipv6: fix checkpatch errors of "foo*" and "foo * bar"Wang Yufen2014-03-291-15/+15
* | ipv6: fix checkpatch errors of brace and trailing statementsWang Yufen2014-03-291-8/+10
* | ipv6: fix checkpatch errors comments and spaceWang Yufen2014-03-291-14/+12
* | ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček2014-03-272-36/+55
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-252-13/+14
|\ \ | |/
| * ip6mr: fix mfc notification flagsNicolas Dichtel2014-03-201-5/+8
| * ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien2014-03-181-8/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-03-188-179/+543
|\ \
| * | vti6: Enable namespace changingSteffen Klassert2014-03-141-1/+0
| * | vti6: Check the tunnel endpoints of the xfrm state and the vti interfaceSteffen Klassert2014-03-141-1/+24
| * | vti6: Support inter address family tunneling.Steffen Klassert2014-03-141-15/+34
| * | xfrm6: Remove xfrm_tunnel_notifierSteffen Klassert2014-03-141-63/+0
| * | vti6: Update the ipv6 side to use its own receive hook.Steffen Klassert2014-03-141-27/+149
| * | vti6: Remove caching of flow informations.Steffen Klassert2014-03-141-31/+0
| * | vti6: Remove dst_entry cachingSteffen Klassert2014-03-141-24/+18
| * | ipcomp6: Use the IPsec protocol multiplexer APISteffen Klassert2014-03-141-7/+15
| * | ah6: Use the IPsec protocol multiplexer APISteffen Klassert2014-03-141-8/+16
| * | esp6: Use the IPsec protocol multiplexer APISteffen Klassert2014-03-141-9/+17