aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)Author
2020-01-31net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel
2019-06-11net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern
2019-04-03ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu
2019-03-03net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATEFrancesco Ruggeri
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19sk_buff: add skb extension infrastructureFlorian Westphal
2018-12-15net: clear skb->tstamp in forwarding pathsEric Dumazet
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-08ip: silence udp zerocopy smatch false positiveWillem de Bruijn
2018-12-07ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio
2018-12-04net: Do not route unicast IP packets twiceIdo Schimmel
2018-12-03udp: elide zerocopy operation in hot pathWillem de Bruijn
2018-12-03udp: msg_zerocopyWillem de Bruijn
2018-11-24net: always initialize pagedlenWillem de Bruijn
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-17ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-23ip: hash fragments consistentlyPaolo Abeni
2018-07-07ip: unconditionally set cork gso_sizeWillem de Bruijn
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn
2018-07-04net: ipv6: Hook into time based transmissionJesus Sanchez-Palencia
2018-06-20ip: limit use of gso_size to udpWillem de Bruijn
2018-06-04vrf: check the original netdevice for generating redirectStephen Suryaputra
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-17net: test tailroom before appending to linear skbWillem de Bruijn
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-04-26udp: paged allocation with gsoWillem de Bruijn
2018-04-26udp: generate gso with UDP_SEGMENTWillem de Bruijn
2018-04-26udp: expose inet cork to udpWillem de Bruijn
2018-04-21net/ipv6: Make from in rt6_info rcu protectedDavid Ahern
2018-04-21ipv6: make ip6_dst_mtu_forward inlineFelix Fietkau
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra
2018-04-05net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill
2018-04-04net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni
2018-04-04ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-01ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data()Eric Dumazet
2018-03-25ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens
2018-03-01ip6mr: Make mroute_sk rcu-basedYuval Mintz
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller