summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| |\ \ \ \ \
| | * | | | | netfilter: nf_tables: add new nft_masq expressionArturo Borrero2014-09-093-0/+96
| | * | | | | netfilter: nf_nat: generalize IPv6 masquerading support for nf_tablesArturo Borrero2014-09-094-71/+133
| | * | | | | netfilter: nft_chain_nat_ipv6: use generic IPv6 NAT code from corePablo Neira Ayuso2014-09-091-127/+36Star
| | * | | | | netfilter: nat: move specific NAT IPv6 to corePablo Neira Ayuso2014-09-093-204/+238
| | | |_|_|/ | | |/| | |
| * | | | | sit: Add gro callbacks to sit_offloadTom Herbert2014-09-101-0/+2
| * | | | | ipv6: Clear flush_id to make GRO workTom Herbert2014-09-101-0/+3
| * | | | | net: use kfree_skb_list() helper in more placesFlorian Westphal2014-09-101-5/+1Star
| * | | | | ipv6: udp6_gro_complete() is staticEric Dumazet2014-09-101-1/+1
| * | | | | ipv6: mcast: remove dead debugging definesDaniel Borkmann2014-09-101-9/+0Star
| * | | | | tcp: remove dst refcount false sharing for prequeue modeEric Dumazet2014-09-101-6/+9
| * | | | | net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat2014-09-091-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-085-28/+55
| |\ \ \ \ \
| * | | | | | tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet2014-09-061-2/+2
| * | | | | | ipv6: add sysctl_mld_qrv to configure query robustness variableHannes Frederic Sowa2014-09-052-10/+25
| * | | | | | sock: deduplicate errqueue dequeueWillem de Bruijn2014-09-021-13/+2Star
| * | | | | | udp: Add support for doing checksum unnecessary conversionTom Herbert2014-09-022-7/+21
| * | | | | | tcp: syncookies: mark cookie_secret read_mostlyFlorian Westphal2014-08-281-1/+1
| | |_|_|/ / | |/| | | |
| * | | | | ipv6: White-space cleansing : gaps between function and symbol exportIan Morris2014-08-2511-23/+0Star
| * | | | | ipv6: White-space cleansing : Structure layoutsIan Morris2014-08-255-21/+13Star
| * | | | | ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-2531-203/+203
| * | | | | udp: additional GRO supportTom Herbert2014-08-251-0/+33
| * | | | | tcp: Call skb_gro_checksum_validateTom Herbert2014-08-251-23/+3Star
| * | | | | net: use reciprocal_scale() helperDaniel Borkmann2014-08-232-3/+3
* | | | | | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-081-12/+1Star
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | net_dma: simple removalDan Williams2014-09-281-12/+1Star
* | | | | | ipv6: remove rt6i_genidHannes Frederic Sowa2014-09-304-5/+29
* | | | | | ip6_gre: Return an error when adding an existing tunnel.Steffen Klassert2014-09-281-0/+2
* | | | | | ip6_vti: Return an error when adding an existing tunnel.Steffen Klassert2014-09-281-1/+5
* | | | | | ip6_tunnel: Return an error when adding an existing tunnel.Steffen Klassert2014-09-281-1/+5
* | | | | | ip6gre: add a rtnl link alias for ip6gretapNicolas Dichtel2014-09-261-0/+1
| |_|_|_|/ |/| | | |
* | | | | xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert2014-09-161-2/+2
* | | | | ipv6: clean up anycast when an interface is destroyedSabrina Dubroca2014-09-122-3/+26
| |_|/ / |/| | |
* | | | ipv6: restore the behavior of ipv6_sock_ac_drop()WANG Cong2014-09-081-2/+0Star
* | | | ipv6: use addrconf_get_prefix_route() to remove peer addrNicolas Dichtel2014-09-061-3/+2Star
* | | | ipv6: fix a refcnt leak with peer addrNicolas Dichtel2014-09-061-5/+2Star
* | | | ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca2014-09-053-10/+31
* | | | netfilter: fix missing dependencies in NETFILTER_XT_TARGET_LOGPablo Neira2014-09-021-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-09-022-8/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | netfilter: move NAT Kconfig switches out of the iptables scopePablo Neira Ayuso2014-08-182-8/+20
| | |/ | |/|
* / | net: ipv6: fib: don't sleep inside atomic lockBenjamin Block2014-08-221-1/+1
|/ /
* | tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-08-141-1/+2
* | sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani2014-08-141-3/+3