1. 8550ff8 skbuff: Release nfct refcount on napi stolen or re-used skbs by Paul Blakey · 3 years, 6 months ago
  2. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
  3. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  4. 3bdd5ee skbuff: fix incorrect msg_zerocopy copy notifications by Willem de Bruijn · 3 years, 7 months ago
  5. 6a5bcd8 page_pool: Allow drivers to hint on SKB recycling by Ilias Apalodimas · 3 years, 7 months ago
  6. c420c98 skbuff: add a parameter to __skb_frag_unref by Matteo Croce · 3 years, 7 months ago
  7. 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 8 months ago
  8. d0d252b Merge tag 'v5.12-rc8' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 9 months ago
  9. 17c3df7 skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()" by Paolo Abeni · 3 years, 9 months ago
  10. 0739cd2 net: Introduce skb_send_sock() for sock_map by Cong Wang · 3 years, 9 months ago
  11. 1ddc322 skbuff: remove some unnecessary operation in skb_segment_list() by Yunsheng Lin · 3 years, 10 months ago
  12. 183f47f kcov: Remove kcov include from sched.h and move it to its users. by Sebastian Andrzej Siewior · 3 years, 11 months ago
  13. b228c9b net: expand textsearch ts_state to fit skb_seq_state by Willem de Bruijn · 3 years, 10 months ago
  14. 9243adf skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeing by Alexander Lobakin · 3 years, 11 months ago
  15. cfb8ec6 skbuff: allow to use NAPI cache from __napi_alloc_skb() by Alexander Lobakin · 3 years, 11 months ago
  16. d13612b skbuff: allow to optionally use NAPI cache from __alloc_skb() by Alexander Lobakin · 3 years, 11 months ago
  17. f450d53 skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache heads by Alexander Lobakin · 3 years, 11 months ago
  18. 50fad4b5 skbuff: move NAPI cache declarations upper in the file by Alexander Lobakin · 3 years, 11 months ago
  19. fec6e49 skbuff: remove __kfree_skb_flush() by Alexander Lobakin · 3 years, 11 months ago
  20. f9d6725 skbuff: use __build_skb_around() in __alloc_skb() by Alexander Lobakin · 3 years, 11 months ago
  21. df1ae02 skbuff: simplify __alloc_skb() a bit by Alexander Lobakin · 3 years, 11 months ago
  22. 483126b skbuff: make __build_skb_around() return void by Alexander Lobakin · 3 years, 11 months ago
  23. ef28095 skbuff: simplify kmalloc_reserve() by Alexander Lobakin · 3 years, 11 months ago
  24. 5381b23 skbuff: move __alloc_skb() next to the other skb allocation functions by Alexander Lobakin · 3 years, 11 months ago
  25. 3f6e687 net: Introduce {netdev,napi}_alloc_frag_align() by Kevin Hao · 4 years ago
  26. 097b914 net: fix up truesize of cloned skb in skb_prepare_for_shift() by Marco Elver · 4 years ago
  27. e7ed11e tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS by Yousuk Seung · 4 years ago
  28. 0fe2f27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  29. 00b229f net: fix GSO for SG-enabled devices by Paolo Abeni · 4 years ago
  30. dbd50f2 net: move the hsize check to the else block in skb_segment by Xin Long · 4 years ago
  31. 66c5560 skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too by Alexander Lobakin · 4 years ago
  32. 1d9f03c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  33. 3226b15 net: avoid 32 x truesize under-estimation for tiny skbs by Eric Dumazet · 4 years ago
  34. 97550f6 net: compound page support in skb_seq_read by Willem de Bruijn · 4 years ago
  35. 53475c5 net: fix use-after-free when UDP GRO with shared fraglist by Dongseok Yi · 4 years ago
  36. 8e04491 skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put} by Jonathan Lemon · 4 years ago
  37. 04c2d33 skbuff: add flags to ubuf_info for ubuf setup by Jonathan Lemon · 4 years ago
  38. 06b4feb net: group skb_shinfo zerocopy related bits together. by Jonathan Lemon · 4 years ago
  39. 8c79382 skbuff: rename sock_zerocopy_* to msg_zerocopy_* by Jonathan Lemon · 4 years ago
  40. 70c4316 skbuff: Call skb_zcopy_clear() before unref'ing fragments by Jonathan Lemon · 4 years ago
  41. 236a6b1 skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort by Jonathan Lemon · 4 years ago
  42. 3617783 skbuff: Add skb parameter to the ubuf zerocopy callback by Jonathan Lemon · 4 years ago
  43. e76d46c skbuff: replace sock_zerocopy_get with skb_zcopy_get by Jonathan Lemon · 4 years ago
  44. 5977636 skbuff: replace sock_zerocopy_put() with skb_zcopy_put() by Jonathan Lemon · 4 years ago
  45. 7551885 skbuff: Push status and refcounts into sock_zerocopy_callback by Jonathan Lemon · 4 years ago
  46. d6adf1b skbuff: simplify sock_zerocopy_put by Jonathan Lemon · 4 years ago
  47. 54970a2 net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed packet by Vasily Averin · 4 years, 1 month ago
  48. 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  49. 13de4ed net: skbuff: ensure LSE is pullable before decrementing the MPLS ttl by Davide Caratti · 4 years, 1 month ago
  50. fa69ee5 net: switch to storing KCOV handle directly in sk_buff by Marco Elver · 4 years, 1 month ago
  51. 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  52. 985f733 sock: set sk_err to ee_errno on dequeue from errq by Willem de Bruijn · 4 years, 1 month ago
  53. 6454eca net: Use lockdep_assert_in_softirq() in napi_consume_skb() by Yunsheng Lin · 4 years, 1 month ago
  54. c1639be net: datagram: fix some kernel-doc markups by Mauro Carvalho Chehab · 4 years, 2 months ago
  55. 8be33ec net: skb_vlan_untag(): don't reset transport offset if set by GRO layer by Alexander Lobakin · 4 years, 2 months ago
  56. 6370cc3 net: add kcov handle to skb extensions by Aleksandr Nogikh · 4 years, 2 months ago
  57. 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, 3 months ago
  58. 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
  59. 302af7c net: always dump full packets with skb_dump by Vladimir Oltean · 4 years, 3 months ago
  60. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  61. 4296adc net/core: check length before updating Ethertype in skb_mpls_{push,pop} by Guillaume Nault · 4 years, 3 months ago
  62. 19fbcb3 net/sched: act_vlan: Add {POP,PUSH}_ETH actions by Guillaume Nault · 4 years, 3 months ago
  63. 1f14bd9 net: remove unnecessary NULL checking in napi_consume_skb() by Yunsheng Lin · 4 years, 4 months ago
  64. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
  65. be769db net: Get rid of consume_skb when tracing is off by Herbert Xu · 4 years, 5 months ago
  66. 7611cbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
  67. cc44c17 csum_partial_copy_nocheck(): drop the last argument by Al Viro · 4 years, 6 months ago
  68. 8d5930d skb_copy_and_csum_bits(): don't bother with the last argument by Al Viro · 4 years, 6 months ago
  69. eabe861 net: handle the return value of pskb_carve_frag_list() correctly by Miaohe Lin · 4 years, 5 months ago
  70. e3ec1e8 net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear() by Miaohe Lin · 4 years, 5 months ago
  71. 55eff0e net: Fix potential wrong skb->protocol in skb_vlan_untag() by Miaohe Lin · 4 years, 5 months ago
  72. 11f920d net: Use helper function ip_is_fragment() by Miaohe Lin · 4 years, 5 months ago
  73. 2f63113 net: Pass NULL to skb_network_protocol() when we don't care about vlan depth by Miaohe Lin · 4 years, 5 months ago
  74. c15fc19 net: Use __skb_pagelen() directly in skb_cow_data() by Miaohe Lin · 4 years, 5 months ago
  75. 4804079 tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATS by Yousuk Seung · 4 years, 5 months ago
  76. 4f65e2f net: unexport skb_gro_receive() by Eric Dumazet · 4 years, 8 months ago
  77. 4930f48 net: allow __skb_ext_alloc to sleep by Florian Westphal · 4 years, 8 months ago
  78. 41a4691 net: fix skb_panic to output real address by Jesper Dangaard Brouer · 4 years, 8 months ago
  79. 5a470b1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
  80. cf673ed net: fix fraglist segmentation reference count leak by Florian Westphal · 4 years, 9 months ago
  81. 1454c9f net: Make skb_segment not to compute checksum if network controller supports checksumming by Yadu Kishore · 4 years, 10 months ago
  82. 161d179 net: core: Distribute switch variables for initialization by Kees Cook · 4 years, 11 months ago
  83. 8955b43 skbuff: remove stale bit mask comments by Randy Dunlap · 4 years, 11 months ago
  84. 3a1296a net: Support GRO/GSO fraglist chaining. by Steffen Klassert · 5 years ago
  85. 8b69a80 skb: add helpers to allocate ext independently from sk_buff by Paolo Abeni · 5 years ago
  86. 3ee17bc mptcp: Add MPTCP to skb extensions by Mat Martineau · 5 years ago
  87. 76f99f9 net: Rephrased comments section of skb_mpls_pop() by Martin Varghese · 5 years ago
  88. e7dbfed net: skb_mpls_push() modified to allow MPLS header push at start of packet. by Martin Varghese · 5 years ago
  89. d04ac22 net: Fixed updating of ethertype in skb_mpls_push() by Martin Varghese · 5 years ago
  90. 040b5cf Fixed updating of ethertype in function skb_mpls_pop by Martin Varghese · 5 years ago
  91. fa4e0f8 net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions by Davide Caratti · 5 years ago
  92. dedc5a0 net: avoid errors when trying to pop MLPS header on non-MPLS packets by Davide Caratti · 5 years ago
  93. ebb3b78 tcp: annotate sk->sk_rcvbuf lockless reads by Eric Dumazet · 5 years ago
  94. 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
  95. 174e238 sk_buff: drop all skb extensions on free and skb scrubbing by Florian Westphal · 5 years ago
  96. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  97. 3dcbdb1 net: gso: Fix skb_segment splat when splitting gso_size mangled skb having linear-headed frag_list by Shmulik Ladkani · 5 years ago
  98. 95a7233 net: openvswitch: Set OvS recirc_id from tc chain index by Paul Blakey · 5 years ago
  99. b54c9d5 net: Use skb_frag_off accessors by Jonathan Lemon · 5 years ago
  100. 1dfa5bd net: Rename skb_frag page to bv_page by Matthew Wilcox (Oracle) · 5 years ago