summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | ip6_tunnel: allow to change mode for the ip6tnl0Alexey Andriyanov2014-10-301-7/+25
| * | | | | | | ipv6: remove assignment in if conditionFabian Frederick2014-10-301-1/+2
| * | | | | | | ipv6: remove inline on static in c fileFabian Frederick2014-10-301-6/+6
| * | | | | | | ipv6: spelling s/incomming/incomingFabian Frederick2014-10-301-1/+1
| * | | | | | | net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline2014-10-291-2/+44
| | |_|_|/ / / | |/| | | | |
| * | | | | | ipv6: include linux/uaccess.h instead of asm/uaccess.hFabian Frederick2014-10-271-1/+1
| * | | | | | ipv6: replace min/casting by min_tFabian Frederick2014-10-271-2/+2
| | |_|_|_|/ | |/| | | |
| * | | | | ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fnMartin KaFai Lau2014-10-241-14/+16
| * | | | | ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit caseMartin KaFai Lau2014-10-241-3/+3
| * | | | | ipv6: Remove BACKTRACK macroMartin KaFai Lau2014-10-241-30/+40
| * | | | | net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama2014-10-242-2/+0
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-102-8/+8
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'iov_iter' into for-nextAl Viro2014-12-0813-106/+181
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | netfilter: Convert print_tuple functions to return voidJoe Perches2014-11-052-8/+8
* | | | | | tcp: fix possible NULL dereference in tcp_vX_send_reset()Eric Dumazet2014-11-251-1/+4
* | | | | | ip6_udp_tunnel: Fix checksum calculationAlexander Duyck2014-11-251-3/+1
* | | | | | ipv6: gre: fix wrong skb->protocol in WCCPYuri Chislov2014-11-241-2/+2
* | | | | | ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien2014-11-231-0/+11
* | | | | | ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalidAlexander Duyck2014-11-231-1/+2
| |/ / / / |/| | | |
* | | | | ipv6: delete protocol and unregister rtnetlink when cleanupDuan Jiong2014-11-191-0/+4
* | | | | ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2014-11-161-4/+5
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-11-161-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_evalDaniel Borkmann2014-11-101-0/+1
| | |_|/ | |/| |
* | | | gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert2014-11-031-2/+3
* | | | sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert2014-11-031-9/+6
* | | | vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert2014-11-031-10/+1
* | | | ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert2014-11-031-9/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-10-311-66/+109
|\ \ \
| * | | netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso2014-10-311-66/+109
* | | | drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings2014-10-301-0/+34
* | | | ipv6: notify userspace when we added or changed an ipv6 tokenLubomir Rintel2014-10-291-0/+1
| |_|/ |/| |
* | | net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla2014-10-221-2/+2
* | | xfrm6: fix a potential use after free in xfrm6_policy.cLi RongQing2014-10-221-3/+8
|/ /
* | net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal2014-10-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-10-202-0/+5
|\ \ | |/ |/|
| * netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso2014-10-131-0/+1
| * netfilter: missing module license in the nf_reject_ipvX modulesPablo Neira Ayuso2014-10-111-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-192-3/+4
|\ \
| * | ipv6: fix a potential use after free in sit.cLi RongQing2014-10-181-3/+3
| * | ipv6: fix a potential use after free in ip6_offload.cLi RongQing2014-10-181-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-183-13/+16
|\ \ \ | |/ /
| * | ipv6: introduce tcp_v6_iif()Eric Dumazet2014-10-172-12/+16
| * | ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing2014-10-141-1/+0
| |/
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-1/+1
|\ \ | |/ |/|
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-0856-1042/+1506
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-081-2/+2
| |\ \
| | * | ip6_gre: fix flowi6_proto value in xmit pathNicolas Dichtel2014-10-041-2/+2
| * | | ipv6: Do not warn for informational ICMP messages, regardless of type.David S. Miller2014-10-071-2/+2
| * | | net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-074-4/+4
OpenPOWER on IntegriCloud