summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-053-6/+6
* udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-052-0/+2
* ipv6: trivial, add bracket for the if blockFlorent Fourcot2014-11-041-2/+2
* net: allow setting ecn via routing tableFlorian Westphal2014-11-041-1/+1
* syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal2014-11-041-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-013-66/+144
|\
| * 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
* | | syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal2014-10-301-2/+5
* | | 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
|/ /
* | 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
| * | | ipv6: don't walk node's leaf during serial number updateHannes Frederic Sowa2014-10-071-17/+30
| * | | ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2014-10-072-8/+7
| * | | ipv6: only generate one new serial number per fib mutationHannes Frederic Sowa2014-10-071-6/+6
| * | | ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa2014-10-071-10/+13
| * | | ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa2014-10-071-40/+31
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-055-24/+184
| |\ \ \
| | * | | netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero2014-10-031-23/+11
| | * | | netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-021-1/+1
| | * | | netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso2014-10-023-0/+172