summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: Add comment that early_demux can change via sysctlDavid Ahern2017-08-282-0/+6
* ipv6: sr: implement additional seg6local actionsDavid Lebrun2017-08-251-0/+147
* ipv6: sr: add helper functions for seg6localDavid Lebrun2017-08-252-89/+101
* ipv6: sr: enforce IPv6 packets for seg6local lwtDavid Lebrun2017-08-251-0/+8
* ipv6: sr: add support for encapsulation of L2 framesDavid Lebrun2017-08-251-2/+23
* ipv6: sr: add support for ip4ip6 encapsulationDavid Lebrun2017-08-252-11/+38
* ipv6: Use multipath hash from flow info if availableJakub Sitnicki2017-08-241-1/+7
* ipv6: Fold rt6_info_hash_nhsfn() into its only callerJakub Sitnicki2017-08-241-11/+1
* ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki2017-08-242-0/+51
* ipv6: Add sysctl for per namespace flow label reflectionJakub Sitnicki2017-08-242-0/+9
* tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-231-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-212-14/+17
|\
| * ipv6: repair fib6 tree in failure caseWei Wang2017-08-201-13/+11
| * ipv6: reset fn->rr_ptr when replacing routeWei Wang2017-08-181-0/+4
| * datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-181-1/+2
* | net: ipv6: put host and anycast routes on device with addressDavid Ahern2017-08-213-56/+47
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-214-8/+26
|\ \
| * | net: xfrm: support setting an output mark.Lorenzo Colitti2017-08-111-3/+6
| * | xfrm: Auto-load xfrm offload modulesIlan Tayari2017-08-021-0/+1
| * | esp6: Fix RX checksum after header pullYossi Kuperman2017-08-021-0/+2
| * | xfrm6: Fix CHECKSUM_COMPLETE after IPv6 header pushYossi Kuperman2017-08-021-1/+3
| * | esp6: Support RX checksum with crypto offloadIlan Tayari2017-08-022-4/+14
* | | ipv6: fix false-postive maybe-uninitialized warningArnd Bergmann2017-08-181-2/+4
* | | net: add sendmsg_locked and sendpage_locked to af_inet6John Fastabend2017-08-161-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-152-13/+10
|\ \ \ | | |/ | |/|
| * | ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet2017-08-151-3/+3
| * | tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2017-08-141-2/+2
| * | ipv6: release rt6->rt6i_idev properly during ifdownWei Wang2017-08-141-8/+5
| * | udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-101-3/+4
* | | ipv6: route: set ipv6 RTM_GETROUTE to not use rtnlFlorian Westphal2017-08-151-1/+2
* | | ipv6: route: make rtm_getroute not assume rtnl is lockedFlorian Westphal2017-08-151-1/+6
* | | ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel2017-08-151-6/+1
* | | net: ipv6: lower ndisc notifier priority below addrconfDavid Ahern2017-08-091-0/+1
* | | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-095-15/+15
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-8/+3
|\ \ \ | |/ /
| * | net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-081-1/+1
| * | ipv6: set rt6i_protocol properly in the route when it is installedXin Long2017-08-031-8/+3
* | | net: ipv6: avoid overhead when no custom FIB rules are installedVincent Bernat2017-08-082-13/+28
* | | ipv6: sr: implement several seg6local actionsDavid Lebrun2017-08-071-0/+271
* | | ipv6: sr: add rtnetlink functions for seg6local action parametersDavid Lebrun2017-08-071-18/+193
* | | ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun2017-08-074-2/+328
* | | ipv6: sr: export SRH insertion functionsDavid Lebrun2017-08-072-20/+4
* | | ipv6: sr: allow SRH insertion with arbitrary segments_left valueDavid Lebrun2017-08-072-3/+3
* | | net: ipv6: add second dif to raw socket lookupsDavid Ahern2017-08-071-5/+8
* | | net: ipv6: add second dif to inet6 socket lookupsDavid Ahern2017-08-073-19/+29
* | | net: ipv6: add second dif to udp socket lookupsDavid Ahern2017-08-071-18/+22
* | | ipv6: fib: Add helpers to hold / drop a reference on rt6_infoIdo Schimmel2017-08-031-10/+2
* | | ipv6: Regenerate host route according to node pointer upon interface upIdo Schimmel2017-08-031-2/+2
* | | ipv6: Regenerate host route according to node pointer upon loopback upIdo Schimmel2017-08-031-1/+1
* | | ipv6: fib: Unlink replaced routes from their nodesIdo Schimmel2017-08-031-0/+2
OpenPOWER on IntegriCloud