1. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  2. 3dcbdb1 net: gso: Fix skb_segment splat when splitting gso_size mangled skb having linear-headed frag_list by Shmulik Ladkani · 5 years ago
  3. 95a7233 net: openvswitch: Set OvS recirc_id from tc chain index by Paul Blakey · 5 years ago
  4. b54c9d5 net: Use skb_frag_off accessors by Jonathan Lemon · 5 years ago
  5. 1dfa5bd net: Rename skb_frag page to bv_page by Matthew Wilcox (Oracle) · 5 years ago
  6. d8e18a5 net: Use skb accessors in network core by Matthew Wilcox (Oracle) · 5 years ago
  7. db8051f skbuff: fix compilation warnings in skb_dump() by Qian Cai · 5 years ago
  8. 2a2ea50 net: sched: add mpls manipulation actions to TC by John Hurley · 6 years ago
  9. d27cf5c net: core: add MPLS update core helper and use in OvS by John Hurley · 6 years ago
  10. ed246ce net: core: move pop MPLS functionality from OvS to core helper by John Hurley · 6 years ago
  11. 8822e27 net: core: move push MPLS functionality from OvS to core helper by John Hurley · 6 years ago
  12. 6413139 skbuff: increase verbosity when dumping skb data by Willem de Bruijn · 6 years ago
  13. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  14. 92dcabd net: Don't disable interrupts in __netdev_alloc_skb() by Sebastian Andrzej Siewior · 6 years ago
  15. 7ba7aea net: Don't disable interrupts in napi_alloc_frag() by Sebastian Andrzej Siewior · 6 years ago
  16. 38e406f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  17. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  18. da29e4b net/tls: fully initialize the msg wrapper skb by Jakub Kicinski · 6 years ago
  19. b4b12b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  20. 2f4c533 Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  21. 100f6d8 net: correct zerocopy refcnt with udp MSG_MORE by Willem de Bruijn · 6 years ago
  22. 2544af0 net: avoid indirect calls in L4 checksum calculation by Matteo Croce · 6 years ago
  23. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  24. bd95e678 bpf: sockmap, fix use after free from sleep in psock backlog workqueue by John Fastabend · 6 years ago
  25. 2843ba2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  26. ba0509b net: core: introduce build_skb_around by Jesper Dangaard Brouer · 6 years ago
  27. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  28. d85e8be net: Fix missing meta data in skb with vlan packet by Yuya Kusakabe · 6 years ago
  29. f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  30. 0ab03f3 net-gro: Fix GRO flush when receiving a GSO packet. by Steffen Klassert · 6 years ago
  31. 7b7ed88 net/core: Allow the compiler to verify declaration and definition consistency by Bart Van Assche · 6 years ago
  32. 3bed3cc net: Do not allocate page fragments that are not skb aligned by Alexander Duyck · 6 years ago
  33. f8c468e net, skbuff: do not prefer skb allocation fails early by David Rientjes · 6 years ago
  34. 682ec85 net: minor cleanup in skb_ext_add() by Paolo Abeni · 6 years ago
  35. e94e50b net: fix possible user-after-free in skb_ext_add() by Paolo Abeni · 6 years ago
  36. 4165079 net: switch secpath to use skb extension infrastructure by Florian Westphal · 6 years ago
  37. de8bda1 net: convert bridge_nf to use skb extension infrastructure by Florian Westphal · 6 years ago
  38. df5042f sk_buff: add skb extension infrastructure by Florian Westphal · 6 years ago
  39. 875e893 skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark' by Ido Schimmel · 6 years ago
  40. 52900d2 udp: elide zerocopy operation in hot path by Willem de Bruijn · 6 years ago
  41. b5947e5 udp: msg_zerocopy by Willem de Bruijn · 6 years ago
  42. 1464193 net: explain __skb_checksum_complete() with comments by Cong Wang · 6 years ago
  43. 4bffc66 net: remove unsafe skb_insert() by Eric Dumazet · 6 years ago
  44. 6f9a506 net: skb_scrub_packet(): Scrub offload_fwd_mark by Petr Machata · 6 years ago
  45. 7f600f1 net: remove unused skb_send_sock() by Cong Wang · 6 years ago
  46. 982c17b net: remove BUG_ON from __pskb_pull_tail by Li RongQing · 6 years ago
  47. 7fe50ac net: dump more useful information in netdev_rx_csum_fault() by Cong Wang · 6 years ago
  48. b1817524 net/core: use __vlan_hwaccel helpers by Michał Mirosław · 6 years ago
  49. 49f8e83 net: move __skb_checksum_complete*() to skbuff.c by Cong Wang · 6 years ago
  50. 49682bf net: document skb parameter in function 'skb_gso_size_check' by Mathieu Malaterre · 6 years ago
  51. 21ea1d3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  52. d55bef50 net: fix pskb_trim_rcsum_slow() with odd trim offset by Dimitris Michailidis · 6 years ago
  53. d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  54. 52b5d6f net: make skb_partial_csum_set() more robust against overflows by Eric Dumazet · 6 years ago
  55. cc16567 net: drop unused skb_append_datato_frags() by Paolo Abeni · 6 years ago
  56. 5cf4a85 tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY by Vincent Whitchurch · 6 years ago
  57. b0768a8 net: Export skb_headers_offset_update by Toshiaki Makita · 6 years ago
  58. 385114d net: modify skb_rbtree_purge to return the truesize of all purged skbs. by Peter Oskolkov · 6 years ago
  59. 9aba2f8 net: Fix coding style in skb_push() by Ganesh Goudar · 6 years ago
  60. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  61. ff907a1 net: skb_segment() should not return NULL by Eric Dumazet · 6 years ago
  62. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  63. a48d189 net: Move skb decrypted field, avoid explicity copy by Stefano Brivio · 6 years ago
  64. 784abe2 net: Add decrypted field to skb by Boris Pismenny · 6 years ago
  65. e78bfb0 skbuff: Unconditionally copy pfmemalloc in __skb_clone() by Stefano Brivio · 6 years ago
  66. 8b70086 net: Don't copy pfmemalloc flag in __copy_skb_header() by Stefano Brivio · 6 years ago
  67. c47d8c2 net: Clear skb->tstamp only on the forwarding path by Jesus Sanchez-Palencia · 7 years ago
  68. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  69. d14b56f net: cleanup gfp mask in alloc_skb_with_frags by Michal Hocko · 7 years ago
  70. 9c4c325 skbuff: preserve sock reference when scrubbing the skb. by Flavio Leitner · 7 years ago
  71. d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
  72. 08303c1 net: Rename and export copy_skb_header by Ilya Lesokhin · 7 years ago
  73. ee80d1e udp: add udp gso by Willem de Bruijn · 7 years ago
  74. 88078d9 net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends by Eric Dumazet · 7 years ago
  75. b13dda9 net: initialize skb->peeked when cloning by Eric Dumazet · 7 years ago
  76. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  77. ae47457 net: Fix untag for vlan packets without ethernet header by Toshiaki Makita · 7 years ago
  78. 13acc94 net: permit skb_segment on head_frag frag_list skb by Yonghong Song · 7 years ago
  79. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  80. 6e5d58f skbuff: Fix not waking applications when errors are enqueued by Vinicius Costa Gomes · 7 years ago
  81. 4bbb3e0 net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off by Toshiaki Makita · 7 years ago
  82. 1dd27cd net: use skb_is_gso_sctp() instead of open-coding by Daniel Axtens · 7 years ago
  83. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  84. a4a7771 net: make skb_gso_*_seglen functions private by Daniel Axtens · 7 years ago
  85. 779b793 net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len by Daniel Axtens · 7 years ago
  86. 08009a7 net: make kmem caches as __ro_after_init by Alexey Dobriyan · 7 years ago
  87. 6f89dbc skbuff: export mm_[un]account_pinned_pages for other modules by Sowmini Varadhan · 7 years ago
  88. 79a8a64 net: Whitelist the skbuff_head_cache "cb" field by Kees Cook · 7 years ago
  89. 2b16f04 net: create skb_gso_validate_mac_len() by Daniel Axtens · 7 years ago
  90. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  91. f72c4ac skbuff: in skb_copy_ubufs unclone before releasing zerocopy by Willem de Bruijn · 7 years ago
  92. bf5c25d skbuff: in skb_segment, call zerocopy functions once per nskb by Willem de Bruijn · 7 years ago
  93. b90ddd5 skbuff: skb_copy_ubufs must release uarg even without user frags by Willem de Bruijn · 7 years ago
  94. 268b790 skbuff: orphan frags before zerocopy clone by Willem de Bruijn · 7 years ago
  95. 35b99df sock: free skb in skb_complete_tx_timestamp on error by Willem de Bruijn · 7 years ago
  96. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  97. 453f85d mm: remove __GFP_COLD by Mel Gorman · 7 years ago
  98. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  99. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  100. 2b5ec1a netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed by Ye Yin · 7 years ago