aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-03ipv6: fib: Add offload indication to routesIdo Schimmel1-0/+8
2017-08-03ipv6: fib: Dump tables during registration to FIB chainIdo Schimmel2-2/+100
2017-08-03ipv6: fib_rules: Dump rules during registration to FIB chainIdo Schimmel2-2/+13
2017-08-03ipv6: fib: Add in-kernel notifications for route add / deleteIdo Schimmel1-0/+17
2017-08-03ipv6: fib: Add FIB notifiers callbacksIdo Schimmel3-1/+63
2017-08-03ipv6: fib_rules: Check if rule is a default ruleIdo Schimmel1-0/+20
2017-08-03ipv6: set rt6i_protocol properly in the route when it is installedXin Long1-8/+3
2017-08-02xfrm: Auto-load xfrm offload modulesIlan Tayari1-0/+1
2017-08-02esp6: Fix RX checksum after header pullYossi Kuperman1-0/+2
2017-08-02xfrm6: Fix CHECKSUM_COMPLETE after IPv6 header pushYossi Kuperman1-1/+3
2017-08-02esp6: Support RX checksum with crypto offloadIlan Tayari2-4/+14
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-14/+29
2017-08-01Revert "ipv6: constify inet6_protocol structures"Julia Lawall3-3/+3
2017-07-31udp6: fix jumbogram receptionPaolo Abeni2-1/+11
2017-07-31ipv6: Avoid going through ->sk_net to access the netnsJakub Sitnicki1-1/+1