aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-30ipv6: sr: fix get_srh() to comply with IPv6 standard "RFC 8200"Ahmed Abdelsalam1-6/+12
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet1-1/+1
2017-08-29ipv6: Use rt6i_idev index for echo replies to a local addressDavid Ahern1-13/+20
2017-08-29addrlabel: add/delete/get can run without rtnlFlorian Westphal1-5/+17
2017-08-28net: Add comment that early_demux can change via sysctlDavid Ahern2-0/+6
2017-08-25ipv6: sr: implement additional seg6local actionsDavid Lebrun1-0/+147
2017-08-25ipv6: sr: add helper functions for seg6localDavid Lebrun2-89/+101
2017-08-25ipv6: sr: enforce IPv6 packets for seg6local lwtDavid Lebrun1-0/+8
2017-08-25ipv6: sr: add support for encapsulation of L2 framesDavid Lebrun1-2/+23
2017-08-25ipv6: sr: add support for ip4ip6 encapsulationDavid Lebrun2-11/+38
2017-08-24ipv6: Use multipath hash from flow info if availableJakub Sitnicki1-1/+7
2017-08-24ipv6: Fold rt6_info_hash_nhsfn() into its only callerJakub Sitnicki1-11/+1
2017-08-24ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki2-0/+51
2017-08-24ipv6: Add sysctl for per namespace flow label reflectionJakub Sitnicki2-0/+9
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney1-0/+2
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+17
2017-08-21net: ipv6: put host and anycast routes on device with addressDavid Ahern3-56/+47
2017-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller4-8/+26
2017-08-20ipv6: repair fib6 tree in failure caseWei Wang1-13/+11
2017-08-18ipv6: reset fn->rr_ptr when replacing routeWei Wang1-0/+4
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson1-1/+2
2017-08-18ipv6: fix false-postive maybe-uninitialized warningArnd Bergmann1-2/+4
2017-08-16net: add sendmsg_locked and sendpage_locked to af_inet6John Fastabend1-0/+2
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+10
2017-08-15ipv6: route: set ipv6 RTM_GETROUTE to not use rtnlFlorian Westphal1-1/+2
2017-08-15ipv6: route: make rtm_getroute not assume rtnl is lockedFlorian Westphal1-1/+6
2017-08-15ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet1-3/+3
2017-08-15ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel1-6/+1
2017-08-14tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet1-2/+2
2017-08-14ipv6: release rt6->rt6i_idev properly during ifdownWei Wang1-8/+5
2017-08-11net: xfrm: support setting an output mark.Lorenzo Colitti1-3/+6
2017-08-10udp: consistently apply ufo or fragmentationWillem de Bruijn1-3/+4
2017-08-09net: ipv6: lower ndisc notifier priority below addrconfDavid Ahern1-0/+1
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal5-15/+15
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+3
2017-08-08net: ipv6: avoid overhead when no custom FIB rules are installedVincent Bernat2-13/+28
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-07ipv6: sr: implement several seg6local actionsDavid Lebrun1-0/+271
2017-08-07ipv6: sr: add rtnetlink functions for seg6local action parametersDavid Lebrun1-18/+193
2017-08-07ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun4-2/+328
2017-08-07ipv6: sr: export SRH insertion functionsDavid Lebrun2-20/+4
2017-08-07ipv6: sr: allow SRH insertion with arbitrary segments_left valueDavid Lebrun2-3/+3
2017-08-07net: ipv6: add second dif to raw socket lookupsDavid Ahern1-5/+8
2017-08-07net: ipv6: add second dif to inet6 socket lookupsDavid Ahern3-19/+29
2017-08-07net: ipv6: add second dif to udp socket lookupsDavid Ahern1-18/+22
2017-08-03ipv6: fib: Add helpers to hold / drop a reference on rt6_infoIdo Schimmel1-10/+2
2017-08-03ipv6: Regenerate host route according to node pointer upon interface upIdo Schimmel1-2/+2
2017-08-03ipv6: Regenerate host route according to node pointer upon loopback upIdo Schimmel1-1/+1
2017-08-03ipv6: fib: Unlink replaced routes from their nodesIdo Schimmel1-0/+2
2017-08-03ipv6: fib: Don't assume only nodes hold a reference on routesIdo Schimmel1-2/+0