index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ip_output.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv4: Unmask upper DSCP bits in __ip_queue_xmit()
Ido Schimmel
2024-09-05
1
-1
/
+1
*
ipv4: Unmask upper DSCP bits in ip_send_unicast_reply()
Ido Schimmel
2024-08-31
1
-1
/
+2
*
l2tp: use skb_queue_purge in l2tp_ip_destroy_sock
James Chapman
2024-08-21
1
-1
/
+0
*
ipv4: export ip_flush_pending_frames
James Chapman
2024-07-31
1
-0
/
+1
*
net: Add additional bit to support clockid_t timestamp type
Abhishek Chauhan
2024-05-23
1
-1
/
+4
*
net: Rename mono_delivery_time to tstamp_type for scalabilty
Abhishek Chauhan
2024-05-23
1
-4
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-02
1
-1
/
+1
|
\
|
*
ipv4: Fix uninit-value access in __ip_make_skb()
Shigeru Yoshida
2024-05-02
1
-1
/
+1
*
|
inet: introduce dst_rtable() helper
Eric Dumazet
2024-05-01
1
-4
/
+4
|
/
*
Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"
Abhishek Chauhan
2024-03-18
1
-1
/
+0
*
net: Re-use and set mono_delivery_time bit for userspace tstamp packets
Abhishek Chauhan
2024-03-05
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-16
1
-5
/
+8
|
\
|
*
net-timestamp: make sk_tskey more predictable in error path
Vadim Fedorenko
2024-02-15
1
-5
/
+8
*
|
ipv4: Set the routing scope properly in ip_route_output_ports().
Guillaume Nault
2024-02-13
1
-1
/
+1
|
/
*
net: ipv4: fix a memleak in ip_setup_cork
Zhipeng Lu
2024-02-01
1
-6
/
+6
*
net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.
Heng Guo
2023-10-20
1
-0
/
+2
*
inet: implement lockless IP_TOS
Eric Dumazet
2023-10-01
1
-2
/
+2
*
inet: implement lockless IP_MTU_DISCOVER
Eric Dumazet
2023-10-01
1
-3
/
+4
*
inet: implement lockless IP_MULTICAST_TTL
Eric Dumazet
2023-10-01
1
-1
/
+1
*
net: implement lockless SO_PRIORITY
Eric Dumazet
2023-10-01
1
-1
/
+1
*
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2023-09-01
1
-1
/
+1
*
net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicated
Heng Guo
2023-08-30
1
-4
/
+3
*
lwt: Check LWTUNNEL_XMIT_CONTINUE strictly
Yan Zhai
2023-08-18
1
-1
/
+1
*
inet: implement lockless IP_TTL
Eric Dumazet
2023-08-16
1
-1
/
+1
*
inet: move inet->hdrincl to inet->inet_flags
Eric Dumazet
2023-08-16
1
-2
/
+3
*
net/ipv4: return the real errno instead of -EINVAL
xu xin
2023-08-09
1
-1
/
+1
*
udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGES
David Howells
2023-08-03
1
-0
/
+9
*
net: annotate data-races around sk->sk_priority
Eric Dumazet
2023-07-29
1
-2
/
+2
*
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-07-29
1
-2
/
+2
*
ip, ip6: Fix splice to raw and ping sockets
David Howells
2023-06-16
1
-1
/
+2
*
net: move gso declarations and functions to their own files
Eric Dumazet
2023-06-10
1
-0
/
+1
*
net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV
Antoine Tenart
2023-05-25
1
-1
/
+3
*
ip: Remove ip_append_page()
David Howells
2023-05-24
1
-144
/
+4
*
ip, udp: Support MSG_SPLICE_PAGES
David Howells
2023-05-24
1
-0
/
+17
*
net: Pass max frags into skb_append_pagefrags()
David Howells
2023-05-24
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-04-26
1
-3
/
+13
|
\
|
*
ipv4: Fix potential uninit variable access bug in __ip_make_skb()
Ziyang Xuan
2023-04-22
1
-3
/
+13
*
|
neighbour: switch to standard rcu, instead of rcu_bh
Eric Dumazet
2023-03-22
1
-3
/
+3
*
|
inet: preserve const qualifier in inet_sk()
Eric Dumazet
2023-03-17
1
-2
/
+3
*
|
net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps
Vadim Fedorenko
2023-03-08
1
-1
/
+1
|
/
*
net: add support for ipv4 big tcp
Xin Long
2023-02-02
1
-1
/
+1
*
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
2022-10-12
1
-1
/
+1
*
net: shrink struct ubuf_info
Pavel Begunkov
2022-09-29
1
-1
/
+1
*
net: unify alloclen calculation for paged requests
Pavel Begunkov
2022-08-30
1
-4
/
+1
*
net: Fix data-races around sysctl_[rw]mem_(max|default).
Kuniyuki Iwashima
2022-08-24
1
-1
/
+1
*
Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...
Jakub Kicinski
2022-07-19
1
-14
/
+36
|
\
|
*
ipv4/udp: support externally provided ubufs
Pavel Begunkov
2022-07-19
1
-13
/
+31
|
*
ipv4: avoid partial copy for zc
Pavel Begunkov
2022-07-19
1
-2
/
+6
*
|
net: Find dst with sk's xfrm policy not ctl_sk
sewookseo
2022-07-11
1
-1
/
+1
*
|
net: helper function skb_len_add
Richard Gobert
2022-06-25
1
-6
/
+2
|
/
[next]