1. 01fe944 macvlan: fix macvlan_get_size() by Eric Dumazet · 11 years ago
  2. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 11 years ago
  3. 7cd43db macvlan: add link to upper device by Jiri Pirko · 11 years ago
  4. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 11 years ago
  5. edc7d57 netlink: add attributes to fdb interface by stephen hemminger · 12 years ago
  6. 6b6e272 netdev: make address const in device address management by stephen hemminger · 12 years ago
  7. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  8. a6700db net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bits by Joe Perches · 12 years ago
  9. 59b9997 Revert "net: maintain namespace isolation between vlan and real device" by David S. Miller · 12 years ago
  10. df8ef8f macvlan: add FDB bridge ops and macvlan flags by John Fastabend · 12 years ago
  11. ead9a76 macvlan: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  12. 7ce5d22 net: use eth_hw_addr_random() and reset addr_assign_type by Danny Kukawka · 12 years ago
  13. 4ec7ac1 macvlan: fix a possible use after free by Eric Dumazet · 12 years ago
  14. 87002b0 net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls by Jiri Pirko · 12 years ago
  15. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 12 years ago
  16. 729e72a macvlan: receive multicast with local address by stephen hemminger · 13 years ago
  17. bc416d9 macvlan: handle fragmented multicast frames by Eric Dumazet · 13 years ago
  18. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  19. cb2d0f3 macvlan/macvtap: Fix unicast between macvtap interfaces in bridge mode by David Ward · 13 years ago
  20. 4bc71cb net: consolidate and fix ethtool_ops->get_settings calling by Jiri Pirko · 13 years ago
  21. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  22. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  23. 4f7a450 macvlan: do vlan cleanup by Jiri Pirko · 13 years ago
  24. 8d13e67 macvlan: add VLAN filters to lowerdev by John Fastabend · 13 years ago
  25. a37dd33 macvlan: Forward unicast frames in bridge mode to lowerdev by David Ward · 13 years ago
  26. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  27. d935156 macvlan: fix panic if lowerdev in a bond by Eric Dumazet · 13 years ago
  28. 449f454 macvlan: remove one synchronize_rcu() call by Eric Dumazet · 13 years ago
  29. 226bd34 net: use batched device unregister in veth and macvlan by Eric Dumazet · 13 years ago
  30. 6e070ae macvlan,rcu: convert call_rcu(macvlan_port_rcu_free) to kfree_rcu() by Lai Jiangshan · 13 years ago
  31. 3918764 net: macvlan: convert to hw_features by Michał Mirosław · 13 years ago
  32. d5cd9244 macvlan: Fix use after free of struct macvlan_port. by Eric W. Biederman · 13 years ago
  33. 8a4eb57 net: introduce rx_handler results and logic around that by Jiri Pirko · 13 years ago
  34. 12a2856 macvlan : fix checksums error when we are in bridge mode by Daniel Lezcano · 13 years ago
  35. eb06acd macvlan: Introduce 'passthru' mode to takeover the underlying device by Sridhar Samudrala · 14 years ago
  36. 8ffab51 macvlan: lockless tx path by Eric Dumazet · 14 years ago
  37. 3b27e10 netns: keep vlan slaves on master netns move by David Lamparter · 14 years ago
  38. ba01877 macvlan: Fix rx counters update in macvlan_handle_frame() by Sridhar Samudrala · 14 years ago
  39. bb7e95c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  40. 8a35747 macvtap: Limit packet queue length by Herbert Xu · 14 years ago
  41. 3cfde79 net: Get rid of rtnl_link_stats64 / net_device_stats union by Ben Hutchings · 14 years ago
  42. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  43. bc66154 macvlan: 64 bit rx counters by Eric Dumazet · 14 years ago
  44. a35e2c1 macvlan: use rx_handler_data pointer to store macvlan_port pointer V2 by Jiri Pirko · 14 years ago
  45. 93e2c32 net: add rx_handler data pointer by Jiri Pirko · 14 years ago
  46. 8b37ef0 macvlan: use call_rcu for port free by Jiri Pirko · 14 years ago
  47. ab95bfe net: replace hooks in __netif_receive_skb V5 by Jiri Pirko · 14 years ago
  48. f16d3d5 macvlan: do proper cleanup in macvlan_common_newlink() V2 by Jiri Pirko · 14 years ago
  49. 2d6c9ff net: congestion notifications are not dropped packets by Eric Dumazet · 14 years ago
  50. a14462f net: adjust handle_macvlan to pass port struct to hook by Jiri Pirko · 14 years ago
  51. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 14 years ago
  52. 1c01fe1 net: forbid underlaying devices to change its type by Jiri Pirko · 14 years ago
  53. fc0663d macvlan: allow multiple driver backends by Arnd Bergmann · 14 years ago
  54. 8a83a00 net: maintain namespace isolation between vlan and real device by Arnd Bergmann · 14 years ago
  55. 6eb3a85 macvlan: add GRO bit to features mask by Patrick Mullaney · 14 years ago
  56. fc4a748 netdevice: provide common routine for macvlan and vlan operstate management by Patrick Mullaney · 15 years ago
  57. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  58. 27c0b1a macvlan: export macvlan mode through netlink by Arnd Bergmann · 15 years ago
  59. 618e1b7 macvlan: implement bridge, VEPA and private mode by Arnd Bergmann · 15 years ago
  60. a1e514c macvlan: cleanup rx statistics by Arnd Bergmann · 15 years ago
  61. 8c2acc5 macvlan: fix gso_max_size setting by Patrick McHardy · 15 years ago
  62. fccaf71 macvlan: Precise RX stats accounting by Eric Dumazet · 15 years ago
  63. cbbef5e vlan/macvlan: propagate transmission state to upper layers by Patrick McHardy · 15 years ago
  64. 81adee4 net: Support specifying the network namespace upon device creation. by Eric W. Biederman · 15 years ago
  65. 23289a3 net: add a list_head parameter to dellink() method by Eric Dumazet · 15 years ago
  66. 2c11455 macvlan: add multiqueue capability by Eric Dumazet · 15 years ago
  67. ac06713 macvlan: Use compare_ether_addr_64bits() by Eric Dumazet · 15 years ago
  68. 424efe9 netdev: convert pseudo drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  69. ef5c899 drivers/net/macvlan.c: fix cloning of tagged VLAN interfaces by sg.tweak@gmail.com · 15 years ago
  70. ccffad25 net: convert unicast addr list by Jiri Pirko · 15 years ago
  71. 93f154b net: release dst entry in dev_hard_start_xmit() by Eric Dumazet · 15 years ago
  72. b1b67dd net: factor out ethtool invocation of vlan/macvlan drivers by Patrick McHardy · 15 years ago
  73. 7816a0a vlan/macvlan: fix NULL pointer dereferences in ethtool handlers by Patrick McHardy · 15 years ago
  74. f9ac30f macvlan: Deterministic ingress packet delivery by Eric Biederman · 15 years ago
  75. b0832a2 macvlan: Support creating macvlans from macvlans by Eric Biederman · 15 years ago
  76. aa2ba5f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  77. efbbced macvlan: don't broadcast PAUSE frames to macvlan devices by Patrick McHardy · 16 years ago
  78. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  79. 54a30c9 macvlan: convert to net_device_ops by Stephen Hemminger · 16 years ago
  80. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  81. 9edb8bb macvlan: add support for ethtool get settings by Stephen Hemminger · 16 years ago
  82. cf508b1 netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. by David S. Miller · 16 years ago
  83. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  84. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  85. b89fb7d macvlan: Check return of dev_set_allmulti by Wang Chen · 16 years ago
  86. c773e84 netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. by David S. Miller · 16 years ago
  87. 8252474 rcu: split list.h and move rcu-protected lists into rculist.h by Franck Bui-Huu · 16 years ago
  88. 7312096 macvlan: Fix memleak on device removal/crash on module removal by Patrick McHardy · 16 years ago
  89. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  90. 5291324 [MACVLAN]: Setting macvlan_handle_frame_hook to NULL when rtnl_link_register() fails. by Rami Rosen · 16 years ago
  91. f12ca5f [MACVLAN]: Fix thinko in macvlan_transfer_operstate() by Patrick McHardy · 16 years ago
  92. ad5d20a [MACVLAN]: Allow setting mac address while device is up by Patrick McHardy · 17 years ago
  93. 59891d5 [MACVLAN]: Remove unnecessary IFF_UP check by Patrick McHardy · 17 years ago
  94. a6ca5f1 [MACVLAN]: Prevent nesting macvlan devices by Patrick McHardy · 16 years ago
  95. 47063d6 remove duplicate initializer (macvlan) by Al Viro · 17 years ago
  96. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  97. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  98. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  99. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  100. b863ceb [NET]: Add macvlan driver by Patrick McHardy · 17 years ago