summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2017-05-262-14/+20
* ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-05-221-7/+8
* udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni2017-05-182-3/+2
* ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-05-173-12/+12
* ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-05-174-6/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-152-1/+6
|\
| * ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar2017-05-151-1/+4
| * ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-05-111-0/+2
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|\ \ | |/ |/|
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
| |\
| | * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-094-16/+40
|\ \ \
| * | | ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-05-082-2/+12
| * | | tcp: randomize timestamps on syncookiesEric Dumazet2017-05-052-14/+28
* | | | net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko2017-05-081-7/+1
|/ / /
* | | ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-042-11/+17
* | | ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2017-05-041-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-031-1/+1
|\ \ \
| * | | netfilter: Wrong icmp6 checksum for ICMPV6_TIME_EXCEED in reverse SNATv6 pathDave Johnson2017-04-251-1/+1
| |/ /
* | | net: ipv6: Do not duplicate DAD on link upDavid Ahern2017-05-031-2/+3
* | | ipv6: Need to export ipv6_push_frag_opts for tunneling now.David S. Miller2017-05-011-1/+1
* | | ip6_tunnel: Fix missing tunnel encapsulation limit optionCraig Gallek2017-05-011-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-017-74/+69
|\ \ \
| * | | netfilter: don't attach a nat extension by defaultFlorian Westphal2017-04-261-3/+1
| * | | netfilter: masquerade: attach nat extension if not presentFlorian Westphal2017-04-261-1/+4
| * | | netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng2017-04-261-6/+14
| * | | netfilter: synproxy: only register hooks when neededFlorian Westphal2017-04-261-34/+39
| * | | netfilter: remove nf_ct_is_untrackedFlorian Westphal2017-04-151-4/+0
| * | | netfilter: kill the fake untracked conntrack objectsFlorian Westphal2017-04-152-4/+2
| * | | netfilter: ip6_tables: Remove unneccessary commentsArushi Singhal2017-04-081-9/+0
| * | | netfilter: Remove exceptional & on function nameArushi Singhal2017-04-071-1/+1
| * | | netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-071-12/+8
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-281-5/+1
|\ \ \ \
| * | | | esp: Fix misplaced spin_unlock_bh.Steffen Klassert2017-04-241-5/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-266-23/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ipv6: check raw payload size correctly in ioctlJamie Bainbridge2017-04-261-2/+1
| * | | | ipv6: check skb->protocol before lookup for nexthopWANG Cong2017-04-261-16/+18
| * | | | net: ipv6: regenerate host route if moved to gc listDavid Ahern2017-04-251-2/+12
| * | | | ipv6: fix source routingSabrina Dubroca2017-04-251-0/+4
| * | | | ipv6: move stub initialization after ipv6 setup completionPaolo Abeni2017-04-251-2/+4
| * | | | net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern2017-04-241-1/+2
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-214-8/+13
|\ \ \ \ | |/ / /
| * | | ip6mr: fix notification device destructionNikolay Aleksandrov2017-04-211-7/+6
| * | | net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern2017-04-211-0/+4
| * | | ipv6: sr: fix double free of skb after handling invalid SRHDavid Lebrun2017-04-211-1/+0
| * | | ipv6: sr: fix out-of-bounds access in SRH validationDavid Lebrun2017-04-201-0/+3
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-215-149/+446
|\ \ \ \
| * | | | esp4/6: Fix GSO path for non-GSO SW-crypto packetsIlan Tayari2017-04-191-3/+4
| * | | | esp6: fix incorrect null pointer check on xoColin Ian King2017-04-191-1/+1
| * | | | xfrm: Prepare the GRO codepath for hardware offloading.Steffen Klassert2017-04-141-19/+23
OpenPOWER on IntegriCloud