aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek1-6/+8
2016-01-04soreuseport: fast reuseport UDP socket selectionCraig Gallek2-11/+41
2016-01-04udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-25/+45
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar1-5/+2
2015-12-23ipv6: honor ifindex in case we receive ll addresses in router advertisementsHannes Frederic Sowa1-2/+2
2015-12-22tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal1-2/+4
2015-12-22tcp: send_reset: test for non-NULL sk firstFlorian Westphal1-3/+3
2015-12-22addrconf: always initialize sysctl table dataWANG Cong1-7/+4
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-15/+38
2015-12-22ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin1-1/+1
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-114/+74
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern1-2/+2
2015-12-18ipv6: addrconf: use stable address generator for ARPHRD_NONEBjørn Mork1-6/+39
2015-12-18ila: add NETFILTER dependencyArnd Bergmann1-0/+1
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-8/+15
2015-12-17ipv6: add IPV6_HDRINCL option for raw socketsHannes Frederic Sowa1-4/+16
2015-12-17ipv6: allow routes to be configured with expire valuesXin Long1-0/+10
2015-12-15ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa1-0/+6
2015-12-15net: diag: Support destroying TCP sockets.Lorenzo Colitti1-0/+1
2015-12-15ila: Add generic ILA translation facilityTom Herbert4-1/+691
2015-12-15ila: Create net/ipv6/ila directoryTom Herbert5-81/+152
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2-2/+3
2015-12-14net: fix IP early demux racesEric Dumazet1-2/+1
2015-12-14ipv6: addrconf: drop ieee802154 specific thingsAlexander Aring1-5/+3
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2015-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso18-95/+125
2015-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2015-12-10netfilter: nf_dup: add missing dependencies with NF_CONNTRACKPablo Neira Ayuso1-0/+1
2015-12-09netfilter: ipv6: nf_defrag: fix NULL deref panicFlorian Westphal1-5/+8
2015-12-05ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork1-1/+1
2015-12-05ipv6: Only act upon NETDEV_*_TYPE_CHANGE if we have ipv6 addressesAndrew Lunn1-1/+2
2015-12-04gre6: allow to update all parameters via rtnlNicolas Dichtel1-5/+3
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-88/+102
2015-12-03net: ipv6: restrict hop_limit sysctl setting to range [1; 255]Phil Sutter1-1/+15
2015-12-03ipv6: kill sk_dst_lockEric Dumazet4-26/+4
2015-12-02tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet1-3/+3
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet9-36/+74
2015-12-01Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel3-9/+5
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov1-1/+0
2015-11-24net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov1-4/+0
2015-11-24ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2-5/+10
2015-11-23netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal2-49/+36
2015-11-23netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal2-71/+40
2015-11-23netfilter: remove duplicate includestephen hemminger1-1/+0
2015-11-22net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-11-22net: IPv6 fib lookup tracepointDavid Ahern1-0/+10
2015-11-18net/ip6_tunnel: fix dst leakPaolo Abeni1-1/+1
2015-11-16snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet1-4/+15