summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-1/+1
|\
| * ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida2024-05-021-1/+1
* | inet: introduce dst_rtable() helperEric Dumazet2024-04-301-4/+4
|/
* Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan2024-03-181-1/+0
* net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan2024-03-051-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-5/+8
|\
| * net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko2024-02-151-5/+8
* | ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault2024-02-121-1/+1
|/
* net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu2024-01-311-6/+6
* 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
|/