summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_output.c
AgeCommit message (Expand)Author
2024-03-18Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan
2024-03-05net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-15net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko
2024-02-12ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault
2024-01-31net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu
2023-10-20net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo
2023-10-01inet: implement lockless IP_TOSEric Dumazet
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet
2023-10-01inet: implement lockless IP_MULTICAST_TTLEric Dumazet
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet
2023-08-30net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo
2023-08-18lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai
2023-08-16inet: implement lockless IP_TTLEric Dumazet
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet
2023-08-08net/ipv4: return the real errno instead of -EINVALxu xin
2023-08-02udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-06-16ip, ip6: Fix splice to raw and ping socketsDavid Howells
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-05-25net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart
2023-05-23ip: Remove ip_append_page()David Howells
2023-05-23ip, udp: Support MSG_SPLICE_PAGESDavid Howells
2023-05-23net: Pass max frags into skb_append_pagefrags()David Howells
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-04-22ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet
2023-03-08net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko
2023-02-01net: add support for ipv4 big tcpXin Long
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld
2022-09-28net: shrink struct ubuf_infoPavel Begunkov
2022-08-30net: unify alloclen calculation for paged requestsPavel Begunkov
2022-08-24net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima
2022-07-19Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski
2022-07-19ipv4/udp: support externally provided ubufsPavel Begunkov
2022-07-18ipv4: avoid partial copy for zcPavel Begunkov
2022-07-11net: Find dst with sk's xfrm policy not ctl_sksewookseo
2022-06-24net: helper function skb_len_addRichard Gobert
2022-03-03net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()Martin KaFai Lau
2022-03-03net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...Martin KaFai Lau
2022-02-26net: ip: add skb drop reasons for ip egress pathMenglong Dong
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2022-01-29ipv4: drop fragmentation code from ip_options_build()Jakub Kicinski
2022-01-27ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet
2022-01-24ipv4: fix ip option filtering for locally generated fragmentsJakub Kicinski
2021-11-14ipv4: Remove duplicate assignmentsluo penghao