aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2016-04-21Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidlsk-v4.4-16.04-androidAlex Shi
2016-04-20ipv6: Count in extension headers in skb->network_headerJakub Sitnicki
2016-04-20ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo
2016-04-20ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet
2016-04-20udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld
2016-04-20ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal
2016-04-20mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-04-20tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris
2016-04-07ANDROID: net: fix 'const' warningsBrian Norris
2016-04-07net: diag: Support destroying TCP sockets.Lorenzo Colitti
2016-03-14Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-03-03rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov
2016-03-03tcp/dccp: fix another race at listener dismantleEric Dumazet
2016-03-03tcp: do not drop syn_recv on all icmp reportsEric Dumazet
2016-03-03ipv6: fix a lockdep splatEric Dumazet
2016-03-03ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org
2016-03-03ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni
2016-03-03ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni
2016-02-18Merge branch 'android-4.4' of https://android.googlesource.com/kernel/commonlsk-v4.4-16.02-androidAmit Pundir
2016-02-16net: ipv6: fix virtual tunneling buildAmit Pundir
2016-02-16net: core: Support UID-based routing.Lorenzo Colitti
2016-02-16net: ipv6: fix build failure if IPV6_ROUTE_INFO config is enabledAmit Pundir
2016-02-16net: ipv6: autoconf routes into per-device tablesLorenzo Colitti
2016-02-16netfilter: ipv6: fix crash caused by ipv6_find_hdr()JP Abgrall
2016-02-16net: socket ioctl to reset connections matching local addressRobert Love
2016-02-16net: Replace AID_NET_RAW checks with capable(CAP_NET_RAW).Chia-chi Yeh
2016-02-16Paranoid network.Robert Love
2016-01-31ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-01-31udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček
2016-01-31ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet
2015-12-23ipv6: honor ifindex in case we receive ll addresses in router advertisementsHannes Frederic Sowa
2015-12-22addrconf: always initialize sysctl table dataWANG Cong
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-12-22ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin
2015-12-15ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa
2015-12-14net: fix IP early demux racesEric Dumazet
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2015-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-12-10netfilter: nf_dup: add missing dependencies with NF_CONNTRACKPablo Neira Ayuso
2015-12-05ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork
2015-12-04gre6: allow to update all parameters via rtnlNicolas Dichtel
2015-12-03ipv6: kill sk_dst_lockEric Dumazet
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet
2015-12-01Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel
2015-11-24net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov
2015-11-24ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček
2015-11-22net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-11-18net/ip6_tunnel: fix dst leakPaolo Abeni
2015-11-16snmp: Remove duplicate OUTMCAST stat incrementNeil Horman
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet