summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2017-08-08ipv6: sr: implement several seg6local actionsDavid Lebrun1-0/+271
2017-08-08ipv6: sr: add rtnetlink functions for seg6local action parametersDavid Lebrun1-18/+193
2017-08-08ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun4-2/+328
2017-08-08ipv6: sr: export SRH insertion functionsDavid Lebrun2-20/+4
2017-08-08ipv6: 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-04ipv6: fib: Add helpers to hold / drop a reference on rt6_infoIdo Schimmel1-10/+2
2017-08-04ipv6: Regenerate host route according to node pointer upon interface upIdo Schimmel1-2/+2
2017-08-04ipv6: Regenerate host route according to node pointer upon loopback upIdo Schimmel1-1/+1
2017-08-04ipv6: fib: Unlink replaced routes from their nodesIdo Schimmel1-0/+2
2017-08-04ipv6: fib: Don't assume only nodes hold a reference on routesIdo Schimmel1-2/+0
2017-08-04ipv6: fib: Add offload indication to routesIdo Schimmel1-0/+8
2017-08-04ipv6: fib: Dump tables during registration to FIB chainIdo Schimmel2-2/+100
2017-08-04ipv6: fib_rules: Dump rules during registration to FIB chainIdo Schimmel2-2/+13
2017-08-04ipv6: fib: Add in-kernel notifications for route add / deleteIdo Schimmel1-0/+17
2017-08-04ipv6: fib: Add FIB notifiers callbacksIdo Schimmel3-1/+63
2017-08-04ipv6: fib_rules: Check if rule is a default ruleIdo Schimmel1-0/+20
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-08-01udp6: fix jumbogram receptionPaolo Abeni2-1/+11
2017-08-01ipv6: Avoid going through ->sk_net to access the netnsJakub Sitnicki1-1/+1
2017-08-01tcp: remove prequeue supportFlorian Westphal1-2/+1
2017-07-30udp6: fix socket leak on early demuxPaolo Abeni1-9/+18
2017-07-29ipv6: constify inet6_protocol structuresJulia Lawall3-3/+3
2017-07-26ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio1-4/+0
2017-07-25tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya1-1/+1
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+7
2017-07-20ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca1-2/+6
2017-07-18ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko1-0/+1
2017-07-18xfrm: remove flow cacheFlorian Westphal1-9/+0
2017-07-18net: xfrm: revert to lower xfrm dst gc limitFlorian Westphal1-1/+1
2017-07-18vti: revert flush x-netns xfrm cache when vti interface is removedFlorian Westphal1-31/+0
2017-07-17inet: Remove software UFO fragmenting code.David S. Miller1-97/+3
2017-07-17inet: Stop generating UFO packets.David S. Miller1-76/+0
2017-07-06net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern2-11/+2
2017-07-06Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+3
2017-07-05net, calipso: convert calipso_doi.refcount from atomic_t to refcount_tReshetova, Elena1-6/+6
2017-07-04net, ipv6: convert ip6addrlbl_entry.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+5
2017-07-04net, ipv6: convert xfrm6_tunnel_spi.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-07-04net, ipv6: convert ifacaddr6.aca_refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-04net, ipv6: convert ifmcaddr6.mca_refcnt from atomic_t to refcount_tReshetova, Elena1-9/+9
2017-07-04net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-04net, ipv6: convert inet6_dev.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-04net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_tReshetova, Elena2-3/+3
2017-07-03ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca1-9/+9
2017-07-01net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena4-7/+7
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2-3/+3