summaryrefslogtreecommitdiff
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* xfrm: dst_entries_init() per-net dst_opsDan Streetman2016-01-311-15/+38
* ipv6: update skb->csum when CE mark is propagatedEric Dumazet2016-01-311-1/+1
* udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček2016-01-311-1/+1
* ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet2016-01-311-0/+2
* addrconf: always initialize sysctl table dataWANG Cong2016-01-311-7/+4
* ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin2016-01-311-1/+1
* ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa2016-01-221-0/+6
* net: fix IP early demux racesEric Dumazet2016-01-221-2/+1
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-01-221-0/+3
* ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork2016-01-221-1/+1
* gre6: allow to update all parameters via rtnlNicolas Dichtel2016-01-221-5/+3
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-149-36/+74
* ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2015-12-142-5/+10
* net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2015-12-141-7/+8
* net/ip6_tunnel: fix dst leakPaolo Abeni2015-12-141-1/+1
* snmp: Remove duplicate OUTMCAST stat incrementNeil Horman2015-12-141-2/+0
* Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel2015-12-143-9/+5
* ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau2015-12-141-1/+2
* ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau2015-12-141-1/+10
* ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau2015-12-141-1/+7
* ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca2015-12-091-0/+1
* sit: fix sit0 percpu double allocationsEric Dumazet2015-12-091-22/+4
* ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa2015-10-291-0/+2
* Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa2015-10-291-5/+1
* ipv6: Export nf_ct_frag6_consume_orig()Joe Stringer2015-10-271-0/+1
* ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa2015-10-231-1/+5
* ipv6: fix the incorrect return value of throw routelucien2015-10-232-5/+26
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-10-222-8/+16
|\
| * xfrm: Fix pmtu discovery for local generated packets.Steffen Klassert2015-10-191-0/+1
| * xfrm6: Fix ICMPv6 and MH header checks in _decode_session6Mathias Krause2015-09-141-2/+4
| * ipv6: Fix IPsec pre-encap fragmentation checkHerbert Xu2015-09-041-6/+11
* | net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr setDavid Ahern2015-10-221-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-10-211-0/+1
|\ \
| * | netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6}Pablo Neira Ayuso2015-10-011-0/+1
* | | net: Really fix vti6 with oif in dst lookupsDavid Ahern2015-10-212-1/+5
* | | ipv6: Initialize rt6_info properly in ip6_blackhole_route()Martin KaFai Lau2015-10-161-15/+5
* | | ipv6: Move common init code for rt6_info to a new function rt6_info_init()Martin KaFai Lau2015-10-161-6/+11
* | | ipv6: Don't call with rt6_uncached_list_flush_devEric W. Biederman2015-10-131-5/+7
* | | ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa2015-10-111-0/+3
* | | ipv6: gre: setup default multicast routes over PtP linksHannes Frederic Sowa2015-10-111-0/+2
* | | net: Fix vti use case with oif in dst lookups for IPv6David Ahern2015-10-071-0/+1
|/ /
* | net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern2015-09-291-1/+2
* | ip6_tunnel: Reduce log level in ip6_tnl_err() to debugMatt Bennett2015-09-241-8/+8
* | ip6_gre: Reduce log level in ip6gre_err() to debugMatt Bennett2015-09-241-8/+8
* | net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2015-09-201-1/+3
* | ipv6: ip6_fragment: fix headroom tests and skb leakFlorian Westphal2015-09-171-6/+8
* | ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-172-5/+6
* | ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau2015-09-152-26/+34
* | ipv6: Avoid double dst_freeMartin KaFai Lau2015-09-153-9/+16
* | ipv6: Fix dst_entry refcnt bugs in ip6_tunnelMartin KaFai Lau2015-09-152-46/+114