summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ip6_tunnel: fix setting hop_limit value for ipv6 tunnelHaishuang Yan2017-09-081-0/+1
* ipv6: fix typo in fib6_net_exit()Eric Dumazet2017-09-081-1/+1
* tcp: fix a request socket leakEric Dumazet2017-09-081-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-09-081-0/+1
|\
| * netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal2017-09-081-0/+1
* | ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca2017-09-081-6/+19
* | ip6_gre: update mtu properly in ip6gre_errXin Long2017-09-071-1/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-0642-534/+1621
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-052-18/+6
| |\
| | * Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-032-18/+6
| * | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-041-9/+3
| * | net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao2017-09-043-6/+6
| * | netfilter: remove unused hooknum arg from packet functionsFlorian Westphal2017-09-041-4/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-039-60/+40
| |\ \
| | * | netfilter: conntrack: don't log "invalid" icmpv6 connectionsFlorian Westphal2017-08-281-5/+0
| | * | netfilter: conntrack: place print_tuple in procfs partFlorian Westphal2017-08-242-19/+0
| | * | netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal2017-08-241-1/+0
| | * | netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal2017-08-241-1/+0
| | * | netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal2017-08-241-6/+8
| | * | netfilter: constify nf_loginfo structuresJulia Lawall2017-08-022-2/+2
| | * | netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal2017-07-311-15/+2
| | * | netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-315-5/+5
| | * | netfilter: nf_tables: fib: use skb_header_pointerPablo M. Bermudo Garay2017-07-311-6/+23
| * | | net: Add module reference to FIB notifiersIdo Schimmel2017-09-011-0/+2
| * | | ipv6: sr: Use ARRAY_SIZE macroThomas Meyer2017-09-011-3/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-018-29/+64
| |\ \ \ | | | |/ | | |/|
| * | | xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman2017-08-311-15/+36
| * | | ipv6: sr: fix get_srh() to comply with IPv6 standard "RFC 8200"Ahmed Abdelsalam2017-08-301-6/+12
| * | | neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet2017-08-291-1/+1
| * | | ipv6: Use rt6i_idev index for echo replies to a local addressDavid Ahern2017-08-291-13/+20
| * | | addrlabel: add/delete/get can run without rtnlFlorian Westphal2017-08-291-5/+17
| * | | net: Add comment that early_demux can change via sysctlDavid Ahern2017-08-282-0/+6
| * | | ipv6: sr: implement additional seg6local actionsDavid Lebrun2017-08-251-0/+147
| * | | ipv6: sr: add helper functions for seg6localDavid Lebrun2017-08-252-89/+101
| * | | ipv6: sr: enforce IPv6 packets for seg6local lwtDavid Lebrun2017-08-251-0/+8
| * | | ipv6: sr: add support for encapsulation of L2 framesDavid Lebrun2017-08-251-2/+23
| * | | ipv6: sr: add support for ip4ip6 encapsulationDavid Lebrun2017-08-252-11/+38
| * | | ipv6: Use multipath hash from flow info if availableJakub Sitnicki2017-08-241-1/+7
| * | | ipv6: Fold rt6_info_hash_nhsfn() into its only callerJakub Sitnicki2017-08-241-11/+1
| * | | ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki2017-08-242-0/+51
| * | | ipv6: Add sysctl for per namespace flow label reflectionJakub Sitnicki2017-08-242-0/+9
| * | | tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-231-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-212-14/+17
| |\ \ \
| * | | | net: ipv6: put host and anycast routes on device with addressDavid Ahern2017-08-213-56/+47
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-214-8/+26
| |\ \ \ \
| | * | | | net: xfrm: support setting an output mark.Lorenzo Colitti2017-08-111-3/+6
| | * | | | xfrm: Auto-load xfrm offload modulesIlan Tayari2017-08-021-0/+1
| | * | | | esp6: Fix RX checksum after header pullYossi Kuperman2017-08-021-0/+2
| | * | | | xfrm6: Fix CHECKSUM_COMPLETE after IPv6 header pushYossi Kuperman2017-08-021-1/+3
| | * | | | esp6: Support RX checksum with crypto offloadIlan Tayari2017-08-022-4/+14
OpenPOWER on IntegriCloud