summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-33/+15
2013-10-31ipv6: remove the unnecessary statement in find_match()Duan Jiong1-1/+1
2013-10-29net: esp{4,6}: get rid of struct esp_dataMathias Krause1-25/+14
2013-10-29net: esp{4,6}: remove padlen from struct esp_dataMathias Krause1-8/+1
2013-10-29ipv6: Remove privacy config option.David S. Miller2-56/+3
2013-10-24ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa2-8/+20
2013-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-33/+60
2013-10-22ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa1-7/+31
2013-10-22ipv6: sit: add GSO/TSO supportEric Dumazet3-9/+31
2013-10-22ipv6: gso: make ipv6_gso_segment() stackableEric Dumazet1-6/+17
2013-10-22tcp_memcontrol: Remove the per netns control.Eric W. Biederman2-2/+1
2013-10-22ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2-4/+8
2013-10-20inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa3-11/+26
2013-10-20inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa1-3/+9
2013-10-20ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa2-4/+40
2013-10-20ipip: add GSO/TSO supportEric Dumazet2-0/+2
2013-10-20ip6_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko1-11/+14
2013-10-20udp6: respect IPV6_DONTFRAG sockopt in case there are pending framesJiri Pirko1-3/+2
2013-10-20ipv6: gso: remove redundant lockingEric Dumazet1-4/+1
2013-10-20net: ipv4/ipv6: Remove extern from function prototypesJoe Perches1-21/+20
2013-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-0/+1137
2013-10-18tcp: rename tcp_tso_segment()Eric Dumazet1-1/+1
2013-10-14netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso1-2/+31
2013-10-14netfilter: nf_tables: Add support for IPv6 NATTomasz Bursztyka3-0/+217
2013-10-14netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso2-7/+34
2013-10-14netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso4-32/+41
2013-10-14netfilter: add nftablesPatrick McHardy4-0/+162
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy8-34/+40
2013-10-12ipv6: Initialize ip6_tnl.hlen in gre tunnel even if no route is foundOussama Ghorbel1-2/+1
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet3-3/+3
2013-10-10ipv6: Add support for IPsec virtual tunnel interfacesSteffen Klassert3-0/+1068
2013-10-10inet: includes a sock_common in request_sockEric Dumazet3-56/+55
2013-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-6/+4
2013-10-09ipv6: Add a receive path hook for vti6 in xfrm6_mode_tunnel.Steffen Klassert1-0/+69
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet10-125/+97
2013-10-09tcp/dccp: remove twchainEric Dumazet2-48/+36
2013-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+12
2013-10-09ipv6: Fix the upper MTU limit in GRE tunnelOussama Ghorbel1-2/+1
2013-10-09udp: Only allow busy read/poll on connected socketsShawn Bohrer1-2/+3
2013-10-07ipv6: Allow the MTU of ipip6 tunnel to be set below 1280Oussama Ghorbel1-2/+10
2013-10-04tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet1-1/+1
2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet1-4/+2
2013-10-03net: do not call sock_put() on TIMEWAIT socketsEric Dumazet1-1/+1
2013-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-96/+153
2013-10-01ip6tnl: allow to use rtnl ops on fb tunnelNicolas Dichtel1-2/+1
2013-10-01sit: allow to use rtnl ops on fb tunnelNicolas Dichtel1-1/+1
2013-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+7
2013-10-01ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine1-3/+3
2013-10-01ipv6: gre: correct calculation of max_headroomHannes Frederic Sowa1-2/+2
2013-10-01ipv6: Not need to set fl6.flowi6_flags as zeroLi RongQing1-3/+0