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-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
* | | | | | tcp_memcontrol: Remove the per netns control.Eric W. Biederman2013-10-212-2/+1
| |_|/ / / |/| | | |
* | | | | inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa2013-10-193-11/+26
* | | | | inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa2013-10-191-3/+9
* | | | | ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa2013-10-192-4/+40
* | | | | ipip: add GSO/TSO supportEric Dumazet2013-10-192-0/+2
* | | | | ipv6: gso: remove redundant lockingEric Dumazet2013-10-191-4/+1
* | | | | 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
OpenPOWER on IntegriCloud