summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo2023-10-201-0/+2
* inet: implement lockless IP_TOSEric Dumazet2023-10-011-2/+2
* inet: implement lockless IP_MTU_DISCOVEREric Dumazet2023-10-011-3/+4
* inet: implement lockless IP_MULTICAST_TTLEric Dumazet2023-10-011-1/+1
* net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-1/+1
* net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-011-1/+1
* net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo2023-08-301-4/+3
* lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2023-08-181-1/+1
* inet: implement lockless IP_TTLEric Dumazet2023-08-161-1/+1
* inet: move inet->hdrincl to inet->inet_flagsEric Dumazet2023-08-161-2/+3
* net/ipv4: return the real errno instead of -EINVALxu xin2023-08-081-1/+1
* udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells2023-08-021-0/+9
* net: annotate data-races around sk->sk_priorityEric Dumazet2023-07-291-2/+2
* net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-2/+2
* ip, ip6: Fix splice to raw and ping socketsDavid Howells2023-06-161-1/+2
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart2023-05-251-1/+3
* ip: Remove ip_append_page()David Howells2023-05-231-144/+4
* ip, udp: Support MSG_SPLICE_PAGESDavid Howells2023-05-231-0/+17
* net: Pass max frags into skb_append_pagefrags()David Howells2023-05-231-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-261-3/+13
|\
| * ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan2023-04-221-3/+13
* | neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-211-3/+3
* | inet: preserve const qualifier in inet_sk()Eric Dumazet2023-03-171-2/+3
* | net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko2023-03-081-1/+1
|/
* 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