summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ila: autoload moduleRobert Shearman2016-02-221-0/+1
* net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-02-201-4/+2
* ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6Wei Wang2016-02-191-9/+11
* iptunnel: scrub packet in iptunnel_pull_headerJiri Benc2016-02-181-1/+1
* ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov2016-02-171-1/+1
* ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2016-02-171-8/+9
* net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni2016-02-174-104/+14
* net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-2/+2
* net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree2016-02-121-12/+1
* net: local checksum offload for encapsulationEdward Cree2016-02-121-7/+7
* ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg2016-02-112-0/+17
* ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg2016-02-112-0/+18
* soreuseport: fast reuseport TCP socket selectionCraig Gallek2016-02-112-1/+17
* inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-112-5/+11
* inet: create IPv6-equivalent inet_hash functionCraig Gallek2016-02-113-44/+58
* sock: struct proto hash function may errorCraig Gallek2016-02-111-1/+5
* ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov2016-02-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-026-18/+35
|\
| * ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni2016-01-301-0/+3
| * ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2016-01-302-5/+8
| * sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo2016-01-251-2/+2
| * ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer2016-01-251-0/+1
| * udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet2016-01-191-11/+21
* | net: drop tcp_memcontrol.cVladimir Davydov2016-01-211-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-01-151-1/+1
|\
| * ipv6: update skb->csum when CE mark is propagatedEric Dumazet2016-01-151-1/+1
* | net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-151-3/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-122-1/+3
|\
| * udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček2016-01-111-1/+1
| * ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet2016-01-111-0/+2
* | ipv6: always add flag an address that failed DAD with DADFAILEDLubomir Rintel2016-01-111-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-01-091-1/+1
|\ \
| * | netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso2015-12-281-1/+1
* | | soreuseport: pass skb to secondary UDP socket lookupCraig Gallek2016-01-061-4/+6
* | | inet: kill unused skb_free opFlorian Westphal2016-01-061-1/+0
* | | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-051-6/+8
* | | soreuseport: fast reuseport UDP socket selectionCraig Gallek2016-01-052-11/+41
* | | udp: properly support MSG_PEEK with truncated buffersEric Dumazet2016-01-041-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-014-25/+45
|\ \ \ | |/ / |/| / | |/
| * ipv6: honor ifindex in case we receive ll addresses in router advertisementsHannes Frederic Sowa2015-12-241-2/+2
| * addrconf: always initialize sysctl table dataWANG Cong2015-12-221-7/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-12-221-15/+38
| |\
| | * xfrm: dst_entries_init() per-net dst_opsDan Streetman2015-11-031-15/+38
| * | ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin2015-12-221-1/+1
* | | ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-261-5/+2
* | | tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal2015-12-221-2/+4
* | | tcp: send_reset: test for non-NULL sk firstFlorian Westphal2015-12-221-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-12-183-114/+74
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-12-1418-95/+125
| |\ \ \
| * | | | netfilter: ipv6: nf_defrag: fix NULL deref panicFlorian Westphal2015-12-091-5/+8