aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-01gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert1-2/+6
2014-10-01sit: Set inner IP protocol in sitTom Herbert1-0/+4
2014-10-01udp: Generalize skb_udp_segmentTom Herbert1-1/+1
2014-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-22/+28
2014-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-2/+0
2014-09-28tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet1-0/+7
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet3-5/+6
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert3-39/+0
2014-09-26udp: move logic out of udp[46]_ufo_send_checkTom Herbert1-22/+18
2014-09-26tcp: move logic out of tcp_v[64]_gso_send_checkTom Herbert1-13/+24
2014-09-23icmp: add a global rate limitationEric Dumazet1-8/+12
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+28
2014-09-22ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallbackDaniel Borkmann1-10/+31
2014-09-22udp: Need to make ip6_udp_tunnel.c have GPL licenseTom Herbert1-0/+2
2014-09-19udp_tunnel: Only build ip6_udp_tunnel.c when IPV6 is selectedAndy Zhou1-1/+4
2014-09-19sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert1-10/+97
2014-09-19net: Export inet_offloads and inet6_offloadsTom Herbert1-0/+1
2014-09-19udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou1-0/+42
2014-09-19udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou2-0/+64
2014-09-18ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu1-2/+0
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-2/+2
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet1-0/+1
2014-09-13ipv6: exit early in addrconf_notify() if IPv6 is disabledWANG Cong1-0/+3
2014-09-13ipv6: refactor ipv6_dev_mc_inc()WANG Cong1-33/+49
2014-09-13ipv6: update the comment in mcast.cWANG Cong1-7/+5
2014-09-13ipv6: drop some rcu_read_lock in mcastWANG Cong1-13/+4
2014-09-13ipv6: drop ipv6_sk_mc_lock in mcastWANG Cong1-16/+2
2014-09-13ipv6: refactor __ipv6_dev_ac_inc()WANG Cong1-23/+39
2014-09-13ipv6: clean up ipv6_dev_ac_inc()WANG Cong2-10/+5
2014-09-13ipv6: remove ipv6_sk_ac_lockWANG Cong1-14/+3
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong1-12/+6
2014-09-12udp: Fix inverted NAPI_GRO_CB(skb)->flush testScott Wood1-1/+1
2014-09-12ipv6: clean up anycast when an interface is destroyedSabrina Dubroca2-3/+26
2014-09-12netfilter: masquerading needs to be independent of x_tables in KconfigPablo Neira Ayuso1-12/+15
2014-09-12netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NATPablo Neira Ayuso1-10/+13
2014-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-398/+499
2014-09-09sit: Add gro callbacks to sit_offloadTom Herbert1-0/+2
2014-09-09ipv6: Clear flush_id to make GRO workTom Herbert1-0/+3
2014-09-09net: use kfree_skb_list() helper in more placesFlorian Westphal1-5/+1
2014-09-09ipv6: udp6_gro_complete() is staticEric Dumazet1-1/+1
2014-09-09ipv6: mcast: remove dead debugging definesDaniel Borkmann1-9/+0
2014-09-09tcp: remove dst refcount false sharing for prequeue modeEric Dumazet1-6/+9
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat1-1/+1
2014-09-09netfilter: nf_tables: add new nft_masq expressionArturo Borrero3-0/+96
2014-09-09netfilter: nf_nat: generalize IPv6 masquerading support for nf_tablesArturo Borrero4-71/+133
2014-09-09netfilter: nft_chain_nat_ipv6: use generic IPv6 NAT code from corePablo Neira Ayuso1-127/+36
2014-09-09netfilter: nat: move specific NAT IPv6 to corePablo Neira Ayuso3-204/+238
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-28/+55
2014-09-07ipv6: restore the behavior of ipv6_sock_ac_drop()WANG Cong1-2/+0
2014-09-05tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet1-2/+2