summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* net: add support for ipv4 big tcpXin Long2023-02-011-1/+1
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* net: shrink struct ubuf_infoPavel Begunkov2022-09-281-1/+1
* net: unify alloclen calculation for paged requestsPavel Begunkov2022-08-301-4/+1
* net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima2022-08-241-1/+1
* Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2022-07-191-14/+36
|\
| * ipv4/udp: support externally provided ubufsPavel Begunkov2022-07-191-13/+31
| * ipv4: avoid partial copy for zcPavel Begunkov2022-07-181-2/+6
* | net: Find dst with sk's xfrm policy not ctl_sksewookseo2022-07-111-1/+1
* | net: helper function skb_len_addRichard Gobert2022-06-241-6/+2
|/
* net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()Martin KaFai Lau2022-03-031-2/+1
* net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...Martin KaFai Lau2022-03-031-2/+5
* net: ip: add skb drop reasons for ip egress pathMenglong Dong2022-02-261-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-1/+1
|\
| * net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-02-181-1/+1
* | ipv4: drop fragmentation code from ip_options_build()Jakub Kicinski2022-01-291-3/+3
|/
* ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet2022-01-271-2/+9
* ipv4: fix ip option filtering for locally generated fragmentsJakub Kicinski2022-01-241-3/+12
* ipv4: Remove duplicate assignmentsluo penghao2021-11-141-1/+0
* net: ipv4: Fix the warning for dereferenceYajun Deng2021-08-301-1/+3
* net: ipv4: Move ip_options_fragment() out of loopYajun Deng2021-08-241-15/+4
* ipv4: use skb_expand_head in ip_finish_output2Vasily Averin2021-08-031-11/+2
* ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva2021-07-261-2/+3
* net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2021-06-241-14/+18
* ipv4: ip_output.c: Couple of typo fixesBhaskar Chowdhury2021-03-281-2/+2
* net: use indirect call helpers for dst_outputBrian Vazquez2021-02-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-081-1/+1
|\
| * net: ip: always refragment ip defragmented packetsFlorian Westphal2021-01-071-1/+1
* | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon2021-01-071-1/+1
* | skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon2021-01-071-1/+1
* | skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon2021-01-071-2/+1
|/
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-5/+6
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+2
| |\
| * | ip: pass tos into ip_build_and_send_pkt()Wei Wang2020-09-101-2/+3
| * | net: clean up codestyleMiaohe Lin2020-08-311-1/+1
| * | net: Use helper macro IP_MAX_MTU in __ip_append_data()Miaohe Lin2020-08-311-1/+1
| * | net: clean up codestyle for net/ipv4Miaohe Lin2020-08-251-1/+1
* | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-3/+3
|\ \ \ | |_|/ |/| |
| * | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-1/+1
| * | skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro2020-08-201-2/+2
| |/
* / ip: fix tos reflection in ack and reset packetsWei Wang2020-09-081-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-1/+1
|\
| * ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn2020-07-011-1/+1
* | tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet2020-06-201-0/+6
|/
* net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu2020-03-291-1/+1
* inet: Use fallthrough;Joe Perches2020-03-121-1/+1
* net: ipv4: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-141-5/+3
* inet: protect against too small mtu values.Eric Dumazet2019-12-071-5/+8
* netfilter: Support iif matches in POSTROUTINGPhil Sutter2019-11-151-2/+2