summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-0956-1042/+1506
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-081-2/+2
| |\
| | * ip6_gre: fix flowi6_proto value in xmit pathNicolas Dichtel2014-10-051-2/+2
| * | ipv6: Do not warn for informational ICMP messages, regardless of type.David S. Miller2014-10-071-2/+2
| * | net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-074-4/+4
| * | ipv6: don't walk node's leaf during serial number updateHannes Frederic Sowa2014-10-071-17/+30
| * | ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2014-10-072-8/+7Star
| * | ipv6: only generate one new serial number per fib mutationHannes Frederic Sowa2014-10-071-6/+6
| * | ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa2014-10-071-10/+13
| * | ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa2014-10-071-40/+31Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-065-24/+184
| |\ \
| | * | netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero2014-10-031-23/+11Star
| | * | netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-021-1/+1
| | * | netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso2014-10-023-0/+172
| * | | fou: eliminate IPv4,v6 specific GRO functionsTom Herbert2014-10-041-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-027-7/+42
| |\ \ \ | | | |/ | | |/|
| * | | gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert2014-10-021-2/+6
| * | | sit: Set inner IP protocol in sitTom Herbert2014-10-021-0/+4
| * | | udp: Generalize skb_udp_segmentTom Herbert2014-10-021-1/+1
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-291-22/+28
| |\ \
| | * | netfilter: masquerading needs to be independent of x_tables in KconfigPablo Neira Ayuso2014-09-121-12/+15
| | * | netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NATPablo Neira Ayuso2014-09-121-10/+13
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-09-281-2/+0Star
| |\ \ \
| | * | | ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu2014-09-181-2/+0Star
| * | | | tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet2014-09-281-0/+7
| * | | | ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet2014-09-283-5/+6
| * | | | net: Remove gso_send_check as an offload callbackTom Herbert2014-09-263-39/+0Star
| * | | | udp: move logic out of udp[46]_ufo_send_checkTom Herbert2014-09-261-22/+18Star
| * | | | tcp: move logic out of tcp_v[64]_gso_send_checkTom Herbert2014-09-261-13/+24
| * | | | icmp: add a global rate limitationEric Dumazet2014-09-231-8/+12
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-233-5/+28
| |\ \ \ \
| * | | | | ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallbackDaniel Borkmann2014-09-221-10/+31
| * | | | | udp: Need to make ip6_udp_tunnel.c have GPL licenseTom Herbert2014-09-221-0/+2
| * | | | | udp_tunnel: Only build ip6_udp_tunnel.c when IPV6 is selectedAndy Zhou2014-09-201-1/+4
| * | | | | sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert2014-09-191-10/+97
| * | | | | net: Export inet_offloads and inet6_offloadsTom Herbert2014-09-191-0/+1
| * | | | | udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou2014-09-191-0/+42
| * | | | | udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou2014-09-192-0/+64
| * | | | | tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet2014-09-151-0/+1
| * | | | | ipv6: exit early in addrconf_notify() if IPv6 is disabledWANG Cong2014-09-131-0/+3
| * | | | | ipv6: refactor ipv6_dev_mc_inc()WANG Cong2014-09-131-33/+49
| * | | | | ipv6: update the comment in mcast.cWANG Cong2014-09-131-7/+5Star
| * | | | | ipv6: drop some rcu_read_lock in mcastWANG Cong2014-09-131-13/+4Star
| * | | | | ipv6: drop ipv6_sk_mc_lock in mcastWANG Cong2014-09-131-16/+2Star
| * | | | | ipv6: refactor __ipv6_dev_ac_inc()WANG Cong2014-09-131-23/+39
| * | | | | ipv6: clean up ipv6_dev_ac_inc()WANG Cong2014-09-132-10/+5Star
| * | | | | ipv6: remove ipv6_sk_ac_lockWANG Cong2014-09-131-14/+3Star
| * | | | | ipv6: drop useless rcu_read_lock() in anycastWANG Cong2014-09-131-12/+6Star
| * | | | | udp: Fix inverted NAPI_GRO_CB(skb)->flush testScott Wood2014-09-121-1/+1
| | |_|/ / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-108-398/+499
| |\ \ \ \