summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-11-211-0/+1
|\
| * netfilter: synproxy: send mss option to backendMartin Topholm2013-11-181-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-197-48/+41
|\ \
| * | ipv6: Fix inet6_init() cleanup orderVlad Yasevich2013-11-181-2/+2
| * | inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2013-11-182-7/+2
| * | net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=nFabio Estevam2013-11-181-1/+1
| * | ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel2013-11-141-5/+13
| * | sit/gre6: don't try to add the same route two timesNicolas Dichtel2013-11-141-3/+0
| * | sit: link local routes are missingNicolas Dichtel2013-11-141-19/+5
| * | sit: fix prefix length of ll and v4mapped addressesNicolas Dichtel2013-11-141-7/+4
| * | sit: fix use after free of fb_tunnel_devWillem de Bruijn2013-11-141-4/+14
| |/
* | 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/+9
* | 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-051-5/+3
* | ipv6: fix headroom calculation in udp6_ufo_fragmentHannes Frederic Sowa2013-11-051-1/+1
* | ipv6: remove old conditions on flow label sharingFlorent Fourcot2013-11-051-33/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-11-041-4/+3
|\ \
| * | netfilter: ip6t_REJECT: skip checksum verification for outgoing ipv6 packetsStanislav Fomichev2013-10-231-4/+3
* | | 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-251-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/+15
|\ \ \ \ \
| * | | | | net: esp{4,6}: get rid of struct esp_dataMathias Krause2013-10-291-25/+14
| * | | | | net: esp{4,6}: remove padlen from struct esp_dataMathias Krause2013-10-291-8/+1
* | | | | | ipv6: remove the unnecessary statement in find_match()Duan Jiong2013-10-301-1/+1
* | | | | | ipv6: Remove privacy config option.David S. Miller2013-10-282-56/+3
* | | | | | 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-211-7/+31
| * | | | | ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2013-10-212-4/+8
| * | | | | ip6_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko2013-10-191-11/+14
| * | | | | udp6: respect IPV6_DONTFRAG sockopt in case there are pending framesJiri Pirko2013-10-191-3/+2
| | |_|/ / | |/| | |
| * | | | ipv6: Initialize ip6_tnl.hlen in gre tunnel even if no route is foundOussama Ghorbel2013-10-111-2/+1
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-10-094-6/+4
| |\ \ \ \
| | * | | | ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACHSteffen Klassert2013-09-163-6/+3
| | * | | | xfrm: Decode sessions with output interface.Steffen Klassert2013-09-161-0/+1
* | | | | | ipv6: sit: add GSO/TSO supportEric Dumazet2013-10-213-9/+31
* | | | | | ipv6: gso: make ipv6_gso_segment() stackableEric Dumazet2013-10-211-6/+17