1. 9b361c1 vlan: add helper which can be called to see if device is used by vlan by Jiri Pirko · 12 years ago
  2. 6eacf8a vlan: clean up vlan_dev_hard_start_xmit() by Amerigo Wang · 12 years ago
  3. f3da389 vlan: clean up some variable names by Amerigo Wang · 12 years ago
  4. 38e6bc1 netpoll: make __netpoll_cleanup non-block by Amerigo Wang · 12 years ago
  5. 47be03a2 netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() by Amerigo Wang · 12 years ago
  6. 30fdd8a0 netpoll: move np->dev and np->dev_name init into __netpoll_setup() by Jiri Pirko · 12 years ago
  7. efc73f4 net: Fix memory leak - vlan_info struct by Amir Hanania · 12 years ago
  8. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  9. 59b9997 Revert "net: maintain namespace isolation between vlan and real device" by David S. Miller · 12 years ago
  10. 53a2b3a 8021q: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  11. 61849dd vlan: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  12. de93cb2 vlan: static functions by Eric Dumazet · 13 years ago
  13. f9586f7 vlan: add rtnl_dereference() annotations by Dan Carpenter · 13 years ago
  14. 6d4cdf4 vlan: add 802.1q netpoll support by Benjamin LaHaise · 13 years ago
  15. 348a144 vlan: introduce functions to do mass addition/deletion of vids by another device by Jiri Pirko · 13 years ago
  16. 5b9ea6e vlan: introduce vid list with reference counting by Jiri Pirko · 13 years ago
  17. 87002b0 net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls by Jiri Pirko · 13 years ago
  18. 7da82c0 vlan: rename vlan_dev_info to vlan_dev_priv by Jiri Pirko · 13 years ago
  19. 396cf94 vlan: Move vlan_set_encap_proto() to vlan header file by Pravin B Shelar · 13 years ago
  20. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  21. bc5787c6 net: remove legacy ethtool ops by Michał Mirosław · 13 years ago
  22. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  23. deede2f vlan: Don't propagate flag changes on down interfaces. by Matthijs Kooijman · 13 years ago
  24. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  25. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  26. 6a32e4f vlan: allow nested vlan_do_receive() by Eric Dumazet · 13 years ago
  27. 4bc71cb net: consolidate and fix ethtool_ops->get_settings calling by Jiri Pirko · 13 years ago
  28. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  29. c5114cd vlan: reset headers on accel emulation path by Jiri Pirko · 13 years ago
  30. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  31. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  32. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  33. 536d1d4 vlan: move vlan_group_[gs]et_device to public header by Jiri Pirko · 13 years ago
  34. 7890a5b vlan: kill ndo_vlan_rx_register by Jiri Pirko · 13 years ago
  35. ffcf9b7 vlan: kill vlan_gro_frags and vlan_gro_receive by Jiri Pirko · 13 years ago
  36. a4aeb26 vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rx by Jiri Pirko · 13 years ago
  37. cec9c13 vlan: introduce __vlan_find_dev_deep() by Jiri Pirko · 13 years ago
  38. 033b114 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  39. 69ecca8 net: vlan, qlcnic: make vlan_find_dev private by David Lamparter · 13 years ago
  40. 62f2a3a net: remove NETIF_F_ALL_TX_OFFLOADS by Michał Mirosław · 13 years ago
  41. 6c9c1b5 net: vlan: remove reduntant check in ndo_fix_features callback by Michał Mirosław · 13 years ago
  42. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  43. 712ae51 net: vlan: enable soft features regardless of underlying device by Shan Wei · 13 years ago
  44. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  45. e3cb78c vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan support by Antoine Reversat · 13 years ago
  46. ea11073 net: Remove casts of void * by Joe Perches · 13 years ago
  47. 0b5c9db vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check by Jiri Pirko · 13 years ago
  48. e990b37 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  49. afab2d2 net: 8021q: Add pr_fmt by Joe Perches · 13 years ago
  50. 307f73d vlan: fix typo in vlan_dev_hard_start_xmit() by Wei Yongjun · 13 years ago
  51. da7c06c net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version. by Justin Mattock · 13 years ago
  52. 6dcbbe2 net: move is_vlan_dev into public header file (v2) by Neil Horman · 13 years ago
  53. f0a619c net: Fix vlan_features propagation by Michał Mirosław · 13 years ago
  54. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 13 years ago
  55. 55aee10 vlan: fix GVRP at dismantle time by Eric Dumazet · 13 years ago
  56. 48752e1 vlan: remove one synchronize_net() call by Eric Dumazet · 13 years ago
  57. 7c89943 bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERS by Ben Hutchings · 13 years ago
  58. 9960647 vlan: Propagate NETDEV_NOTIFY_PEERS notifier by Ben Hutchings · 13 years ago
  59. bcc6d47 net: vlan: make non-hw-accel rx path similar to hw-accel by Jiri Pirko · 13 years ago
  60. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  61. 8a0427b vlan: convert VLAN devices to use ndo_fix_features() by Michał Mirosław · 13 years ago
  62. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  63. d870bfb vlan: should take into account needed_headroom by Eric Dumazet · 13 years ago
  64. 4ea09c9 vlan: add support to ndo_fcoe_ddp_target() by Yi Zou · 13 years ago
  65. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  66. 19eb5cc 8021q: vlan device is lockless do not transfer real_num_{tx|rx}_queues by John Fastabend · 14 years ago
  67. 213b15c vlan: remove ndo_select_queue() logic by Eric Dumazet · 14 years ago
  68. 4af429d vlan: lockless transmit path by Eric Dumazet · 14 years ago
  69. e1f2d8c vlan: Fix build warning in vlandev_seq_show() by David S. Miller · 14 years ago
  70. 636e19a net: consolidate 8021q tagging by John Fastabend · 14 years ago
  71. 8f5549f net: remove check for headroom in vlan_dev_create by John Fastabend · 14 years ago
  72. 029f5fc 8021q: set hard_header_len when VLAN offload features are toggled by John Fastabend · 14 years ago
  73. b616b09 vlan: rcu annotations by Eric Dumazet · 14 years ago
  74. 3701e51 vlan: Centralize handling of hardware acceleration. by Jesse Gross · 14 years ago
  75. 65ac6a5 vlan: Avoid hash table lookup to find group. by Jesse Gross · 14 years ago
  76. b738127 vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. by Jesse Gross · 14 years ago
  77. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  78. 21a180c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  79. 173e79f vlan: dont drop packets from unknown vlans in promiscuous mode by Eric Dumazet · 14 years ago
  80. 5df8dbd 8021q: Use netif_copy_real_num_queues() to set queue counts by Ben Hutchings · 14 years ago
  81. af5ef24 vlan: use this_cpu_ptr() in vlan_skb_recv() by Eric Dumazet · 14 years ago
  82. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  83. 8990f46 net: rx_dropped accounting by Eric Dumazet · 14 years ago
  84. 3b27e10 netns: keep vlan slaves on master netns move by David Lamparter · 14 years ago
  85. 72ed62f vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receive by Jiri Pirko · 14 years ago
  86. 40d0802 gro: __napi_gro_receive() optimizations by Eric Dumazet · 14 years ago
  87. 0553212 net: 802.1q: make vlan_hwaccel_do_receive() return void by Changli Gao · 14 years ago
  88. 0ac820e vlan: Match underlying dev carrier on vlan add by Phil Oester · 14 years ago
  89. ad1afb0 vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet) by Pedro Garcia · 14 years ago
  90. 3cfde79 net: Get rid of rtnl_link_stats64 / net_device_stats union by Ben Hutchings · 14 years ago
  91. a204b48 vlan: allow TSO setting on vlan interfaces by Eric Dumazet · 14 years ago
  92. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  93. 9618e2f vlan: 64 bit rx counters by Eric Dumazet · 14 years ago
  94. be1f3c2 net: Enable 64-bit net device statistics on 32-bit architectures by Ben Hutchings · 14 years ago
  95. 597a264 net: deliver skbs on inactive slaves to exact matches by John Fastabend · 14 years ago
  96. 194dbcc net: init_vlan should not copy slave or master flags by John Fastabend · 14 years ago
  97. ccbd6a5 net: Remove unnecessary semicolons after switch statements by Joe Perches · 14 years ago
  98. 2d6c9ff net: congestion notifications are not dropped packets by Eric Dumazet · 14 years ago
  99. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  100. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago