summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: Fix refcnt on host routesDavid Ahern2016-03-031-5/+3
* net: remove skb_sender_cpu_clear()WANG Cong2016-03-011-1/+0
* net: ipv6/l3mdev: Move host route on saved address if necessaryDavid Ahern2016-03-011-0/+26
* GSO: Provide software checksum of tunneled UDP fragmentation offloadAlexander Duyck2016-02-261-1/+7
* net: ipv6: Make address flushing on ifdown optionalDavid Ahern2016-02-251-15/+121
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-235-16/+90
|\
| * rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov2016-02-191-1/+1
| * gre: clear IFF_TX_SKB_SHARINGJiri Benc2016-02-181-0/+1
| * tcp/dccp: fix another race at listener dismantleEric Dumazet2016-02-181-7/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-02-161-3/+71
| |\
| | * netfilter: conntrack: resched in nf_ct_iterate_cleanupFlorian Westphal2016-02-011-3/+71
| * | tcp: do not drop syn_recv on all icmp reportsEric Dumazet2016-02-091-2/+3
| * | ipv6: fix a lockdep splatEric Dumazet2016-02-081-2/+3
| * | ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org2016-02-061-1/+4
* | | ila: autoload moduleRobert Shearman2016-02-211-0/+1
* | | net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-02-191-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-161-1/+1
* | | ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2016-02-161-8/+9
* | | net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni2016-02-164-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-016-18/+35
|\ \ | |/
| * ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni2016-01-291-0/+3
| * ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2016-01-292-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-201-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-141-3/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-112-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-101-0/+2
* | ipv6: always add flag an address that failed DAD with DADFAILEDLubomir Rintel2016-01-101-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-01-081-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-051-1/+0
* | | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-041-6/+8
OpenPOWER on IntegriCloud