summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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/+55Star
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-0910-125/+97Star
* tcp/dccp: remove twchainEric Dumazet2013-10-092-48/+36Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-093-5/+12
|\
| * ipv6: Fix the upper MTU limit in GRE tunnelOussama Ghorbel2013-10-081-2/+1Star
| * 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/+2Star
* | 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/+1Star
| * 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-10-011-3/+3
| * | ipv6: gre: correct calculation of max_headroomHannes Frederic Sowa2013-10-011-2/+2
| * | ipv6: Fix preferred_lft not updating in some casesPaul Marks2013-09-301-37/+15Star
| * | 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/+22Star
| * | 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-10-011-3/+0Star
* | 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/+0Star
* | 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/+7Star
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-09-181-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-171-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/+0Star
|/
* 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
| | * ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf2013-09-041-6/+8
| | * ipv6: fix null pointer dereference in __ip6addrlbl_addHannes Frederic Sowa2013-09-041-25/+23Star
| | * ipv6: ipv6_create_tempaddr cleanupPetr Holasek2013-09-041-2/+0Star
| | * ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac2013-09-041-1/+9
| * | ipv6:introduce function to find route for redirectDuan Jiong2013-09-056-11/+81
| * | net: ipv6: mld: introduce mld_{gq, ifc, dad}_stop_timer functionsDaniel Borkmann2013-09-041-16/+25
| * | net: ipv6: mld: refactor query processing into v1/v2 functionsDaniel Borkmann2013-09-041-33/+56
| * | net: ipv6: mld: similarly to MLDv2 have min max_delay of 1Daniel Borkmann2013-09-041-7/+7
| * | net: ipv6: mld: implement RFC3810 MLDv2 mode onlyDaniel Borkmann2013-09-041-4/+30