1. c613c20 net: add skb_frag_foreach_page and use with kmap_atomic by Willem de Bruijn · 7 years ago
  2. 20bf50d skbuff: Function to send an skbuf on a socket by Tom Herbert · 7 years ago
  3. a28b1b9 skbuff: re-add check for NULL skb->head in kfree_skb path by Florian Westphal · 7 years ago
  4. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  5. 06dc75a net: Revert "net: add function to allocate sk_buff head without data area" by Florian Westphal · 7 years ago
  6. 3ccc6c6 skbuff: optimize the pull_pages code in __pskb_pull_tail() by linzhang · 7 years ago
  7. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  8. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  9. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  10. 2638595 net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  11. 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  12. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  13. af72868 networking: make skb_pull & friends return void pointers by Johannes Berg · 8 years ago
  14. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  15. 7608894 net: use skb_unref() in napi_consume_skb() by Paolo Abeni · 8 years ago
  16. 0a463c7 udp: avoid a cache miss on dequeue by Paolo Abeni · 8 years ago
  17. 3889a803 net: factor out a helper to decrement the skb refcount by Paolo Abeni · 8 years ago
  18. fff8803 skbuff: only inherit relevant tx_flags by Willem de Bruijn · 8 years ago
  19. 216fe8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  20. 48a1df6 skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow by Jason A. Donenfeld · 8 years ago
  21. 38b2579 sock: reset sk_err when the error queue is empty by Soheil Hassas Yeganeh · 8 years ago
  22. b50a5c7 net: allow simultaneous SW and HW transmit timestamping by Miroslav Lichvar · 8 years ago
  23. 9617813 skbuff: add stub to help computing crc32c on SCTP packets by Davide Caratti · 8 years ago
  24. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  25. da7b66f Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  26. c21b48c net: adjust skb->truesize in ___pskb_trim() by Eric Dumazet · 8 years ago
  27. 43170c4 gso: Validate assumption of frag_list segementation by Ilan Tayari · 8 years ago
  28. 7b9f6da Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  29. 7a7a9bd gso: Validate assumption of frag_list segementation by Ilan Tayari · 8 years ago
  30. 1862d62 net-timestamp: avoid use-after-free in ip_recv_error by Willem de Bruijn · 8 years ago
  31. eaffadb gso: Support frag_list splitting with head_frag by Ilan Tayari · 8 years ago
  32. 4ef1b28 tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS by Soheil Hassas Yeganeh · 8 years ago
  33. 8605330a tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs by Soheil Hassas Yeganeh · 8 years ago
  34. 9ac25fc net: fix socket refcounting in skb_complete_tx_timestamp() by Eric Dumazet · 8 years ago
  35. dd4f107 net: fix socket refcounting in skb_complete_wifi_ack() by Eric Dumazet · 8 years ago
  36. 52e01b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  37. b9ea2a7 net: remove useless pfmemalloc setting by Eric Dumazet · 8 years ago
  38. cb9c683 skbuff: add and use skb_nfct helper by Florian Westphal · 8 years ago
  39. 158f323 net: adjust skb->truesize in pskb_expand_head() by Eric Dumazet · 8 years ago
  40. 02ac5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  41. 8c2dd3e mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_free by Alexander Duyck · 8 years ago
  42. a5135bc net-tc: convert tc_verd to integer bitfields by Willem de Bruijn · 8 years ago
  43. f81dc7d splice_pipe_desc: kill ->flags by Al Viro · 8 years ago
  44. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  45. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  46. 3174fed net: skb_condense() can also deal with empty skbs by Eric Dumazet · 8 years ago
  47. c8c8b12 udp: under rx pressure, try to condense skbs by Eric Dumazet · 8 years ago
  48. 83a1a1a sock: reset sk_err for ICMP packets read from error queue by Soheil Hassas Yeganeh · 8 years ago
  49. 1c88580 tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING by Francis Yan · 8 years ago
  50. f8071cd tcp: enhance tcp_collapse_retrans() with skb_shift() by Eric Dumazet · 8 years ago
  51. e0d7924 net: make struct napi_alloc_cache::skb_count unsigned int by Alexey Dobriyan · 8 years ago
  52. f5f9930 sock: do not set sk_err in sock_dequeue_err_skb by Soheil Hassas Yeganeh · 8 years ago
  53. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  54. b6a7920 net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac header by Shmulik Ladkani · 8 years ago
  55. 2586926 skb_splice_bits(): get rid of callback by Al Viro · 8 years ago
  56. ecf4ee4 net: skbuff: Coding: Use eth_type_vlan() instead of open coding it by Shmulik Ladkani · 8 years ago
  57. 636c262 net: skbuff: Remove errornous length validation in skb_vlan_pop() by Shmulik Ladkani · 8 years ago
  58. bfca4c5 net: skbuff: Export __skb_vlan_pop by Shmulik Ladkani · 8 years ago
  59. 07b26c9 gso: Support partial splitting at the frag_list pointer by Steffen Klassert · 8 years ago
  60. 9f5afea tcp: use an RB tree for ooo receive queue by Yaogong Wang · 8 years ago
  61. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  62. 82a31b9 net_sched: fix mirrored packets checksum by WANG Cong · 8 years ago
  63. 76f21b9 net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu() by David S. Miller · 9 years ago
  64. 90017ac sctp: Add GSO support by Marcelo Ricardo Leitner · 9 years ago
  65. ae7ef81 skbuff: introduce skb_gso_validate_mtu by Marcelo Ricardo Leitner · 9 years ago
  66. 3953c46 sk_buff: allow segmenting based on frag sizes by Marcelo Ricardo Leitner · 9 years ago
  67. 57c05650 skbuff: export skb_gro_receive by Marcelo Ricardo Leitner · 9 years ago
  68. 953abb3 skbuff: remove unused variable `doff' by Sowmini Varadhan · 9 years ago
  69. 36c9838 gso: Only allow GSO_PARTIAL if we can checksum the inner protocol by Alexander Duyck · 9 years ago
  70. d7fb5a8 gso: Do not perform partial GSO if number of partial segments is 1 or less by Alexander Duyck · 9 years ago
  71. 6fa01cc skbuff: Add pskb_extract() helper function by Sowmini Varadhan · 9 years ago
  72. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  73. 9241e2d vlan: pull on __vlan_insert_tag error path and fix csum correction by Daniel Borkmann · 9 years ago
  74. 802ab55 GSO: Support partial segmentation offload by Alexander Duyck · 9 years ago
  75. abbdb5a net: remove a dubious unlikely() clause by Eric Dumazet · 9 years ago
  76. 885eb0a net: adjust napi_consume_skb to handle non-NAPI callers by Jesper Dangaard Brouer · 9 years ago
  77. fa9835e net: Walk fragments in __skb_splice_bits by Tom Herbert · 9 years ago
  78. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  79. 64d4e34 net: remove skb_sender_cpu_clear() by WANG Cong · 9 years ago
  80. 9b36881 net: fix bridge multicast packet checksum validation by Linus Lüssing · 9 years ago
  81. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  82. 6b83d28 net: use skb_postpush_rcsum instead of own implementations by Daniel Borkmann · 9 years ago
  83. 15fad71 net: bulk free SKBs that were delay free'ed due to IRQ context by Jesper Dangaard Brouer · 9 years ago
  84. 795bb1c net: bulk free infrastructure for NAPI context, use napi_consume_skb by Jesper Dangaard Brouer · 9 years ago
  85. f245d07 net: Allow tunnels to use inner checksum offloads with outer checksums needed by Alexander Duyck · 9 years ago
  86. ddff00d net: Move skb_has_shared_frag check out of GRE code and into segmentation by Alexander Duyck · 9 years ago
  87. 7fbeffe net: Update remote checksum segmentation to support use of GSO checksum by Alexander Duyck · 9 years ago
  88. 7644345 net: Move GSO csum into SKB_GSO_CB by Alexander Duyck · 9 years ago
  89. 5f74f82 net:Add sysctl_max_skb_frags by Hans Westgaard Ry · 9 years ago
  90. ac5cc97 net: check both type and procotol for tcp sockets by WANG Cong · 9 years ago
  91. f654861 skbuff: Fix offset error in skb_reorder_vlan_header by Vlad Yasevich · 9 years ago
  92. a6e18ff vlan: Fix untag operations of stacked vlans with REORDER_HEADER off by Vlad Yasevich · 9 years ago
  93. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  94. 31b33df skbuff: Fix skb checksum partial check. by Pravin B Shelar · 9 years ago
  95. 0d36938 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  96. d749916 net-next: Fix warning while make xmldocs caused by skbuff.c by Masanari Iida · 9 years ago
  97. 2f064f3 mm: make page pfmemalloc check more robust by Michal Hocko · 9 years ago
  98. a516993 net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code by Linus Lüssing · 9 years ago
  99. 25c43bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  100. fb05e7a net: don't wait for order-3 page allocation by Shaohua Li · 10 years ago