summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-191-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-162-13/+10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet2017-08-161-3/+3
| * | | | tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2017-08-151-2/+2
| * | | | ipv6: release rt6->rt6i_idev properly during ifdownWei Wang2017-08-151-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-161-1/+2
* | | | | ipv6: route: make rtm_getroute not assume rtnl is lockedFlorian Westphal2017-08-161-1/+6
* | | | | ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel2017-08-161-6/+1
* | | | | net: ipv6: lower ndisc notifier priority below addrconfDavid Ahern2017-08-101-0/+1
* | | | | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-105-15/+15
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-8/+3
|\| | | |
| * | | | net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-091-1/+1
| * | | | ipv6: set rt6i_protocol properly in the route when it is installedXin Long2017-08-041-8/+3
* | | | | net: ipv6: avoid overhead when no custom FIB rules are installedVincent Bernat2017-08-092-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-041-10/+2
* | | | | ipv6: Regenerate host route according to node pointer upon interface upIdo Schimmel2017-08-041-2/+2
* | | | | ipv6: Regenerate host route according to node pointer upon loopback upIdo Schimmel2017-08-041-1/+1
* | | | | ipv6: fib: Unlink replaced routes from their nodesIdo Schimmel2017-08-041-0/+2
* | | | | ipv6: fib: Don't assume only nodes hold a reference on routesIdo Schimmel2017-08-041-2/+0
* | | | | ipv6: fib: Add offload indication to routesIdo Schimmel2017-08-041-0/+8
* | | | | ipv6: fib: Dump tables during registration to FIB chainIdo Schimmel2017-08-042-2/+100
* | | | | ipv6: fib_rules: Dump rules during registration to FIB chainIdo Schimmel2017-08-042-2/+13
* | | | | ipv6: fib: Add in-kernel notifications for route add / deleteIdo Schimmel2017-08-041-0/+17
* | | | | ipv6: fib: Add FIB notifiers callbacksIdo Schimmel2017-08-043-1/+63
* | | | | ipv6: fib_rules: Check if rule is a default ruleIdo Schimmel2017-08-041-0/+20
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-013-14/+29
|\| | |
| * | | udp6: fix jumbogram receptionPaolo Abeni2017-08-012-1/+11
| * | | udp6: fix socket leak on early demuxPaolo Abeni2017-07-291-9/+18
| * | | ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio2017-07-261-4/+0
* | | | Revert "ipv6: constify inet6_protocol structures"Julia Lawall2017-08-013-3/+3
* | | | ipv6: Avoid going through ->sk_net to access the netnsJakub Sitnicki2017-08-011-1/+1
* | | | tcp: remove prequeue supportFlorian Westphal2017-07-311-2/+1