1. 2b5ec1a netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed by Ye Yin · 7 years ago
  2. ca2c141 udp: drop head states only when all skb references are gone by Paolo Abeni · 7 years ago
  3. c1d1b43 net: convert (struct ubuf_info)->refcnt to refcount_t by Eric Dumazet · 7 years ago
  4. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  5. cd0a137 net: core: Specify skb_pad()/skb_put_padto() SKB freeing by Florian Fainelli · 7 years ago
  6. 0a4a060 sock: fix zerocopy_success regression with msg_zerocopy by Willem de Bruijn · 7 years ago
  7. a91dbff sock: ulimit on MSG_ZEROCOPY pages by Willem de Bruijn · 7 years ago
  8. 4ab6c99 sock: MSG_ZEROCOPY notification coalescing by Willem de Bruijn · 7 years ago
  9. 1f8b977 sock: enable MSG_ZEROCOPY by Willem de Bruijn · 7 years ago
  10. 5226779 sock: add MSG_ZEROCOPY by Willem de Bruijn · 7 years ago
  11. 3ece782 sock: skb_copy_ubufs support for compound pages by Willem de Bruijn · 7 years ago
  12. b2f9d43 flow_dissector: remove unused functions by WANG Cong · 7 years ago
  13. c613c20 net: add skb_frag_foreach_page and use with kmap_atomic by Willem de Bruijn · 7 years ago
  14. 20bf50d skbuff: Function to send an skbuf on a socket by Tom Herbert · 7 years ago
  15. 06dc75a net: Revert "net: add function to allocate sk_buff head without data area" by Florian Westphal · 8 years ago
  16. d9d30ad net: Kill NETIF_F_UFO and SKB_GSO_UDP. by David S. Miller · 8 years ago
  17. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  18. 0daf434 bpf, net: add skb_mac_header_len helper by Daniel Borkmann · 8 years ago
  19. 2638595 net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  20. 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  21. 53869ce net: convert nf_bridge_info.use from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  22. de77b96 net: introduce __skb_put_[zero, data, u8] by yuan linyu · 8 years ago
  23. 634fef6 networking: add and use skb_put_u8() by Johannes Berg · 8 years ago
  24. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  25. af72868 networking: make skb_pull & friends return void pointers by Johannes Berg · 8 years ago
  26. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  27. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  28. 83ad357 skbuff: make skb_put_zero() return void by Johannes Berg · 8 years ago
  29. 0e74008 Merge tag 'mac80211-next-for-davem-2017-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  30. 0a463c7 udp: avoid a cache miss on dequeue by Paolo Abeni · 8 years ago
  31. 3889a803 net: factor out a helper to decrement the skb refcount by Paolo Abeni · 8 years ago
  32. a43e618 Merge remote-tracking branch 'net-next/master' into mac80211-next by Johannes Berg · 8 years ago
  33. 48a1df6 skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow by Jason A. Donenfeld · 8 years ago
  34. e45a79d skbuff/mac80211: introduce and use skb_put_zero() by Johannes Berg · 8 years ago
  35. b50a5c7 net: allow simultaneous SW and HW transmit timestamping by Miroslav Lichvar · 8 years ago
  36. 90b602f net: add function to retrieve original skb device using NAPI ID by Miroslav Lichvar · 8 years ago
  37. b4759dc sk_buff.h: improve description of CHECKSUM_{COMPLETE, UNNECESSARY} by Davide Caratti · 8 years ago
  38. 43c26a1 net: more accurate checksumming in validate_xmit_skb() by Davide Caratti · 8 years ago
  39. dba0030 net: use skb->csum_not_inet to identify packets needing crc32c by Davide Caratti · 8 years ago
  40. 219f1d79 sk_buff: remove support for csum_bad in sk_buff by Davide Caratti · 8 years ago
  41. b72b5bf net: introduce skb_crc32c_csum_help by Davide Caratti · 8 years ago
  42. 9617813 skbuff: add stub to help computing crc32c on SCTP packets by Davide Caratti · 8 years ago
  43. 9a568de tcp: switch TCP TS option (RFC 7323) to 1ms clock by Eric Dumazet · 8 years ago
  44. 65101ae net/sock: factor out dequeue/peek with offset code by Paolo Abeni · 8 years ago
  45. 771b00a net: skbuff.h: properly escape a macro name on kernel-doc by Mauro Carvalho Chehab · 8 years ago
  46. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  47. 3073f07 switch memcpy_from_msg() to copy_from_iter_full() by Al Viro · 8 years ago
  48. c7ef8f0 net: Add ESP offload features by Steffen Klassert · 8 years ago
  49. 7f56452 skbuff: Extend gso_type to unsigned int. by Steffen Klassert · 8 years ago
  50. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  51. ea6da4f net/skbuff: Introduce skb_mac_offset() by Amir Vadai · 8 years ago
  52. 4ff0620 net: add dst_pending_confirm flag to skbuff by Julian Anastasov · 8 years ago
  53. 52e01b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  54. a9e419d netfilter: merge ctinfo into nfct pointer storage area by Florian Westphal · 8 years ago
  55. cb9c683 skbuff: add and use skb_nfct helper by Florian Westphal · 8 years ago
  56. 02ac5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  57. 8c2dd3e mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_free by Alexander Duyck · 8 years ago
  58. bc31c90 net-tc: convert tc_from to tc_from_ingress and tc_redirected by Willem de Bruijn · 8 years ago
  59. 8dc07fd net-tc: convert tc_at to tc_at_ingress by Willem de Bruijn · 8 years ago
  60. a5135bc net-tc: convert tc_verd to integer bitfields by Willem de Bruijn · 8 years ago
  61. e7246e1 net-tc: extract skip classify bit from tc_verd by Willem de Bruijn · 8 years ago
  62. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  63. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  64. c84d949 udp: copy skb->truesize in the first cache line by Eric Dumazet · 8 years ago
  65. c8c8b12 udp: under rx pressure, try to condense skbs by Eric Dumazet · 8 years ago
  66. 15e6cb4 make skb_add_data,{_nocache}() and skb_copy_to_page_nocache() advance only on success by Al Viro · 8 years ago
  67. c72d8cd net: fix bogus cast in skb_pagelen() and use unsigned variables by Alexey Dobriyan · 8 years ago
  68. 7c13f97 udp: do fwd memory scheduling on dequeue by Paolo Abeni · 8 years ago
  69. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  70. b917783 flow_dissector: __skb_get_hash_symmetric arg can be const by Florian Westphal · 8 years ago
  71. 293de7d doc: update docbook annotations for socket and skb by Stephen Hemminger · 8 years ago
  72. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  73. 2586926 skb_splice_bits(): get rid of callback by Al Viro · 8 years ago
  74. bfca4c5 net: skbuff: Export __skb_vlan_pop by Shmulik Ladkani · 8 years ago
  75. 36bbef5 bpf: direct packet write and access for helpers for clsact progs by Daniel Borkmann · 8 years ago
  76. 9f5afea tcp: use an RB tree for ooo receive queue by Yaogong Wang · 8 years ago
  77. 6bc506b bridge: switchdev: Add forward mark support for stacked devices by Ido Schimmel · 8 years ago
  78. 5293efe bpf: add bpf_skb_change_tail helper by Daniel Borkmann · 8 years ago
  79. 479ffccc bpf: fix checksum fixups on bpf_skb_store_bytes by Daniel Borkmann · 8 years ago
  80. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  81. 8b10cab net: simplify and make pkt_type_ok() available for other users by Jamal Hadi Salim · 9 years ago
  82. 82a31b9 net_sched: fix mirrored packets checksum by WANG Cong · 9 years ago
  83. eb70db8 packet: Use symmetric hash for PACKET_FANOUT_HASH. by David S. Miller · 9 years ago
  84. 90017ac sctp: Add GSO support by Marcelo Ricardo Leitner · 9 years ago
  85. ae7ef81 skbuff: introduce skb_gso_validate_mtu by Marcelo Ricardo Leitner · 9 years ago
  86. 3953c46 sk_buff: allow segmenting based on frag sizes by Marcelo Ricardo Leitner · 9 years ago
  87. 95829b3 net: suppress warnings on dev_alloc_skb by Neil Horman · 9 years ago
  88. 7e13318 net: define gso types for IPx over IPv4 and IPv6 by Tom Herbert · 9 years ago
  89. 9580bf2 net: relax expensive skb_unclone() in iptunnel_handle_offloads() by Eric Dumazet · 9 years ago
  90. 0a2cf20 tcp: remove SKBTX_ACK_TSTAMP since it is redundant by Soheil Hassas Yeganeh · 9 years ago
  91. 6fa01cc skbuff: Add pskb_extract() helper function by Sowmini Varadhan · 9 years ago
  92. 802ab55 GSO: Support partial segmentation offload by Alexander Duyck · 9 years ago
  93. cbc53e0 GSO: Add GSO type for fixed IPv4 ID by Alexander Duyck · 9 years ago
  94. 627d2d6 udp: enable MSG_PEEK at non-zero offset by samanthakumar · 9 years ago
  95. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  96. 1837b2e mld, igmp: Fix reserved tailroom calculation by Benjamin Poirier · 9 years ago
  97. 64d4e34 net: remove skb_sender_cpu_clear() by WANG Cong · 9 years ago
  98. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  99. 3697649 bpf: try harder on clones when writing into skb by Daniel Borkmann · 9 years ago
  100. 9e74a6d net: Optimize local checksum offload by Alexander Duyck · 9 years ago