1. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  2. 8b4703e macvlan: Add support for 'always_on' offload features by Vlad Yasevich · 11 years ago
  3. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  4. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 12 years ago
  5. da37705 macvlan: unregister net device when netdev_upper_dev_link() fails by Cong Wang · 12 years ago
  6. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  7. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 12 years ago
  8. b13ba1b macvlan: forbid L2 fowarding offload for macvtap by Jason Wang · 12 years ago
  9. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  10. cdf3e27 macvlan: unify macvlan_pcpu_stats and vlan_pcpu_stats by Li RongQing · 12 years ago
  11. 0db901b macvlan: make start_xmit local by stephen hemminger · 12 years ago
  12. 797f87f macvlan: fix netdev feature propagation from lower device by Florian Westphal · 12 years ago
  13. 2f6a1b6 macvlan: Remove custom recieve and forward handlers by Vlad Yasevich · 12 years ago
  14. d70f2cf macvlan: Support creating macvtaps from macvlans by Kevin Wallace · 12 years ago
  15. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  16. a6cc0cf net: Add layer 2 hardware acceleration operations for macvlan devices by John Fastabend · 12 years ago
  17. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 12 years ago
  18. 47d4ab9 macvlan: resolve ENOENT errors on creation by John Fastabend · 12 years ago
  19. de9e8f3 macvlan: Move skb_clone check closer to call by Herbert Xu · 12 years ago
  20. 8b98604 net: macvlan: inherit addr_assign_type along with dev_addr by Bjørn Mork · 12 years ago
  21. 7174012 macvlan: fix typo in assignment by Lutz Jaenicke · 12 years ago
  22. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  23. 1512747 macvlan: validate flags by Michael S. Tsirkin · 12 years ago
  24. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  25. 7873814 macvlan: handle set_promiscuity failures by Michael S. Tsirkin · 12 years ago
  26. 266e834 macvlan: better mode validation by Michael S. Tsirkin · 12 years ago
  27. ab2cfbb macvlan fdb replace support by Thomas Richter · 12 years ago
  28. 2be5c76 macvtap: Let TUNSETOFFLOAD actually controll offload features. by Vlad Yasevich · 12 years ago
  29. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  30. 99ffc3e macvlan: don't touch promisc without passthrough by Michael S. Tsirkin · 12 years ago
  31. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
  32. 233c7df macvlan: fix passthru mode race between dev removal and rx path by Jiri Pirko · 12 years ago
  33. 28d2b13 net: vlan: announce STAG offload capability in some drivers by Patrick McHardy · 12 years ago
  34. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 12 years ago
  35. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  36. e052f7e macvlan: use the right RCU api by Eric Dumazet · 12 years ago
  37. 87ab7f6 macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode. by Vlad Yasevich · 12 years ago
  38. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  39. 1690be6 bridge: Add vlan support to static neighbors by Vlad Yasevich · 13 years ago
  40. 3807ff5 macvlan: add a salt to mc_hash() by Eric Dumazet · 13 years ago
  41. d527043 macvlan: broadcast addr should be part of mc_filter by Eric Dumazet · 13 years ago
  42. cd431e7 macvlan: add multicast filter by Eric Dumazet · 13 years ago
  43. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  44. 01fe944 macvlan: fix macvlan_get_size() by Eric Dumazet · 13 years ago
  45. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 13 years ago
  46. 7cd43db macvlan: add link to upper device by Jiri Pirko · 13 years ago
  47. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 13 years ago
  48. edc7d57 netlink: add attributes to fdb interface by stephen hemminger · 13 years ago
  49. 6b6e272 netdev: make address const in device address management by stephen hemminger · 13 years ago
  50. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  51. a6700db net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bits by Joe Perches · 13 years ago
  52. 59b9997 Revert "net: maintain namespace isolation between vlan and real device" by David S. Miller · 13 years ago
  53. df8ef8f macvlan: add FDB bridge ops and macvlan flags by John Fastabend · 13 years ago
  54. ead9a76 macvlan: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  55. 7ce5d22 net: use eth_hw_addr_random() and reset addr_assign_type by Danny Kukawka · 13 years ago
  56. 4ec7ac1 macvlan: fix a possible use after free by Eric Dumazet · 14 years ago
  57. 87002b0 net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls by Jiri Pirko · 14 years ago
  58. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 14 years ago
  59. 729e72a macvlan: receive multicast with local address by stephen hemminger · 14 years ago
  60. bc416d9 macvlan: handle fragmented multicast frames by Eric Dumazet · 14 years ago
  61. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 14 years ago
  62. cb2d0f3 macvlan/macvtap: Fix unicast between macvtap interfaces in bridge mode by David Ward · 14 years ago
  63. 4bc71cb net: consolidate and fix ethtool_ops->get_settings calling by Jiri Pirko · 14 years ago
  64. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 14 years ago
  65. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 14 years ago
  66. 4f7a450 macvlan: do vlan cleanup by Jiri Pirko · 14 years ago
  67. 8d13e67 macvlan: add VLAN filters to lowerdev by John Fastabend · 14 years ago
  68. a37dd33 macvlan: Forward unicast frames in bridge mode to lowerdev by David Ward · 14 years ago
  69. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  70. d935156 macvlan: fix panic if lowerdev in a bond by Eric Dumazet · 14 years ago
  71. 449f454 macvlan: remove one synchronize_rcu() call by Eric Dumazet · 14 years ago
  72. 226bd34 net: use batched device unregister in veth and macvlan by Eric Dumazet · 14 years ago
  73. 6e070ae macvlan,rcu: convert call_rcu(macvlan_port_rcu_free) to kfree_rcu() by Lai Jiangshan · 14 years ago
  74. 3918764 net: macvlan: convert to hw_features by Michał Mirosław · 14 years ago
  75. d5cd9244 macvlan: Fix use after free of struct macvlan_port. by Eric W. Biederman · 14 years ago
  76. 8a4eb57 net: introduce rx_handler results and logic around that by Jiri Pirko · 14 years ago
  77. 12a2856 macvlan : fix checksums error when we are in bridge mode by Daniel Lezcano · 14 years ago
  78. eb06acd macvlan: Introduce 'passthru' mode to takeover the underlying device by Sridhar Samudrala · 15 years ago
  79. 8ffab51 macvlan: lockless tx path by Eric Dumazet · 15 years ago
  80. 3b27e10 netns: keep vlan slaves on master netns move by David Lamparter · 15 years ago
  81. ba01877 macvlan: Fix rx counters update in macvlan_handle_frame() by Sridhar Samudrala · 15 years ago
  82. bb7e95c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  83. 8a35747 macvtap: Limit packet queue length by Herbert Xu · 15 years ago
  84. 3cfde79 net: Get rid of rtnl_link_stats64 / net_device_stats union by Ben Hutchings · 15 years ago
  85. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 15 years ago
  86. bc66154 macvlan: 64 bit rx counters by Eric Dumazet · 15 years ago
  87. a35e2c1 macvlan: use rx_handler_data pointer to store macvlan_port pointer V2 by Jiri Pirko · 15 years ago
  88. 93e2c32 net: add rx_handler data pointer by Jiri Pirko · 15 years ago
  89. 8b37ef0 macvlan: use call_rcu for port free by Jiri Pirko · 15 years ago
  90. ab95bfe net: replace hooks in __netif_receive_skb V5 by Jiri Pirko · 15 years ago
  91. f16d3d5 macvlan: do proper cleanup in macvlan_common_newlink() V2 by Jiri Pirko · 15 years ago
  92. 2d6c9ff net: congestion notifications are not dropped packets by Eric Dumazet · 15 years ago
  93. a14462f net: adjust handle_macvlan to pass port struct to hook by Jiri Pirko · 15 years ago
  94. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 15 years ago
  95. 1c01fe1 net: forbid underlaying devices to change its type by Jiri Pirko · 15 years ago
  96. fc0663d macvlan: allow multiple driver backends by Arnd Bergmann · 16 years ago
  97. 8a83a00 net: maintain namespace isolation between vlan and real device by Arnd Bergmann · 16 years ago
  98. 6eb3a85 macvlan: add GRO bit to features mask by Patrick Mullaney · 16 years ago
  99. fc4a748 netdevice: provide common routine for macvlan and vlan operstate management by Patrick Mullaney · 16 years ago
  100. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago