aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: check raw payload size correctly in ioctlJamie Bainbridge2017-07-041-1/+1
* ip6mr: fix notification device destructionNikolay Aleksandrov2017-07-041-7/+6
* net: ipv6: check route protocol when deleting routesMantas M2017-07-041-0/+2
* ipv6: avoid write to a possibly cloned skbFlorian Westphal2017-07-041-1/+6
* ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang2017-07-041-3/+1
* BACKPORT: ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-06-221-0/+2
* ipv6: handle -EFAULT from skb_copy_bitsDave Jones2017-06-171-2/+5
* ipv6: fix the use of pcpu_tstats in ip6_tunnelLi RongQing2017-06-171-5/+16
* ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter2017-06-171-1/+1
* ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2017-06-171-12/+22
* dccp/tcp: fix routing redirect raceJon Maxwell2017-06-171-3/+5
* ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-06-171-0/+1
* gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu2017-06-171-0/+1
* ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-06-021-7/+8
* netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2017-05-301-0/+2
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2017-05-2316-12/+36
* net: core: add UID to flows, rules, and routesLorenzo Colitti2017-05-231-0/+7
* Revert "net: core: Support UID-based routing."Lorenzo Colitti2017-05-2313-23/+6
* mtk: 3.10 updatesMister Oyster2017-04-293-17/+18
* ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang2017-04-291-1/+1
* Revert "netfilter: have ip*t REJECT set the sock err when an icmp is to be sent"Erik Kline2017-04-252-21/+0
* ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-04-161-19/+21
* ipv6: Remove privacy config option.David S. Miller2017-04-132-56/+3
* net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz2017-04-132-0/+12
* ipv6: sysctl to restrict candidate source addressesErik Kline2017-04-131-1/+18
* tcp: fix more NULL deref after prequeue changesEric Dumazet2017-04-131-9/+10
* net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2017-04-111-2/+3
* net: ipv6: make "ip -6 route get mark xyz" work.Lorenzo Colitti2017-04-111-0/+3
* net: fix merge errorMister Oyster2017-04-111-0/+1
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2017-04-112-3/+6
* net: disable fragment reassembly if high_thresh is set to zeroMichal Kubecek2017-04-112-0/+7
* tcp: take care of truncations done by sk_filter()Eric Dumazet2017-04-111-2/+4
* tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2017-04-111-1/+7
* ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni2017-04-111-2/+11
* ipv6: correctly add local routes when lo goes upNicolas Dichtel2017-04-111-1/+1
* ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson2017-04-111-1/+0
* ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca2017-04-113-10/+31
* ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun2017-04-111-0/+2
* ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa2017-04-111-48/+138
* ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa2017-04-111-64/+73
* ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček2017-04-112-7/+17
* net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern2017-04-111-0/+1
* net: dhcpv6: remove MTK_DHCPV6C_WIFI featureYingjoe Chen2016-12-193-46/+0
* ipv6: add complete rcu protection around np->optEric Dumazet2016-12-119-37/+76
* ipv6: fix endianness error in icmpv6_errHannes Frederic Sowa2016-11-171-1/+1
* net: ipv6: Fix ping to link-local addresses.Lorenzo Colitti2016-11-171-16/+17
* ipv6: clean up anycast when an interface is destroyedSabrina Dubroca2016-11-172-3/+26
* net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2016-11-172-2/+3
* ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2016-11-171-1/+16
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-11-171-0/+3