summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_output.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-05ipv4: Unmask upper DSCP bits in __ip_queue_xmit()Ido Schimmel1-1/+1
2024-08-31ipv4: Unmask upper DSCP bits in ip_send_unicast_reply()Ido Schimmel1-1/+2
2024-08-21l2tp: use skb_queue_purge in l2tp_ip_destroy_sockJames Chapman1-1/+0
2024-07-31ipv4: export ip_flush_pending_framesJames Chapman1-0/+1
2024-05-24net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan1-1/+4
2024-05-24net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan1-4/+5
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-05-02ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida1-1/+1
2024-05-01inet: introduce dst_rtable() helperEric Dumazet1-4/+4
2024-03-18Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan1-1/+0
2024-03-05net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan1-0/+1
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+8
2024-02-15net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko1-5/+8
2024-02-13ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault1-1/+1
2024-02-01net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu1-6/+6
2023-10-20net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo1-0/+2
2023-10-01inet: implement lockless IP_TOSEric Dumazet1-2/+2
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet1-3/+4
2023-10-01inet: implement lockless IP_MULTICAST_TTLEric Dumazet1-1/+1
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet1-1/+1
2023-08-30net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo1-4/+3
2023-08-18lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai1-1/+1
2023-08-16inet: implement lockless IP_TTLEric Dumazet1-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet1-2/+3
2023-08-09net/ipv4: return the real errno instead of -EINVALxu xin1-1/+1
2023-08-03udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells1-0/+9
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet1-2/+2
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet1-2/+2
2023-06-16ip, ip6: Fix splice to raw and ping socketsDavid Howells1-1/+2
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-0/+1
2023-05-25net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart1-1/+3
2023-05-24ip: Remove ip_append_page()David Howells1-144/+4
2023-05-24ip, udp: Support MSG_SPLICE_PAGESDavid Howells1-0/+17
2023-05-24net: Pass max frags into skb_append_pagefrags()David Howells1-1/+2
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+13
2023-04-22ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan1-3/+13
2023-03-22neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet1-3/+3
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet1-2/+3
2023-03-08net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko1-1/+1
2023-02-02net: add support for ipv4 big tcpXin Long1-1/+1
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-1/+1
2022-09-29net: 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-20Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-14/+36
2022-07-20ipv4/udp: support externally provided ubufsPavel Begunkov1-13/+31
2022-07-19ipv4: 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-25net: helper function skb_len_addRichard Gobert1-6/+2