summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2017-09-08ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca1-6/+19
2017-09-08ip6_gre: update mtu properly in ip6gre_errXin Long1-1/+3
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds42-534/+1621
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-18/+6
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao1-9/+3
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao3-6/+6
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal1-4/+2
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar8-29/+64
2017-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller9-60/+40
2017-09-03Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2-18/+6
2017-09-02net: Add module reference to FIB notifiersIdo Schimmel1-0/+2
2017-09-02ipv6: sr: Use ARRAY_SIZE macroThomas Meyer1-3/+4
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-29/+64
2017-08-31xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman1-15/+36
2017-08-31ipv6: sr: fix get_srh() to comply with IPv6 standard "RFC 8200"Ahmed Abdelsalam1-6/+12
2017-08-30neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet1-1/+1
2017-08-30ipv6: Use rt6i_idev index for echo replies to a local addressDavid Ahern1-13/+20
2017-08-29ipv6: do not set sk_destruct in IPV6_ADDRFORM sockoptXin Long1-1/+0
2017-08-29addrlabel: add/delete/get can run without rtnlFlorian Westphal1-5/+17
2017-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-3/+4
2017-08-29ipv6: set dst.obsolete when a cached route has expiredXin Long2-2/+5
2017-08-29ipv6: fix sparse warning on rt6i_nodeWei Wang3-6/+10
2017-08-29net: Add comment that early_demux can change via sysctlDavid Ahern2-0/+6
2017-08-28netfilter: conntrack: don't log "invalid" icmpv6 connectionsFlorian Westphal1-5/+0
2017-08-26udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni1-1/+10
2017-08-26ipv6: sr: implement additional seg6local actionsDavid Lebrun1-0/+147
2017-08-26ipv6: sr: add helper functions for seg6localDavid Lebrun2-89/+101
2017-08-26ipv6: sr: enforce IPv6 packets for seg6local lwtDavid Lebrun1-0/+8
2017-08-26ipv6: sr: add support for encapsulation of L2 framesDavid Lebrun1-2/+23
2017-08-26ipv6: sr: add support for ip4ip6 encapsulationDavid Lebrun2-11/+38
2017-08-26ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert1-1/+1
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar4-27/+27
2017-08-25esp: Fix skb tailroom calculationSteffen Klassert1-1/+1
2017-08-25esp: Fix locking on page fragment allocationSteffen Klassert1-2/+3
2017-08-25ipv6: Use multipath hash from flow info if availableJakub Sitnicki1-1/+7
2017-08-25ipv6: Fold rt6_info_hash_nhsfn() into its only callerJakub Sitnicki1-11/+1
2017-08-25ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki2-0/+51
2017-08-25ipv6: Add sysctl for per namespace flow label reflectionJakub Sitnicki2-0/+9
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal2-19/+0
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal1-1/+0
2017-08-24netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal1-1/+0
2017-08-24netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal1-6/+8
2017-08-24tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney1-0/+2
2017-08-22ipv6: add rcu grace period before freeing fib6_nodeWei Wang2-7/+27
2017-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-5/+6
2017-08-22ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio1-4/+2
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+17
2017-08-21net: ipv6: put host and anycast routes on device with addressDavid Ahern3-56/+47
2017-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-8/+26
2017-08-21ipv6: repair fib6 tree in failure caseWei Wang1-13/+11