index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ip_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()
Martin KaFai Lau
2022-03-03
1
-2
/
+1
*
net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...
Martin KaFai Lau
2022-03-03
1
-2
/
+5
*
net: ip: add skb drop reasons for ip egress path
Menglong Dong
2022-02-26
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-24
1
-1
/
+1
|
\
|
*
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
2022-02-18
1
-1
/
+1
*
|
ipv4: drop fragmentation code from ip_options_build()
Jakub Kicinski
2022-01-29
1
-3
/
+3
|
/
*
ipv4: tcp: send zero IPID in SYNACK messages
Eric Dumazet
2022-01-27
1
-2
/
+9
*
ipv4: fix ip option filtering for locally generated fragments
Jakub Kicinski
2022-01-24
1
-3
/
+12
*
ipv4: Remove duplicate assignments
luo penghao
2021-11-14
1
-1
/
+0
*
net: ipv4: Fix the warning for dereference
Yajun Deng
2021-08-30
1
-1
/
+3
*
net: ipv4: Move ip_options_fragment() out of loop
Yajun Deng
2021-08-24
1
-15
/
+4
*
ipv4: use skb_expand_head in ip_finish_output2
Vasily Averin
2021-08-03
1
-11
/
+2
*
ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()
Gustavo A. R. Silva
2021-07-26
1
-2
/
+3
*
net: ip: avoid OOM kills with large UDP sends over loopback
Jakub Kicinski
2021-06-24
1
-14
/
+18
*
ipv4: ip_output.c: Couple of typo fixes
Bhaskar Chowdhury
2021-03-28
1
-2
/
+2
*
net: use indirect call helpers for dst_output
Brian Vazquez
2021-02-03
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-08
1
-1
/
+1
|
\
|
*
net: ip: always refragment ip defragmented packets
Florian Westphal
2021-01-07
1
-1
/
+1
*
|
skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}
Jonathan Lemon
2021-01-07
1
-1
/
+1
*
|
skbuff: rename sock_zerocopy_* to msg_zerocopy_*
Jonathan Lemon
2021-01-07
1
-1
/
+1
*
|
skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort
Jonathan Lemon
2021-01-07
1
-2
/
+1
|
/
*
lsm,selinux: pass flowi_common instead of flowi to the LSM hooks
Paul Moore
2020-11-23
1
-1
/
+1
*
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-10-15
1
-5
/
+6
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-22
1
-1
/
+2
|
|
\
|
*
|
ip: pass tos into ip_build_and_send_pkt()
Wei Wang
2020-09-10
1
-2
/
+3
|
*
|
net: clean up codestyle
Miaohe Lin
2020-08-31
1
-1
/
+1
|
*
|
net: Use helper macro IP_MAX_MTU in __ip_append_data()
Miaohe Lin
2020-08-31
1
-1
/
+1
|
*
|
net: clean up codestyle for net/ipv4
Miaohe Lin
2020-08-25
1
-1
/
+1
*
|
|
Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-10-12
1
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
csum_partial_copy_nocheck(): drop the last argument
Al Viro
2020-08-20
1
-1
/
+1
|
*
|
skb_copy_and_csum_bits(): don't bother with the last argument
Al Viro
2020-08-20
1
-2
/
+2
|
|
/
*
/
ip: fix tos reflection in ack and reset packets
Wei Wang
2020-09-08
1
-1
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-11
1
-1
/
+1
|
\
|
*
ip: Fix SO_MARK in RST, ACK and ICMP packets
Willem de Bruijn
2020-07-01
1
-1
/
+1
*
|
tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmit
Eric Dumazet
2020-06-20
1
-0
/
+6
|
/
*
net: Fix typo of SKB_SGO_CB_OFFSET
Cambda Zhu
2020-03-29
1
-1
/
+1
*
inet: Use fallthrough;
Joe Perches
2020-03-12
1
-1
/
+1
*
net: ipv4: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2020-01-14
1
-5
/
+3
*
inet: protect against too small mtu values.
Eric Dumazet
2019-12-07
1
-5
/
+8
*
netfilter: Support iif matches in POSTROUTING
Phil Sutter
2019-11-15
1
-2
/
+2
*
ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation
Eric Dumazet
2019-10-21
1
-5
/
+6
*
net: ensure correct skb->tstamp in various fragmenters
Eric Dumazet
2019-10-18
1
-0
/
+3
*
tcp: honor SO_PRIORITY in TIME_WAIT state
Eric Dumazet
2019-09-27
1
-1
/
+0
*
ipv4: Revert removal of rt_uses_gateway
David Ahern
2019-09-20
1
-1
/
+1
*
ip: support SO_MARK cmsg
Willem de Bruijn
2019-09-13
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-27
1
-4
/
+21
|
\
|
*
ipv4: reset rt_iif for recirculated mcast/bcast out pkts
Stephen Suryaputra
2019-06-26
1
-0
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
1
-1
/
+1
|
\
|
|
*
net: correct udp zerocopy refcnt also when zerocopy only on append
Willem de Bruijn
2019-06-11
1
-1
/
+1
*
|
ipv4: tcp: fix ACK/RST sent with a transmit delay
Eric Dumazet
2019-06-14
1
-1
/
+2
[next]