index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ip_output.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-11
net: Find dst with sk's xfrm policy not ctl_sk
sewookseo
1
-1
/
+1
2022-06-24
net: helper function skb_len_add
Richard Gobert
1
-6
/
+2
2022-03-03
net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()
Martin KaFai Lau
1
-2
/
+1
2022-03-03
net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...
Martin KaFai Lau
1
-2
/
+5
2022-02-26
net: ip: add skb drop reasons for ip egress path
Menglong Dong
1
-4
/
+4
2022-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-02-18
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
1
-1
/
+1
2022-01-29
ipv4: drop fragmentation code from ip_options_build()
Jakub Kicinski
1
-3
/
+3
2022-01-27
ipv4: tcp: send zero IPID in SYNACK messages
Eric Dumazet
1
-2
/
+9
2022-01-24
ipv4: fix ip option filtering for locally generated fragments
Jakub Kicinski
1
-3
/
+12
2021-11-14
ipv4: Remove duplicate assignments
luo penghao
1
-1
/
+0
2021-08-30
net: ipv4: Fix the warning for dereference
Yajun Deng
1
-1
/
+3
2021-08-24
net: ipv4: Move ip_options_fragment() out of loop
Yajun Deng
1
-15
/
+4
2021-08-03
ipv4: use skb_expand_head in ip_finish_output2
Vasily Averin
1
-11
/
+2
2021-07-26
ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()
Gustavo A. R. Silva
1
-2
/
+3
2021-06-24
net: ip: avoid OOM kills with large UDP sends over loopback
Jakub Kicinski
1
-14
/
+18
2021-03-28
ipv4: ip_output.c: Couple of typo fixes
Bhaskar Chowdhury
1
-2
/
+2
2021-02-03
net: use indirect call helpers for dst_output
Brian Vazquez
1
-0
/
+1
2021-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-01-07
skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}
Jonathan Lemon
1
-1
/
+1
2021-01-07
skbuff: rename sock_zerocopy_* to msg_zerocopy_*
Jonathan Lemon
1
-1
/
+1
2021-01-07
skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort
Jonathan Lemon
1
-2
/
+1
2021-01-07
net: ip: always refragment ip defragmented packets
Florian Westphal
1
-1
/
+1
2020-11-23
lsm,selinux: pass flowi_common instead of flowi to the LSM hooks
Paul Moore
1
-1
/
+1
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-5
/
+6
2020-10-12
Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+2
2020-09-10
ip: pass tos into ip_build_and_send_pkt()
Wei Wang
1
-2
/
+3
2020-09-08
ip: fix tos reflection in ack and reset packets
Wei Wang
1
-1
/
+2
2020-08-31
net: clean up codestyle
Miaohe Lin
1
-1
/
+1
2020-08-31
net: Use helper macro IP_MAX_MTU in __ip_append_data()
Miaohe Lin
1
-1
/
+1
2020-08-25
net: clean up codestyle for net/ipv4
Miaohe Lin
1
-1
/
+1
2020-08-20
csum_partial_copy_nocheck(): drop the last argument
Al Viro
1
-1
/
+1
2020-08-20
skb_copy_and_csum_bits(): don't bother with the last argument
Al Viro
1
-2
/
+2
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-07-01
ip: Fix SO_MARK in RST, ACK and ICMP packets
Willem de Bruijn
1
-1
/
+1
2020-06-20
tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmit
Eric Dumazet
1
-0
/
+6
2020-03-29
net: Fix typo of SKB_SGO_CB_OFFSET
Cambda Zhu
1
-1
/
+1
2020-03-12
inet: Use fallthrough;
Joe Perches
1
-1
/
+1
2020-01-14
net: ipv4: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
1
-5
/
+3
2019-12-07
inet: protect against too small mtu values.
Eric Dumazet
1
-5
/
+8
2019-11-15
netfilter: Support iif matches in POSTROUTING
Phil Sutter
1
-2
/
+2
2019-10-21
ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation
Eric Dumazet
1
-5
/
+6
2019-10-18
net: ensure correct skb->tstamp in various fragmenters
Eric Dumazet
1
-0
/
+3
2019-09-27
tcp: honor SO_PRIORITY in TIME_WAIT state
Eric Dumazet
1
-1
/
+0
2019-09-20
ipv4: Revert removal of rt_uses_gateway
David Ahern
1
-1
/
+1
2019-09-13
ip: support SO_MARK cmsg
Willem de Bruijn
1
-1
/
+2
2019-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+21
2019-06-26
ipv4: reset rt_iif for recirculated mcast/bcast out pkts
Stephen Suryaputra
1
-0
/
+12
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
[next]