1. 1693c5d net: Add additional bit to support clockid_t timestamp type by Abhishek Chauhan · 10 months ago
  2. 4d25ca2 net: Rename mono_delivery_time to tstamp_type for scalabilty by Abhishek Chauhan · 10 months ago
  3. e958da0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 11 months ago
  4. fc1092f ipv4: Fix uninit-value access in __ip_make_skb() by Shigeru Yoshida · 11 months ago
  5. 05d6d49 inet: introduce dst_rtable() helper by Eric Dumazet · 11 months ago
  6. 35c3e27 Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets" by Abhishek Chauhan · 12 months ago
  7. 885c36e net: Re-use and set mono_delivery_time bit for userspace tstamp packets by Abhishek Chauhan · 1 year ago
  8. 73be9a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 1 month ago
  9. 488b6d9 net-timestamp: make sk_tskey more predictable in error path by Vadim Fedorenko · 1 year, 1 month ago
  10. a3522a2 ipv4: Set the routing scope properly in ip_route_output_ports(). by Guillaume Nault · 1 year, 1 month ago
  11. 5dee6d6 net: ipv4: fix a memleak in ip_setup_cork by Zhipeng Lu · 1 year, 1 month ago
  12. b4a11b2 net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams. by Heng Guo · 1 year, 5 months ago
  13. e08d0b3 inet: implement lockless IP_TOS by Eric Dumazet · 1 year, 6 months ago
  14. ceaa714 inet: implement lockless IP_MTU_DISCOVER by Eric Dumazet · 1 year, 6 months ago
  15. c9746e6 inet: implement lockless IP_MULTICAST_TTL by Eric Dumazet · 1 year, 6 months ago
  16. 10bbf16 net: implement lockless SO_PRIORITY by Eric Dumazet · 1 year, 6 months ago
  17. e3390b3 net: annotate data-races around sk->sk_tsflags by Eric Dumazet · 1 year, 7 months ago
  18. e4da8c7 net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicated by Heng Guo · 1 year, 7 months ago
  19. a171fbe lwt: Check LWTUNNEL_XMIT_CONTINUE strictly by Yan Zhai · 1 year, 7 months ago
  20. 10f4242 inet: implement lockless IP_TTL by Eric Dumazet · 1 year, 7 months ago
  21. cafbe18 inet: move inet->hdrincl to inet->inet_flags by Eric Dumazet · 1 year, 7 months ago
  22. c67180e net/ipv4: return the real errno instead of -EINVAL by xu xin · 1 year, 7 months ago
  23. 0f71c9c udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGES by David Howells · 1 year, 8 months ago
  24. 8bf43be net: annotate data-races around sk->sk_priority by Eric Dumazet · 1 year, 8 months ago
  25. 3c5b4d6 net: annotate data-races around sk->sk_mark by Eric Dumazet · 1 year, 8 months ago
  26. 5a6f687 ip, ip6: Fix splice to raw and ping sockets by David Howells · 1 year, 9 months ago
  27. d457a0e net: move gso declarations and functions to their own files by Eric Dumazet · 1 year, 9 months ago
  28. c0a8966 net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV by Antoine Tenart · 1 year, 10 months ago
  29. c49cf26 ip: Remove ip_append_page() by David Howells · 1 year, 10 months ago
  30. 7da0dde ip, udp: Support MSG_SPLICE_PAGES by David Howells · 1 year, 10 months ago
  31. 96449f9 net: Pass max frags into skb_append_pagefrags() by David Howells · 1 year, 10 months ago
  32. c248b27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Paolo Abeni · 1 year, 11 months ago
  33. 99e5aca ipv4: Fix potential uninit variable access bug in __ip_make_skb() by Ziyang Xuan · 1 year, 11 months ago
  34. 09eed11 neighbour: switch to standard rcu, instead of rcu_bh by Eric Dumazet · 2 years ago
  35. abc17a1 inet: preserve const qualifier in inet_sk() by Eric Dumazet · 2 years ago
  36. 8ca5a57 net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps by Vadim Fedorenko · 2 years ago
  37. b1a78b9b net: add support for ipv4 big tcp by Xin Long · 2 years, 2 months ago
  38. 7e3cf08 treewide: use get_random_{u8,u16}() when possible, part 1 by Jason A. Donenfeld · 2 years, 5 months ago
  39. e7d2b51 net: shrink struct ubuf_info by Pavel Begunkov · 2 years, 6 months ago
  40. 47cf889 net: unify alloclen calculation for paged requests by Pavel Begunkov · 2 years, 7 months ago
  41. 1227c17 net: Fix data-races around sysctl_[rw]mem_(max|default). by Kuniyuki Iwashima · 2 years, 7 months ago
  42. 7f9eee1 Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/kernel/git/kuba/linux by Jakub Kicinski · 2 years, 8 months ago
  43. c445f31 ipv4/udp: support externally provided ubufs by Pavel Begunkov · 2 years, 8 months ago
  44. 8eb77cc ipv4: avoid partial copy for zc by Pavel Begunkov · 2 years, 8 months ago
  45. e22aa14 net: Find dst with sk's xfrm policy not ctl_sk by sewookseo · 2 years, 8 months ago
  46. ede57d5 net: helper function skb_len_add by Richard Gobert · 2 years, 9 months ago
  47. d98d58a net: Set skb->mono_delivery_time and clear it after sch_handle_ingress() by Martin KaFai Lau · 3 years ago
  48. a1ac9c8 net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv) timestamp by Martin KaFai Lau · 3 years ago
  49. 5e18718 net: ip: add skb drop reasons for ip egress path by Menglong Dong · 3 years, 1 month ago
  50. aaa25a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  51. a1cdec5 net-timestamp: convert sk->sk_tskey to atomic_t by Eric Dumazet · 3 years, 1 month ago
  52. 4f0e304 ipv4: drop fragmentation code from ip_options_build() by Jakub Kicinski · 3 years, 2 months ago
  53. 970a5a3 ipv4: tcp: send zero IPID in SYNACK messages by Eric Dumazet · 3 years, 2 months ago
  54. 27a8caa ipv4: fix ip option filtering for locally generated fragments by Jakub Kicinski · 3 years, 2 months ago
  55. 0de3521 ipv4: Remove duplicate assignments by luo penghao · 3 years, 4 months ago
  56. 1b9fbe8 net: ipv4: Fix the warning for dereference by Yajun Deng · 3 years, 7 months ago
  57. faf482c net: ipv4: Move ip_options_fragment() out of loop by Yajun Deng · 3 years, 7 months ago
  58. 5678a59 ipv4: use skb_expand_head in ip_finish_output2 by Vasily Averin · 3 years, 7 months ago
  59. 6321c7a ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs() by Gustavo A. R. Silva · 3 years, 8 months ago
  60. 6d123b8 net: ip: avoid OOM kills with large UDP sends over loopback by Jakub Kicinski · 3 years, 9 months ago
  61. a66e04c ipv4: ip_output.c: Couple of typo fixes by Bhaskar Chowdhury · 4 years ago
  62. 6585d7dc net: use indirect call helpers for dst_output by Brian Vazquez · 4 years, 1 month ago
  63. 833d22f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  64. 8e04491 skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put} by Jonathan Lemon · 4 years, 2 months ago
  65. 8c79382 skbuff: rename sock_zerocopy_* to msg_zerocopy_* by Jonathan Lemon · 4 years, 2 months ago
  66. 236a6b1 skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort by Jonathan Lemon · 4 years, 2 months ago
  67. bb4cc1a1 net: ip: always refragment ip defragmented packets by Florian Westphal · 4 years, 2 months ago
  68. 3df98d7 lsm,selinux: pass flowi_common instead of flowi to the LSM hooks by Paul Moore · 4 years, 6 months ago
  69. 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  70. c905783 Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  71. 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  72. de033b7d ip: pass tos into ip_build_and_send_pkt() by Wei Wang · 4 years, 6 months ago
  73. ba9e04a ip: fix tos reflection in ack and reset packets by Wei Wang · 4 years, 6 months ago
  74. 5af6889 net: clean up codestyle by Miaohe Lin · 4 years, 7 months ago
  75. cbc08a3 net: Use helper macro IP_MAX_MTU in __ip_append_data() by Miaohe Lin · 4 years, 7 months ago
  76. 343d8c6 net: clean up codestyle for net/ipv4 by Miaohe Lin · 4 years, 7 months ago
  77. cc44c17 csum_partial_copy_nocheck(): drop the last argument by Al Viro · 4 years, 8 months ago
  78. 8d5930d skb_copy_and_csum_bits(): don't bother with the last argument by Al Viro · 4 years, 8 months ago
  79. 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  80. 0da7536 ip: Fix SO_MARK in RST, ACK and ICMP packets by Willem de Bruijn · 4 years, 9 months ago
  81. 05e22e8 tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmit by Eric Dumazet · 4 years, 9 months ago
  82. a08e7fd net: Fix typo of SKB_SGO_CB_OFFSET by Cambda Zhu · 5 years ago
  83. a8eceea inet: Use fallthrough; by Joe Perches · 5 years ago
  84. 88bebdf net: ipv4: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  85. 501a90c inet: protect against too small mtu values. by Eric Dumazet · 5 years ago
  86. 28f8bfd netfilter: Support iif matches in POSTROUTING by Phil Sutter · 5 years ago
  87. e7a409c ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation by Eric Dumazet · 5 years ago
  88. 9669fff net: ensure correct skb->tstamp in various fragmenters by Eric Dumazet · 5 years ago
  89. f6c0f5d tcp: honor SO_PRIORITY in TIME_WAIT state by Eric Dumazet · 5 years ago
  90. 77d5bc7 ipv4: Revert removal of rt_uses_gateway by David Ahern · 5 years ago
  91. c6af0c2 ip: support SO_MARK cmsg by Willem de Bruijn · 6 years ago
  92. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  93. 5b18f12 ipv4: reset rt_iif for recirculated mcast/bcast out pkts by Stephen Suryaputra · 6 years ago
  94. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  95. d6fb396 ipv4: tcp: fix ACK/RST sent with a transmit delay by Eric Dumazet · 6 years ago
  96. 522924b net: correct udp zerocopy refcnt also when zerocopy only on append by Willem de Bruijn · 6 years ago
  97. b703414 net: fix use-after-free in kfree_skb_list by Eric Dumazet · 6 years ago
  98. 0462eaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  99. 956fe21 bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls by brakmo · 6 years ago
  100. b4b12b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago