1. e793c0f net: treewide: Fix typo found in DocBook/networking.xml by Masanari Iida · 10 years ago
  2. 0d5501c net: Always untag vlan-tagged traffic on input. by Vlad Yasevich · 10 years ago
  3. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  4. 4ed2d76 net-timestamp: TCP timestamping by Willem de Bruijn · 10 years ago
  5. e7fd288 net-timestamp: SCHED timestamp on entering packet scheduler by Willem de Bruijn · 10 years ago
  6. 09c2d25 net-timestamp: add key to disambiguate concurrent datagrams by Willem de Bruijn · 10 years ago
  7. f24b9be net-timestamp: extend SCM_TIMESTAMPING ancillary data struct by Willem de Bruijn · 10 years ago
  8. fcdfe3a net: Correctly set segment mac_len in skb_segment(). by Vlad Yasevich · 10 years ago
  9. de84372 net: fix setting csum_start in skb_segment() by Tom Herbert · 10 years ago
  10. 46fb51e net: Fix save software checksum complete by Tom Herbert · 10 years ago
  11. 902455e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  12. bad93e9 net: add __pskb_copy_fclone and pskb_copy_for_clone by Octavian Purdila · 10 years ago
  13. 5882a07 net: fix UDP tunnel GSO of frag_list GRO packets by Wei-Chun Chao · 10 years ago
  14. 7e2b10c net: Support for multiple checksums with gso by Tom Herbert · 10 years ago
  15. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  16. 29e9824 net: gro: make sure skb->cb[] initial content has not to be zero by Eric Dumazet · 10 years ago
  17. 60ff746 net: rename local_df to ignore_df by WANG Cong · 10 years ago
  18. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  19. 6d39d58 net: core: don't account for udp header size when computing seglen by Florian Westphal · 10 years ago
  20. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  21. 53d6471 net: Account for all vlan headers in skb_mac_gso_segment by Vlad Yasevich · 10 years ago
  22. 36d5fe6 core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors by Zoltan Kiss · 10 years ago
  23. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  24. f9708b4 consolidate duplicate code is skb_checksum_setup() helpers by Jan Beulich · 10 years ago
  25. 1fd819e skbuff: skb_segment: orphan frags before copying by Michael S. Tsirkin · 10 years ago
  26. 1a4ceda skbuff: skb_segment: s/fskb/list_skb/ by Michael S. Tsirkin · 10 years ago
  27. df5771f skbuff: skb_segment: s/skb/head_skb/ by Michael S. Tsirkin · 10 years ago
  28. 4e1beba skbuff: skb_segment: s/skb_frag/frag/ by Michael S. Tsirkin · 10 years ago
  29. 8cb1990 skbuff: skb_segment: s/frag/nskb_frag/ by Michael S. Tsirkin · 10 years ago
  30. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  31. 478b360 netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=n by Florian Westphal · 10 years ago
  32. 25a91d8 skbuff: Introduce skb_to_sgvec_nomark to map skb without mark new end by Fan Du · 10 years ago
  33. 7fceb4d net: Fix warning on make htmldocs caused by skbuff.c by Masanari Iida · 10 years ago
  34. de960aa net: add and use skb_gso_transport_seglen() by Florian Westphal · 10 years ago
  35. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  36. 28a625c fuse: fix pipe_buf_operations by Miklos Szeredi · 10 years ago
  37. ed1f50c net: add skb_checksum_setup by Paul Durrant · 10 years ago
  38. 39b6b29 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 10 years ago
  39. af2806f net: Export skb_zerocopy() to zerocopy from one skb to another by Thomas Graf · 11 years ago
  40. 289dccb net: use kfree_skb_list() helper by Eric Dumazet · 11 years ago
  41. 3df7a74 net: Add utility function to copy skb hash by Tom Herbert · 11 years ago
  42. 239c78d net: clear local_df when passing skb between namespaces by Hannes Frederic Sowa · 11 years ago
  43. 9d8506c gso: handle new frag_list of frags GRO packets by Herbert Xu · 11 years ago
  44. 6aafeef netfilter: push reasm skb through instead of original frag skbs by Jiri Pirko · 11 years ago
  45. bc32383 net: skbuff - kernel-doc fixes by Mathias Krause · 11 years ago
  46. 0c7ddf3 net: move pskb_put() to core code by Mathias Krause · 11 years ago
  47. f8e617e net: introduce skb_coalesce_rx_frag() by Jason Wang · 11 years ago
  48. cea80ea net: checksum: fix warning in skb_checksum by Daniel Borkmann · 11 years ago
  49. 2817a33 net: skb_checksum: allow custom update/combine for walking skb by Daniel Borkmann · 11 years ago
  50. 030737b net: generalize skb_segment() by Eric Dumazet · 11 years ago
  51. 8a29111 net: gro: allow to build full sized skb by Eric Dumazet · 11 years ago
  52. 8b27f27 skb: allow skb_scrub_packet() to be used by tunnels by Nicolas Dichtel · 11 years ago
  53. e0d1095 net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL by Cong Wang · 11 years ago
  54. deceb4c net: fix comment above build_skb() by Florian Fainelli · 11 years ago
  55. 40dadff net: access page->private by using page_private by Sunghan Suh · 11 years ago
  56. 4bc41b8 core: Copy inner_protocol in copy_skb_header() by Joe Stringer · 11 years ago
  57. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  58. 621e84d dev: introduce skb_scrub_packet() by Nicolas Dichtel · 11 years ago
  59. bd8a703 gre: fix a possible skb leak by Eric Dumazet · 11 years ago
  60. aeb193e net: Unmap fragment page once iterator is done by Wedson Almeida Filho · 11 years ago
  61. b41abb4 net: pass correct parameter to skb_headers_offset_update() by Peter Pan(潘卫平) · 11 years ago
  62. 0602129 net: add low latency socket poll by Eliezer Tamir · 11 years ago
  63. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  64. 5e71d9d net: fix sk_buff head without data area by Pablo Neira · 11 years ago
  65. 35d0461 net: clean up skb headers code by Cong Wang · 11 years ago
  66. 06ecf24 net: Fix build warnings after mac_header and transport_header became __u16. by David S. Miller · 11 years ago
  67. 1cdbcb7 net: Loosen constraints for recalculating checksum in skb_segment() by Simon Horman · 11 years ago
  68. 2e31396 packet: tx timestamping on tpacket ring by Willem de Bruijn · 11 years ago
  69. 0ebd0ac net: add function to allocate sk_buff head without data area by Patrick McHardy · 11 years ago
  70. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  71. e5d5dec net: core: let skb_partial_csum_set() set transport header by Jason Wang · 11 years ago
  72. aefbd2b tunneling: Capture inner mac header during encapsulation. by Pravin B Shelar · 11 years ago
  73. f5b1729 net: Add skb_headers_offset_update helper function. by Pravin B Shelar · 11 years ago
  74. ec5f061 net: Kill link between CSUM and SG features. by Pravin B Shelar · 11 years ago
  75. 68534c6 net: fix a wrong assignment in skb_split() by Amerigo Wang · 11 years ago
  76. 68c3316 v4 GRE: Add TCP segmentation offload for GRE by Pravin B Shelar · 11 years ago
  77. c9af6db net: Fix possible wrong checksum generation. by Pravin B Shelar · 11 years ago
  78. 99d5851 net: skbuff: fix compile error in skb_panic() by James Hogan · 11 years ago
  79. f05de73 skbuff: create skb_panic() function and its wrappers by Jean Sacren · 11 years ago
  80. e5e6730 skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE by Alexander Duyck · 11 years ago
  81. 188d1f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  82. 92df9b2 net: Fix inner_network_header assignment in skb-copy. by Pravin B Shelar · 11 years ago
  83. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 11 years ago
  84. bc9540c net: splice: fix __splice_segment() by Eric Dumazet · 11 years ago
  85. 82bda61 net: splice: avoid high order page splitting by Eric Dumazet · 11 years ago
  86. 18aafc6 net: splice: fix __splice_segment() by Eric Dumazet · 11 years ago
  87. fda55ec net: introduce skb_transport_header_was_set() by Eric Dumazet · 11 years ago
  88. 9ca1b22 net: splice: avoid high order page splitting by Eric Dumazet · 11 years ago
  89. 61c5e88 skbuff: make __kmalloc_reserve static by stephen hemminger · 11 years ago
  90. b211172 net: use per task frag allocator in skb_append_datato_frags by Eric Dumazet · 11 years ago
  91. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  92. 75be437 net: gro: avoid double copy in skb_gro_receive() by Eric Dumazet · 12 years ago
  93. 6a674e9 net: Add support for hardware-offloaded encapsulation by Joseph Gasparakis · 12 years ago
  94. c3c7c25 net: gro: fix possible panic in skb_gro_receive() by Eric Dumazet · 12 years ago
  95. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  96. 2512117 skb: api to report errors for zero copy skbs by Michael S. Tsirkin · 12 years ago
  97. e19d676 skb: report completion status for zero copy skbs by Michael S. Tsirkin · 12 years ago
  98. 3d861f6 net: fix secpath kmemleak by Eric Dumazet · 12 years ago
  99. acb600d net: remove skb recycling by Eric Dumazet · 12 years ago
  100. f4b549a use skb_end_offset() in skb_try_coalesce() by Weiping Pan · 12 years ago