1. b05930f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  2. e573332 macvtap: Ignore tap features when VNET_HDR is off by Vlad Yasevich · 11 years ago
  3. e558b01 macvtap: Correctly set tap features when IFF_VNET_HDR is disabled. by Vlad Yasevich · 11 years ago
  4. a567dd6 macvtap: simplify usage of tap_features by Vlad Yasevich · 11 years ago
  5. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  6. 29d7919 macvtap: fix two races by Eric Dumazet · 11 years ago
  7. 28d6427 net: attempt high order allocations in sock_alloc_send_pskb() by Eric Dumazet · 11 years ago
  8. c3bdeb5 net: move zerocopy_sg_from_iovec() to net/core/datagram.c by Jason Wang · 11 years ago
  9. b4bf077 net: move iov_pages() to net/core/iovec.c by Jason Wang · 11 years ago
  10. ece793f macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS by Jason Wang · 11 years ago
  11. 0fbe0d4 macvtap: do not assume 802.1Q when send vlan packets by Jason Wang · 11 years ago
  12. 82a19eb macvtap: fix the missing ret value of TUNSETQUEUE by Jason Wang · 11 years ago
  13. 61d46bf macvtap: correctly linearize skb when zerocopy is used by Jason Wang · 11 years ago
  14. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  15. 3e4f8b7 macvtap: Perform GSO on forwarding path. by Vlad Yasevich · 11 years ago
  16. 2be5c76 macvtap: Let TUNSETOFFLOAD actually controll offload features. by Vlad Yasevich · 11 years ago
  17. ac4e4af macvtap: Consistently use rcu functions by Vlad Yasevich · 11 years ago
  18. 441ac0f macvtap: Convert to using rtnl lock by Vlad Yasevich · 11 years ago
  19. 4c7ab05 macvtap: fix recovery from gup errors by Michael S. Tsirkin · 11 years ago
  20. f57855a macvtap: fix uninitialized return value macvtap_ioctl_set_queue() by Jason Wang · 11 years ago
  21. d9a90a3 macvtap: slient sparse warnings by Jason Wang · 11 years ago
  22. df09b36 macvtap: enable multiqueue flag by Jason Wang · 11 years ago
  23. 815f236 macvtap: add TUNSETQUEUE ioctl by Jason Wang · 11 years ago
  24. 376b1aa macvtap: eliminate linear search by Jason Wang · 11 years ago
  25. 8f475a3 macvtap: introduce macvtap_get_vlan() by Jason Wang · 11 years ago
  26. 89cee91 macvtap: do not add self to waitqueue if doing a nonblock read by Jason Wang · 11 years ago
  27. ed0483f macvtap: fix a possible race between queue selection and changing queues by Jason Wang · 11 years ago
  28. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  29. 40893fd net: switch to use skb_probe_transport_header() by Jason Wang · 11 years ago
  30. 9b4d669 macvtap: set transport header before passing skb to lower device by Jason Wang · 11 years ago
  31. ec09ebc macvtap: convert to idr_alloc() by Tejun Heo · 11 years ago
  32. c9af6db net: Fix possible wrong checksum generation. by Pravin B Shelar · 12 years ago
  33. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 12 years ago
  34. 3a7f8c3 macvtap: rcu_dereference outside read-lock section by Denis Efremov · 12 years ago
  35. ccf7e72 macvtap: use prepare_to_wait/finish_wait to ensure mb by Hong zhi guo · 12 years ago
  36. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  37. f09e224 macvtap: restore vlan header on user read by Basil Gor · 12 years ago
  38. b92946e macvtap: zerocopy: validate vectors before building skb by Jason Wang · 12 years ago
  39. 01d6657 macvtap: zerocopy: set SKBTX_DEV_ZEROCOPY only when skb is built successfully by Jason Wang · 12 years ago
  40. 02ce04b macvtap: zerocopy: put page when fail to get all requested user pages by Jason Wang · 12 years ago
  41. 4ef67eb macvtap: zerocopy: fix truesize underestimation by Jason Wang · 12 years ago
  42. 3afc962 macvtap: zerocopy: fix offset calculation when building skb by Jason Wang · 12 years ago
  43. 4040153 security: trim security.h by Al Viro · 13 years ago
  44. ef0002b macvtap: Fix macvtap_get_queue to use rxhash first by Krishna Kumar · 13 years ago
  45. 2cfa5a0 net: treewide use of RCU_INIT_POINTER by Eric Dumazet · 13 years ago
  46. e09eff7 macvtap: Fix the minor device number allocation by Eric W. Biederman · 13 years ago
  47. 9bf1907 macvtap: Rewrite macvtap_newlink so the error handling works. by Eric W. Biederman · 13 years ago
  48. 2259fef macvtap: Don't leak unreceived packets when we delete a macvtap device. by Eric W. Biederman · 13 years ago
  49. 047af9cf macvtap: Fix macvtap_open races in the zero copy enable code. by Eric W. Biederman · 13 years ago
  50. 99f34b3 macvtap: Close a race between macvtap_open and macvtap_dellink. by Eric W. Biederman · 13 years ago
  51. 653fc91 macvtap: fix the uninitialized var using in macvtap_alloc_skb() by Jason Wang · 13 years ago
  52. d1b0828 macvtap: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  53. 97bc363 macvtap: macvtapTX zero-copy support by Shirley Ma · 13 years ago
  54. 10a8d94 virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID by Jason Wang · 13 years ago
  55. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  56. ce3c869 drivers/net/macvtap: fix error check by Nicolas Kaiser · 13 years ago
  57. 13707f9 drivers/net: remove some rcu sparse warnings by Eric Dumazet · 14 years ago
  58. 1ac9ad1 net: remove dev_txq_stats_fold() by Eric Dumazet · 14 years ago
  59. 55508d6 net: Use skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  60. 1565c7c macvtap: Implement multiqueue for macvtap driver by Krishna Kumar · 14 years ago
  61. bb7e95c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  62. 8a35747 macvtap: Limit packet queue length by Herbert Xu · 14 years ago
  63. 1ebed71 macvtap: Use dev_t for macvtap_major. by David S. Miller · 14 years ago
  64. 55afbd0 macvtap: add ioctl to modify vnet header size by Michael S. Tsirkin · 14 years ago
  65. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  66. 4a4771a net: use sk_sleep() by Eric Dumazet · 14 years ago
  67. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  68. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  69. b9fb9ee macvtap: add GSO/csum offload support by Arnd Bergmann · 14 years ago
  70. 501c774 net/macvtap: add vhost support by Arnd Bergmann · 14 years ago
  71. 02df55d macvtap: rework object lifetime rules by Arnd Bergmann · 14 years ago
  72. 564517e net/macvtap: fix reference counting by Arnd Bergmann · 15 years ago
  73. 20d29d7 net: macvtap driver by Arnd Bergmann · 15 years ago