aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-27udp6: pass flow in ip6_make_skb together with corkPavel Begunkov1-11/+9
2022-01-27ipv6: pass full cork into __ip6_append_data()Pavel Begunkov1-3/+4
2022-01-27ipv6: don't zero inet_cork_full::fl after usePavel Begunkov1-1/+0
2022-01-27ipv6: clean up cork setup/releasePavel Begunkov1-23/+21
2022-01-27ipv6: remove daddr temp buffer in __ip6_make_skbPavel Begunkov1-4/+3
2022-01-27ipv6: optimise dst refcounting on skb initPavel Begunkov1-1/+10
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-11-22ipv6: fix typos in __ip6_finish_output()Eric Dumazet1-1/+1
2021-11-16net: remove sk_route_nocapsEric Dumazet1-1/+1
2021-10-15ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra1-1/+2
2021-08-03ipv6: use skb_expand_head in ip6_xmitVasily Averin1-16/+11
2021-08-03ipv6: use skb_expand_head in ip6_finish_output2Vasily Averin1-35/+16
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2021-07-23ipv6: decrease hop limit counter in ip6_forward()Kangmin Park1-2/+3
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko1-1/+1
2021-07-20ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin1-1/+1
2021-07-12ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin1-0/+28
2021-07-06ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel1-1/+3
2021-06-24ipv6: delete useless dst check in ip6_dst_lookup_tailzhang kai1-5/+3
2021-06-24net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski1-15/+17
2021-02-03net: use indirect call helpers for dst_outputBrian Vazquez1-0/+1
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+40
2021-01-09net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin1-1/+40
2021-01-07skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon1-1/+1
2021-01-07skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon1-1/+1
2021-01-07skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon1-2/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-3/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2020-10-14ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)Mathieu Desnoyers1-2/+0
2020-09-18net: ipv6: delete duplicated wordsRandy Dunlap1-1/+1
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro1-1/+1
2020-07-13net: ipv6: kerneldoc fixesAndrew Lunn1-2/+4
2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS, IP, NSH etc.Martin Varghese1-0/+70
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca1-4/+4
2019-11-15netfilter: Support iif matches in POSTROUTINGPhil Sutter1-2/+2
2019-10-18net: ensure correct skb->tstamp in various fragmentersEric Dumazet1-0/+3
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet1-2/+2
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn1-1/+2
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel1-1/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-11net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-03net: fix use-after-free in kfree_skb_listEric Dumazet1-3/+2
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-9/+17
2019-05-31bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo1-9/+17
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+1
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn1-2/+2