summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | net: ipv4/ipv6: Remove extern from function prototypesJoe Perches2013-10-191-21/+20
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-10-184-0/+1137
|\ \ \ \ \
| * | | | | ipv6: Add support for IPsec virtual tunnel interfacesSteffen Klassert2013-10-103-0/+1068
| * | | | | ipv6: Add a receive path hook for vti6 in xfrm6_mode_tunnel.Steffen Klassert2013-10-091-0/+69
* | | | | | tcp: rename tcp_tso_segment()Eric Dumazet2013-10-181-1/+1
* | | | | | netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso2013-10-141-2/+31
* | | | | | netfilter: nf_tables: Add support for IPv6 NATTomasz Bursztyka2013-10-143-0/+217
* | | | | | netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso2013-10-142-7/+34
* | | | | | netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso2013-10-144-32/+41
* | | | | | netfilter: add nftablesPatrick McHardy2013-10-144-0/+162
* | | | | | netfilter: pass hook ops to hookfnPatrick McHardy2013-10-148-34/+40
| |_|_|_|/ |/| | | |
* | | | | inet: rename ir_loc_port to ir_numEric Dumazet2013-10-103-3/+3
* | | | | inet: includes a sock_common in request_sockEric Dumazet2013-10-103-56/+55
* | | | | ipv6: make lookups simpler and fasterEric Dumazet2013-10-0910-125/+97
* | | | | tcp/dccp: remove twchainEric Dumazet2013-10-082-48/+36
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-083-5/+12
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ipv6: Fix the upper MTU limit in GRE tunnelOussama Ghorbel2013-10-081-2/+1
| * | | | ipv6: Allow the MTU of ipip6 tunnel to be set below 1280Oussama Ghorbel2013-10-071-2/+10
| * | | | net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2013-10-021-1/+1
| | |_|/ | |/| |
* | | | udp: Only allow busy read/poll on connected socketsShawn Bohrer2013-10-081-2/+3
* | | | tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet2013-10-031-1/+1
* | | | inet: consolidate INET_TW_MATCHEric Dumazet2013-10-031-4/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-019-96/+153
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | ip6tnl: allow to use rtnl ops on fb tunnelNicolas Dichtel2013-10-011-2/+1
| * | sit: allow to use rtnl ops on fb tunnelNicolas Dichtel2013-10-011-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-10-011-3/+7
| |\ \
| | * | netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy2013-09-301-3/+7
| * | | ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine2013-09-301-3/+3
| * | | ipv6: gre: correct calculation of max_headroomHannes Frederic Sowa2013-09-301-2/+2
| * | | ipv6: Fix preferred_lft not updating in some casesPaul Marks2013-09-301-37/+15
| * | | IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin\(ux\) M. BOIE2013-09-282-15/+96
| * | | ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa2013-09-241-31/+22
| * | | net: raw: do not report ICMP redirects to user spaceDuan Jiong2013-09-241-1/+3
| * | | net: udp: do not report ICMP redirects to user spaceDuan Jiong2013-09-241-1/+3
| |/ /
* | | ipv6: Not need to set fl6.flowi6_flags as zeroLi RongQing2013-09-301-3/+0
* | | ipv6: compare sernum when walking fib for /proc/net/ipv6_route as safety netHannes Frederic Sowa2013-09-271-0/+14
* | | ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa2013-09-272-64/+173
* | | ipv6: do not allow ipv6 module to be removedCong Wang2013-09-241-48/+0
* | | tcp: syncookies: reduce mss table to four valuesFlorian Westphal2013-09-241-6/+9
* | | tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal2013-09-241-17/+7
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-09-171-2/+2
|\ \
| * | netfilter: nf_nat_proto_icmpv6:: fix wrong comparison in icmpv6_manip_pktPhil Oester2013-09-131-2/+2
* | | ip6_tunnels: raddr and laddr are inverted in nl msgDing Zhi2013-09-161-2/+2
| |/ |/|
* | ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček2013-09-112-7/+17
* | fib6_rules: fix indentationStefan Tomanek2013-09-111-2/+2
* | net: fib: fib6_add: fix potential NULL pointer dereferenceDaniel Borkmann2013-09-111-1/+1
* | ipv6/exthdrs: accept tlv which includes only paddingJiri Pirko2013-09-111-6/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-0533-384/+1280
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-0512-45/+79
| |\
| | * net: ipv6: tcp: fix potential use after free in tcp_v6_do_rcvDaniel Borkmann2013-09-041-1/+1
OpenPOWER on IntegriCloud