1. 0de3521 ipv4: Remove duplicate assignments by luo penghao · 3 years, 2 months ago
  2. 1b9fbe8 net: ipv4: Fix the warning for dereference by Yajun Deng · 3 years, 4 months ago
  3. faf482c net: ipv4: Move ip_options_fragment() out of loop by Yajun Deng · 3 years, 4 months ago
  4. 5678a59 ipv4: use skb_expand_head in ip_finish_output2 by Vasily Averin · 3 years, 5 months ago
  5. 6321c7a ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs() by Gustavo A. R. Silva · 3 years, 5 months ago
  6. 6d123b8 net: ip: avoid OOM kills with large UDP sends over loopback by Jakub Kicinski · 3 years, 6 months ago
  7. a66e04c ipv4: ip_output.c: Couple of typo fixes by Bhaskar Chowdhury · 3 years, 9 months ago
  8. 6585d7dc net: use indirect call helpers for dst_output by Brian Vazquez · 3 years, 11 months ago
  9. 833d22f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  10. 8e04491 skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put} by Jonathan Lemon · 4 years ago
  11. 8c79382 skbuff: rename sock_zerocopy_* to msg_zerocopy_* by Jonathan Lemon · 4 years ago
  12. 236a6b1 skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort by Jonathan Lemon · 4 years ago
  13. bb4cc1a1 net: ip: always refragment ip defragmented packets by Florian Westphal · 4 years ago
  14. 3df98d7 lsm,selinux: pass flowi_common instead of flowi to the LSM hooks by Paul Moore · 4 years, 3 months ago
  15. 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, 2 months ago
  16. c905783 Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  17. 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  18. de033b7d ip: pass tos into ip_build_and_send_pkt() by Wei Wang · 4 years, 4 months ago
  19. ba9e04a ip: fix tos reflection in ack and reset packets by Wei Wang · 4 years, 4 months ago
  20. 5af6889 net: clean up codestyle by Miaohe Lin · 4 years, 4 months ago
  21. cbc08a3 net: Use helper macro IP_MAX_MTU in __ip_append_data() by Miaohe Lin · 4 years, 4 months ago
  22. 343d8c6 net: clean up codestyle for net/ipv4 by Miaohe Lin · 4 years, 4 months ago
  23. cc44c17 csum_partial_copy_nocheck(): drop the last argument by Al Viro · 4 years, 6 months ago
  24. 8d5930d skb_copy_and_csum_bits(): don't bother with the last argument by Al Viro · 4 years, 6 months ago
  25. 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  26. 0da7536 ip: Fix SO_MARK in RST, ACK and ICMP packets by Willem de Bruijn · 4 years, 6 months ago
  27. 05e22e8 tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmit by Eric Dumazet · 4 years, 6 months ago
  28. a08e7fd net: Fix typo of SKB_SGO_CB_OFFSET by Cambda Zhu · 4 years, 9 months ago
  29. a8eceea inet: Use fallthrough; by Joe Perches · 4 years, 10 months ago
  30. 88bebdf net: ipv4: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  31. 501a90c inet: protect against too small mtu values. by Eric Dumazet · 5 years ago
  32. 28f8bfd netfilter: Support iif matches in POSTROUTING by Phil Sutter · 5 years ago
  33. e7a409c ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation by Eric Dumazet · 5 years ago
  34. 9669fff net: ensure correct skb->tstamp in various fragmenters by Eric Dumazet · 5 years ago
  35. f6c0f5d tcp: honor SO_PRIORITY in TIME_WAIT state by Eric Dumazet · 5 years ago
  36. 77d5bc7 ipv4: Revert removal of rt_uses_gateway by David Ahern · 5 years ago
  37. c6af0c2 ip: support SO_MARK cmsg by Willem de Bruijn · 5 years ago
  38. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  39. 5b18f12 ipv4: reset rt_iif for recirculated mcast/bcast out pkts by Stephen Suryaputra · 6 years ago
  40. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  41. d6fb396 ipv4: tcp: fix ACK/RST sent with a transmit delay by Eric Dumazet · 6 years ago
  42. 522924b net: correct udp zerocopy refcnt also when zerocopy only on append by Willem de Bruijn · 6 years ago
  43. b703414 net: fix use-after-free in kfree_skb_list by Eric Dumazet · 6 years ago
  44. 0462eaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  45. 956fe21 bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls by brakmo · 6 years ago
  46. b4b12b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  47. 100f6d8 net: correct zerocopy refcnt with udp MSG_MORE by Willem de Bruijn · 6 years ago
  48. 19c3401 net: ipv4: place control buffer handling away from fragmentation iterators by Pablo Neira Ayuso · 6 years ago
  49. 065ff79 net: ipv4: split skbuff into fragments transformer by Pablo Neira Ayuso · 6 years ago
  50. c8b17be net: ipv4: add skbuff fraglist splitter by Pablo Neira Ayuso · 6 years ago
  51. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  52. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  53. d2f0c96 ipv4: ip_do_fragment: Preserve skb_iif during fragmentation by Shmulik Ladkani · 6 years ago
  54. 5c9f7c1 ipv4: Add helpers for neigh lookup for nexthop by David Ahern · 6 years ago
  55. 0353f28 neighbor: Add skip_cache argument to neigh_output by David Ahern · 6 years ago
  56. 1550c17 ipv4: Prepare rtable for IPv6 gateway by David Ahern · 6 years ago
  57. 942f146 net: use kfree_skb_list() from ip_do_fragment() by Pablo Neira Ayuso · 6 years ago
  58. df5042f sk_buff: add skb extension infrastructure by Florian Westphal · 6 years ago
  59. 97ef7b4 ip: silence udp zerocopy smatch false positive by Willem de Bruijn · 6 years ago
  60. 52900d2 udp: elide zerocopy operation in hot path by Willem de Bruijn · 6 years ago
  61. b5947e5 udp: msg_zerocopy by Willem de Bruijn · 6 years ago
  62. aba3693 net: always initialize pagedlen by Willem de Bruijn · 6 years ago
  63. a8305bf net: Add and use skb_mark_not_on_list(). by David S. Miller · 6 years ago
  64. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  65. 3dd1c9a ip: hash fragments consistently by Paolo Abeni · 6 years ago
  66. fbf4781 ip: unconditionally set cork gso_size by Willem de Bruijn · 6 years ago
  67. 678ca42 ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6 by Willem de Bruijn · 6 years ago
  68. 3517820 ipv4: ipcm_cookie initializers by Willem de Bruijn · 6 years ago
  69. bc969a9 net: ipv4: Hook into time based transmission by Jesus Sanchez-Palencia · 6 years ago
  70. 69b9e1e ipv4: add __ip_queue_xmit() that supports tos param by Xin Long · 6 years ago
  71. 9887cba ip: limit use of gso_size to udp by Willem de Bruijn · 7 years ago
  72. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  73. 113f99c net: test tailroom before appending to linear skb by Willem de Bruijn · 7 years ago
  74. 0048369 tcp: Add mark for TIMEWAIT sockets by Jon Maxwell · 7 years ago
  75. 62515f9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  76. 15e36f5 udp: paged allocation with gso by Willem de Bruijn · 7 years ago
  77. bec1f6f udp: generate gso with UDP_SEGMENT by Willem de Bruijn · 7 years ago
  78. 1cd7884 udp: expose inet cork to udp by Willem de Bruijn · 7 years ago
  79. cd027a5 udp: enable UDP checksum offload for ESP by Jacek Kalwas · 7 years ago
  80. 9783ccd net: Fix one possible memleak in ip_setup_cork by Gao Feng · 7 years ago
  81. 9e8445a net: avoid unneeded atomic operation in ip*_append_data() by Paolo Abeni · 7 years ago
  82. 694aba6 ipv4: factorize sk_wmem_alloc updates done by __ip_append_data() by Eric Dumazet · 7 years ago
  83. 779b793 net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len by Daniel Axtens · 7 years ago
  84. ab2fb7e udp: remove unreachable ufo branches by Willem de Bruijn · 7 years ago
  85. 91ed1e6 ip/options: explicitly provide net ns to __ip_options_echo() by Paolo Abeni · 7 years ago
  86. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  87. 988cf74 inet: Stop generating UFO packets. by David S. Miller · 7 years ago
  88. 254d900 ipv4: ip_do_fragment: fix headroom tests by Vasily Averin · 7 years ago
  89. e05a90e net: reflect mark on tcp syn ack packets by Jamal Hadi Salim · 7 years ago
  90. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  91. a5cb659 net: account for current skb length when deciding about UFO by Michal Kubeček · 8 years ago
  92. 4b3b45e udp: avoid ufo handling on IP payload compression packets by Alexey Kodanev · 8 years ago
  93. c16ec185 net: rename dst_neigh_output back to neigh_output by Julian Anastasov · 8 years ago
  94. 0dec879 net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP by Julian Anastasov · 8 years ago
  95. 4ff0620 net: add dst_pending_confirm flag to skbuff by Julian Anastasov · 8 years ago
  96. bf99b4d tcp: fix mark propagation with fwmark_reflect enabled by Pau Espin Pedrol · 8 years ago
  97. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  98. 0a28cfd ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output by zheng li · 8 years ago
  99. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  100. 0b62fca switch getfrag callbacks to ..._full() primitives by Al Viro · 8 years ago