summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2016-03-03net: ipv6: Fix refcnt on host routesDavid Ahern
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong
2016-03-01net: ipv6/l3mdev: Move host route on saved address if necessaryDavid Ahern
2016-02-26GSO: Provide software checksum of tunneled UDP fragmentation offloadAlexander Duyck
2016-02-26net: ipv6: Make address flushing on ifdown optionalDavid Ahern
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-22ila: autoload moduleRobert Shearman
2016-02-20net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann
2016-02-19ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6Wei Wang
2016-02-19rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov
2016-02-18gre: clear IFF_TX_SKB_SHARINGJiri Benc
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc
2016-02-18tcp/dccp: fix another race at listener dismantleEric Dumazet
2016-02-17ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov
2016-02-17ip_tunnel: replace dst_cache with generic implementationPaolo Abeni
2016-02-17net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni
2016-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree
2016-02-12net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree
2016-02-12net: local checksum offload for encapsulationEdward Cree
2016-02-11ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg
2016-02-11ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg
2016-02-11soreuseport: fast reuseport TCP socket selectionCraig Gallek
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek
2016-02-11inet: create IPv6-equivalent inet_hash functionCraig Gallek
2016-02-11sock: struct proto hash function may errorCraig Gallek
2016-02-09tcp: do not drop syn_recv on all icmp reportsEric Dumazet
2016-02-08ipv6: fix a lockdep splatEric Dumazet
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov
2016-02-06ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-01-31netfilter: conntrack: resched in nf_ct_iterate_cleanupFlorian Westphal
2016-01-30ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni
2016-01-30ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni
2016-01-25sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo
2016-01-25ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer
2016-01-21net: drop tcp_memcontrol.cVladimir Davydov
2016-01-19udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet
2016-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-01-15ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-01-15net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-11udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček
2016-01-11ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet
2016-01-11ipv6: always add flag an address that failed DAD with DADFAILEDLubomir Rintel
2016-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-01-06soreuseport: pass skb to secondary UDP socket lookupCraig Gallek
2016-01-06inet: kill unused skb_free opFlorian Westphal
2016-01-05soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2016-01-05soreuseport: fast reuseport UDP socket selectionCraig Gallek