summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c
AgeCommit message (Expand)Author
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-10ip: pass tos into ip_build_and_send_pkt()Wei Wang
2020-09-08ip: fix tos reflection in ack and reset packetsWei Wang
2020-08-31net: clean up codestyleMiaohe Lin
2020-08-31net: Use helper macro IP_MAX_MTU in __ip_append_data()Miaohe Lin
2020-08-25net: clean up codestyle for net/ipv4Miaohe Lin
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-01ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu
2020-03-12inet: Use fallthrough;Joe Perches
2020-01-14net: ipv4: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2019-12-07inet: protect against too small mtu values.Eric Dumazet
2019-11-15netfilter: Support iif matches in POSTROUTINGPhil Sutter
2019-10-21ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet
2019-10-18net: ensure correct skb->tstamp in various fragmentersEric Dumazet
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet
2019-09-20ipv4: Revert removal of rt_uses_gatewayDavid Ahern
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-26ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-14ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet
2019-06-11net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn
2019-06-03net: fix use-after-free in kfree_skb_listEric Dumazet
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-05-31bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn
2019-05-30net: ipv4: place control buffer handling away from fragmentation iteratorsPablo Neira Ayuso
2019-05-30net: ipv4: split skbuff into fragments transformerPablo Neira Ayuso
2019-05-30net: ipv4: add skbuff fraglist splitterPablo Neira Ayuso
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-01ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern
2019-04-04net: use kfree_skb_list() from ip_do_fragment()Pablo Neira Ayuso
2018-12-19sk_buff: add skb extension infrastructureFlorian Westphal
2018-12-08ip: silence udp zerocopy smatch false positiveWillem de Bruijn
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-10net: Add and use skb_mark_not_on_list().David S. Miller