aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2017-08-09net: ipv6: lower ndisc notifier priority below addrconfGravatar David Ahern 1-0/+1
2017-08-09rtnetlink: make rtnl_register accept a flags parameterGravatar Florian Westphal 5-15/+15
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-8/+3
2017-08-08net: ipv6: avoid overhead when no custom FIB rules are installedGravatar Vincent Bernat 2-13/+28
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOGravatar Willem de Bruijn 1-1/+1
2017-08-07ipv6: sr: implement several seg6local actionsGravatar David Lebrun 1-0/+271
2017-08-07ipv6: sr: add rtnetlink functions for seg6local action parametersGravatar David Lebrun 1-18/+193
2017-08-07ipv6: sr: define core operations for seg6local lightweight tunnelGravatar David Lebrun 4-2/+328
2017-08-07ipv6: sr: export SRH insertion functionsGravatar David Lebrun 2-20/+4
2017-08-07ipv6: sr: allow SRH insertion with arbitrary segments_left valueGravatar David Lebrun 2-3/+3
2017-08-07net: ipv6: add second dif to raw socket lookupsGravatar David Ahern 1-5/+8
2017-08-07net: ipv6: add second dif to inet6 socket lookupsGravatar David Ahern 3-19/+29
2017-08-07net: ipv6: add second dif to udp socket lookupsGravatar David Ahern 1-18/+22
2017-08-03ipv6: fib: Add helpers to hold / drop a reference on rt6_infoGravatar Ido Schimmel 1-10/+2
2017-08-03ipv6: Regenerate host route according to node pointer upon interface upGravatar Ido Schimmel 1-2/+2
2017-08-03ipv6: Regenerate host route according to node pointer upon loopback upGravatar Ido Schimmel 1-1/+1
2017-08-03ipv6: fib: Unlink replaced routes from their nodesGravatar Ido Schimmel 1-0/+2
2017-08-03ipv6: fib: Don't assume only nodes hold a reference on routesGravatar Ido Schimmel 1-2/+0
2017-08-03ipv6: fib: Add offload indication to routesGravatar Ido Schimmel 1-0/+8
2017-08-03ipv6: fib: Dump tables during registration to FIB chainGravatar Ido Schimmel 2-2/+100
2017-08-03ipv6: fib_rules: Dump rules during registration to FIB chainGravatar Ido Schimmel 2-2/+13
2017-08-03ipv6: fib: Add in-kernel notifications for route add / deleteGravatar Ido Schimmel 1-0/+17
2017-08-03ipv6: fib: Add FIB notifiers callbacksGravatar Ido Schimmel 3-1/+63
2017-08-03ipv6: fib_rules: Check if rule is a default ruleGravatar Ido Schimmel 1-0/+20
2017-08-03ipv6: set rt6i_protocol properly in the route when it is installedGravatar Xin Long 1-8/+3
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-14/+29
2017-08-01Revert "ipv6: constify inet6_protocol structures"Gravatar Julia Lawall 3-3/+3
2017-07-31udp6: fix jumbogram receptionGravatar Paolo Abeni 2-1/+11
2017-07-31ipv6: Avoid going through ->sk_net to access the netnsGravatar Jakub Sitnicki 1-1/+1
2017-07-31tcp: remove prequeue supportGravatar Florian Westphal 1-2/+1
2017-07-29udp6: fix socket leak on early demuxGravatar Paolo Abeni 1-9/+18
2017-07-28ipv6: constify inet6_protocol structuresGravatar Julia Lawall 3-3/+3
2017-07-25ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Gravatar Stefano Brivio 1-4/+0
2017-07-24tcp: remove redundant argument from tcp_rcv_established()Gravatar Matvejchikov Ilya 1-1/+1
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+7
2017-07-19ipv6: avoid overflow of offset in ip6_find_1stfragoptGravatar Sabrina Dubroca 1-2/+6
2017-07-18ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Gravatar Alexander Potapenko 1-0/+1
2017-07-18xfrm: remove flow cacheGravatar Florian Westphal 1-9/+0
2017-07-18net: xfrm: revert to lower xfrm dst gc limitGravatar Florian Westphal 1-1/+1
2017-07-18vti: revert flush x-netns xfrm cache when vti interface is removedGravatar Florian Westphal 1-31/+0
2017-07-17inet: Remove software UFO fragmenting code.Gravatar David S. Miller 1-97/+3
2017-07-17inet: Stop generating UFO packets.Gravatar David S. Miller 1-76/+0
2017-07-06net: ipv6: Compare lwstate in detecting duplicate nexthopsGravatar David Ahern 2-11/+2
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-8/+3
2017-07-04net, calipso: convert calipso_doi.refcount from atomic_t to refcount_tGravatar Reshetova, Elena 1-6/+6
2017-07-04net, ipv6: convert ip6addrlbl_entry.refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-4/+5
2017-07-04net, ipv6: convert xfrm6_tunnel_spi.refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-4/+4
2017-07-04net, ipv6: convert ifacaddr6.aca_refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-3/+3
2017-07-04net, ipv6: convert ifmcaddr6.mca_refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-9/+9
2017-07-04net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1