summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-146-1/+66
|\
| * ipv6: Fix possible ipv6 seqlock deadlockJohn Stultz2013-11-061-1/+1
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-065-0/+65
* | ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa2013-11-111-0/+2
* | netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-11-113-73/+9Star
* | ip6_output: fragment outgoing reassembled skb properlyJiri Pirko2013-11-111-1/+2
* | ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong2013-11-081-2/+5
* | ipv6: protect flow label renew against GCFlorent Fourcot2013-11-081-0/+4
* | ipv6: increase maximum lifetime of flow labelsFlorent Fourcot2013-11-081-1/+1
* | ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot2013-11-082-0/+54
* | ipv6: drop the judgement in rt6_alloc_cow()Duan Jiong2013-11-061-5/+3Star
* | ipv6: fix headroom calculation in udp6_ufo_fragmentHannes Frederic Sowa2013-11-061-1/+1
* | ipv6: remove old conditions on flow label sharingFlorent Fourcot2013-11-051-33/+0Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-11-051-4/+3Star
|\ \
| * | netfilter: ip6t_REJECT: skip checksum verification for outgoing ipv6 packetsStanislav Fomichev2013-10-231-4/+3Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-043-5/+17
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-11-021-2/+6
| |\ \ \
| | * | | xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert2013-11-011-1/+5
| | * | | xfrm: Increase the garbage collector thresholdSteffen Klassert2013-10-281-1/+1
| * | | | ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa2013-10-261-3/+6
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-10-231-0/+5
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon2013-10-221-0/+5
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-11-021-33/+15Star
|\ \ \ \ \
| * | | | | net: esp{4,6}: get rid of struct esp_dataMathias Krause2013-10-291-25/+14Star
| * | | | | net: esp{4,6}: remove padlen from struct esp_dataMathias Krause2013-10-291-8/+1Star
* | | | | | ipv6: remove the unnecessary statement in find_match()Duan Jiong2013-10-301-1/+1
* | | | | | ipv6: Remove privacy config option.David S. Miller2013-10-292-56/+3Star
* | | | | | ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa2013-10-232-8/+20
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-238-33/+60
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa2013-10-221-7/+31
| * | | | | ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2013-10-222-4/+8
| * | | | | ip6_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko2013-10-201-11/+14
| * | | | | udp6: respect IPV6_DONTFRAG sockopt in case there are pending framesJiri Pirko2013-10-201-3/+2Star
| | |_|/ / | |/| | |
| * | | | ipv6: Initialize ip6_tnl.hlen in gre tunnel even if no route is foundOussama Ghorbel2013-10-111-2/+1Star
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-10-094-6/+4Star
| |\ \ \ \
| | * | | | ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACHSteffen Klassert2013-09-163-6/+3Star
| | * | | | xfrm: Decode sessions with output interface.Steffen Klassert2013-09-161-0/+1
* | | | | | ipv6: sit: add GSO/TSO supportEric Dumazet2013-10-223-9/+31
* | | | | | ipv6: gso: make ipv6_gso_segment() stackableEric Dumazet2013-10-221-6/+17
* | | | | | tcp_memcontrol: Remove the per netns control.Eric W. Biederman2013-10-222-2/+1Star
| |_|/ / / |/| | | |
* | | | | inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa2013-10-203-11/+26
* | | | | inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa2013-10-201-3/+9
* | | | | ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa2013-10-202-4/+40
* | | | | ipip: add GSO/TSO supportEric Dumazet2013-10-202-0/+2
* | | | | ipv6: gso: remove redundant lockingEric Dumazet2013-10-201-4/+1Star
* | | | | net: ipv4/ipv6: Remove extern from function prototypesJoe Perches2013-10-201-21/+20Star
* | | | | 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