1. ada6c1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  2. 1e98a0f flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrs by Eric Dumazet · 9 years ago
  3. 411ffb4 netfilter: bridge: refactor frag_max_size by Bernhard Thaler · 9 years ago
  4. 72b31f7 netfilter: bridge: detect NAT66 correctly and change MAC address by Bernhard Thaler · 9 years ago
  5. 42aecaa net: Get skb hash over flow_keys structure by Tom Herbert · 9 years ago
  6. a60e3cc net: make skb_splice_bits more configureable by Hannes Frederic Sowa · 9 years ago
  7. be12a1f net: skbuff: add skb_append_pagefrags and use it by Hannes Frederic Sowa · 9 years ago
  8. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  9. faecbb4 Revert "netfilter: bridge: query conntrack about skb dnat" by Florian Westphal · 9 years ago
  10. 0bc4c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  11. c91d460 net: fix two sparse errors by Eric Dumazet · 9 years ago
  12. 7fb48c5 netfilter: bridge: neigh_head and physoutdev can't be used at same time by Florian Westphal · 9 years ago
  13. 06635a3 flow_dissect: use programable dissector in skb_flow_dissect and friends by Jiri Pirko · 9 years ago
  14. 5605c76 net: move __skb_tx_hash to dev.c by Jiri Pirko · 9 years ago
  15. 9c684b5 net: move __skb_get_hash function declaration to flow_dissector.h by Jiri Pirko · 9 years ago
  16. 10b89ee4 net: move *skb_get_poff declarations into correct header by Jiri Pirko · 9 years ago
  17. 1bd758e net: change name of flow_dissector header to match the .c file name by Jiri Pirko · 9 years ago
  18. 181edb2 net: Add skb_free_frag to replace use of put_page in freeing skb->head by Alexander Duyck · 9 years ago
  19. b63ae8c mm/net: Rename and move page fragment handling from net/ to mm/ by Alexander Duyck · 9 years ago
  20. 0e39250 net: Store virtual address instead of page in netdev_alloc_cache by Alexander Duyck · 9 years ago
  21. 9afd85c net: Export IGMP/MLD message validation code by Linus Lüssing · 9 years ago
  22. 50fb799 net: Add skb_get_hash_perturb by Tom Herbert · 9 years ago
  23. 2ea2f62 net: fix crash in build_skb() by Eric Dumazet · 9 years ago
  24. 4e18b9a net: add skb_checksum_complete_unset by Tom Herbert · 9 years ago
  25. a1e6795 netfilter: bridge: make BRNF_PKT_TYPE flag a bool by Florian Westphal · 9 years ago
  26. 3eaf402 netfilter: bridge: start splitting mask into public/private chunks by Florian Westphal · 9 years ago
  27. e70deec netfilter: bridge: don't use nf_bridge_info data to store mac header by Florian Westphal · 9 years ago
  28. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  29. c29390c xps: must clear sender_cpu before forwarding by Eric Dumazet · 10 years ago
  30. 744d5a3 net: move skb->dropcount to skb->cb[] by Eyal Birger · 10 years ago
  31. 059a244 net: Remove state argument from skb_find_text() by Bojan Prtvar · 10 years ago
  32. 15e2396 net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload by Tom Herbert · 10 years ago
  33. 6edec0e net: Clarify meaning of CHECKSUM_PARTIAL for receive path by Tom Herbert · 10 years ago
  34. 096a4cf net: fix a typo in skb_checksum_validate_zero_check by Sabrina Dubroca · 10 years ago
  35. f2683b7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
  36. dcdc899 net: add skb functions to process remote checksum offload by Tom Herbert · 10 years ago
  37. 2bd8248 xps: fix xps for stacked devices by Eric Dumazet · 10 years ago
  38. 21226ab net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter() by Al Viro · 10 years ago
  39. af2b040 rxrpc: switch rxrpc_send_data() to iov_iter primitives by Al Viro · 10 years ago
  40. fd11a83 net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb by Alexander Duyck · 10 years ago
  41. ffde732 net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_frag by Alexander Duyck · 10 years ago
  42. d3a9632 skb_copy_datagram_iovec() can die by Al Viro · 10 years ago
  43. e5a4b0b switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives by Al Viro · 10 years ago
  44. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  45. dbfc4fb dst: no need to take reference on DST_NOCACHE dsts by Hannes Frederic Sowa · 10 years ago
  46. 6ffe75e net: avoid two atomic operations in fast clones by Eric Dumazet · 10 years ago
  47. 9c0c112 net: Add functions for handling padding frame and adding to length by Alexander Duyck · 10 years ago
  48. 8feb2fb switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter() by Al Viro · 10 years ago
  49. 195e952 kill zerocopy_sg_from_iovec() by Al Viro · 10 years ago
  50. 3a654f9 new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter() by Al Viro · 10 years ago
  51. 7eab8d9 new helper: memcpy_to_msg() by Al Viro · 10 years ago
  52. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  53. 227158d new helper: skb_copy_and_csum_datagram_msg() by Al Viro · 10 years ago
  54. 93515d5 net: move vlan pop/push functions into common code by Jiri Pirko · 10 years ago
  55. e219512 net: move make_writable helper into common code by Jiri Pirko · 10 years ago
  56. 160d2ab net: Remove __skb_alloc_page and __skb_alloc_pages by Alexander Duyck · 10 years ago
  57. 71dfda5 net: Add device Rx page allocation function by Alexander Duyck · 10 years ago
  58. bfe1be3 net: Kill skb_copy_datagram_const_iovec by Herbert Xu · 10 years ago
  59. a8f820aa inet: Add skb_copy_datagram_iter by Herbert Xu · 10 years ago
  60. 59b93b4 net: Remove MPLS GSO feature. by Pravin B Shelar · 10 years ago
  61. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  62. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  63. 56b1742 net: add rbnode to struct sk_buff by Eric Dumazet · 10 years ago
  64. 39bb5e6 net: skb_fclone_busy() needs to detect orphaned skb by Eric Dumazet · 10 years ago
  65. ebcf34f skbuff.h: fix kernel-doc warning for headers_end by Randy Dunlap · 10 years ago
  66. 31eff81 skbuff: fix ftrace handling in skb_unshare by Alexander Aring · 10 years ago
  67. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  68. 709c48b net: description of dma_cookie cause make xmldocs warning by Masanari Iida · 10 years ago
  69. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  70. c8753d5 net: Cleanup skb cloning by adding SKB_FCLONE_FREE by Vijay Subramanian · 10 years ago
  71. 8bce6d7 udp: Generalize skb_udp_segment by Tom Herbert · 10 years ago
  72. d0bf4a9 net: cleanup and document skb fclone layout by Eric Dumazet · 10 years ago
  73. 8522484 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  74. b193722 net: reorganize sk_buff for faster __copy_skb_header() by Eric Dumazet · 10 years ago
  75. 7bced39 net_dma: simple removal by Dan Williams · 11 years ago
  76. f4a775d net: introduce __skb_header_release() by Eric Dumazet · 10 years ago
  77. 34666d4 netfilter: bridge: move br_netfilter out of the core by Pablo Neira Ayuso · 10 years ago
  78. 2e4e441 net: add alloc_skb_with_frags() helper by Eric Dumazet · 10 years ago
  79. 233577a net: filter: constify detection of pkt_type_offset by Hannes Frederic Sowa · 10 years ago
  80. 56193d1 net: Add function for parsing the header length out of linear ethernet frames by Alexander Duyck · 10 years ago
  81. 62bccb8 net-timestamp: Make the clone operation stand-alone from phy timestamping by Alexander Duyck · 10 years ago
  82. d96535a net: Infrastructure for checksum unnecessary conversions by Tom Herbert · 10 years ago
  83. 5a21232 net: Support for csum_bad in skbuff by Tom Herbert · 10 years ago
  84. 77cffe2 net: Clarification of CHECKSUM_UNNECESSARY by Tom Herbert · 10 years ago
  85. de20fe8 net: Allocate a new 16 bits for flags in skbuff by Tom Herbert · 10 years ago
  86. 5c21403 net: Update sk_buff flag bit availability comment. by David S. Miller · 10 years ago
  87. 0b725a2 net: Remove ndo_xmit_flush netdev operation, use signalling instead. by David S. Miller · 10 years ago
  88. 690e36e net: Allow raw buffers to be passed into the flow dissector. by David S. Miller · 10 years ago
  89. 0d5501c net: Always untag vlan-tagged traffic on input. by Vlad Yasevich · 10 years ago
  90. e1c8a60 net-timestamp: ACK timestamp for bytestreams by Willem de Bruijn · 10 years ago
  91. e7fd288 net-timestamp: SCHED timestamp on entering packet scheduler by Willem de Bruijn · 10 years ago
  92. 09c2d25 net-timestamp: add key to disambiguate concurrent datagrams by Willem de Bruijn · 10 years ago
  93. f24b9be net-timestamp: extend SCM_TIMESTAMPING ancillary data struct by Willem de Bruijn · 10 years ago
  94. 4d276eb net: remove deprecated syststamp timestamp by Willem de Bruijn · 10 years ago
  95. 0bec8c8 net: skbuff: Use ALIGN macro instead of open coding it by Tobias Klauser · 10 years ago
  96. 26c4fdb net-timestamp: document deprecated syststamp by Willem de Bruijn · 10 years ago
  97. a3b18dd net: Only do flow_dissector hash computation once per packet by Tom Herbert · 10 years ago
  98. 0e00161 net: Call skb_get_hash in get_xps_queue and __skb_tx_hash by Tom Herbert · 10 years ago
  99. e5eb4e3 net: add skb_pop_rcv_encapsulation by Tom Herbert · 10 years ago
  100. 4b28252 net: Fix GSO constants to match NETIF flags by Tom Herbert · 10 years ago