aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong1-1/+0
2016-03-01net: ipv6/l3mdev: Move host route on saved address if necessaryDavid Ahern1-0/+26
2016-02-26GSO: Provide software checksum of tunneled UDP fragmentation offloadAlexander Duyck1-1/+7
2016-02-25net: ipv6: Make address flushing on ifdown optionalDavid Ahern1-15/+121
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-16/+90
2016-02-21ila: autoload moduleRobert Shearman1-0/+1
2016-02-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann1-4/+2
2016-02-19ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6Wei Wang1-9/+11
2016-02-19rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov1-1/+1
2016-02-18gre: clear IFF_TX_SKB_SHARINGJiri Benc1-0/+1
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc1-1/+1
2016-02-18tcp/dccp: fix another race at listener dismantleEric Dumazet1-7/+7
2016-02-16ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov1-1/+1
2016-02-16ip_tunnel: replace dst_cache with generic implementationPaolo Abeni1-8/+9
2016-02-16net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni4-104/+14
2016-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+71
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree1-2/+2
2016-02-12net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree1-12/+1
2016-02-12net: local checksum offload for encapsulationEdward Cree1-7/+7
2016-02-11ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg2-0/+17
2016-02-11ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg2-0/+18
2016-02-11soreuseport: fast reuseport TCP socket selectionCraig Gallek2-1/+17
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek2-5/+11
2016-02-11inet: create IPv6-equivalent inet_hash functionCraig Gallek3-44/+58
2016-02-11sock: struct proto hash function may errorCraig Gallek1-1/+5
2016-02-09tcp: do not drop syn_recv on all icmp reportsEric Dumazet1-2/+3
2016-02-08ipv6: fix a lockdep splatEric Dumazet1-2/+3
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov1-1/+1
2016-02-06ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org1-1/+4
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-18/+35
2016-02-01netfilter: conntrack: resched in nf_ct_iterate_cleanupFlorian Westphal1-3/+71
2016-01-29ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni1-0/+3
2016-01-29ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2-5/+8
2016-01-25sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-2/+2
2016-01-25ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer1-0/+1
2016-01-20net: drop tcp_memcontrol.cVladimir Davydov1-1/+0
2016-01-19udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet1-11/+21
2016-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2016-01-15ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-1/+1
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-3/+0
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2016-01-11udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček1-1/+1
2016-01-10ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet1-0/+2
2016-01-10ipv6: always add flag an address that failed DAD with DADFAILEDLubomir Rintel1-2/+3
2016-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2016-01-06soreuseport: pass skb to secondary UDP socket lookupCraig Gallek1-4/+6
2016-01-05inet: kill unused skb_free opFlorian Westphal1-1/+0
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek1-6/+8
2016-01-04soreuseport: fast reuseport UDP socket selectionCraig Gallek2-11/+41
2016-01-04udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4