aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-1/+1
2022-09-28net: shrink struct ubuf_infoPavel Begunkov1-1/+1
2022-08-30net: unify alloclen calculation for paged requestsPavel Begunkov1-4/+1
2022-08-24net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima1-1/+1
2022-07-19Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/kernel/git/kuba/linuxJakub Kicinski1-14/+36
2022-07-19ipv4/udp: support externally provided ubufsPavel Begunkov1-13/+31
2022-07-18ipv4: avoid partial copy for zcPavel Begunkov1-2/+6
2022-07-11net: Find dst with sk's xfrm policy not ctl_sksewookseo1-1/+1
2022-06-24net: helper function skb_len_addRichard Gobert1-6/+2
2022-03-03net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()Martin KaFai Lau1-2/+1
2022-03-03net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv) timestampMartin KaFai Lau1-2/+5
2022-02-26net: ip: add skb drop reasons for ip egress pathMenglong Dong1-4/+4
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet1-1/+1
2022-01-29ipv4: drop fragmentation code from ip_options_build()Jakub Kicinski1-3/+3
2022-01-27ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet1-2/+9
2022-01-24ipv4: fix ip option filtering for locally generated fragmentsJakub Kicinski1-3/+12
2021-11-14ipv4: Remove duplicate assignmentsluo penghao1-1/+0
2021-08-30net: ipv4: Fix the warning for dereferenceYajun Deng1-1/+3
2021-08-24net: ipv4: Move ip_options_fragment() out of loopYajun Deng1-15/+4
2021-08-03ipv4: use skb_expand_head in ip_finish_output2Vasily Averin1-11/+2
2021-07-26ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva1-2/+3
2021-06-24net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski1-14/+18
2021-03-28ipv4: ip_output.c: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-02-03net: use indirect call helpers for dst_outputBrian Vazquez1-0/+1
2021-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
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
2021-01-07net: ip: always refragment ip defragmented packetsFlorian Westphal1-1/+1
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-1/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-5/+6
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-09-10ip: pass tos into ip_build_and_send_pkt()Wei Wang1-2/+3
2020-09-08ip: fix tos reflection in ack and reset packetsWei Wang1-1/+2
2020-08-31net: clean up codestyleMiaohe Lin1-1/+1
2020-08-31net: Use helper macro IP_MAX_MTU in __ip_append_data()Miaohe Lin1-1/+1
2020-08-25net: clean up codestyle for net/ipv4Miaohe Lin1-1/+1
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-1/+1
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro1-2/+2
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-01ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn1-1/+1
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet1-0/+6
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu1-1/+1
2020-03-12inet: Use fallthrough;Joe Perches1-1/+1
2020-01-14net: ipv4: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-5/+3
2019-12-07inet: protect against too small mtu values.Eric Dumazet1-5/+8
2019-11-15netfilter: Support iif matches in POSTROUTINGPhil Sutter1-2/+2
2019-10-21ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet1-5/+6