1. 28f9ee2 vlan: Do not put vlan headers back on bridge and macvlan ports by Vlad Yasevich · 9 years ago
  2. 74f2d19c vlan: Invoke driver vlan hooks only if device is present by Padmanabh Ratnakar · 9 years ago
  3. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 9 years ago
  4. 0d5501c net: Always untag vlan-tagged traffic on input. by Vlad Yasevich · 10 years ago
  5. 916c168 8021q: fix a potential memory leak by Li RongQing · 10 years ago
  6. f06c7f9 vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu() by dingtianhong · 10 years ago
  7. 71e415e vlan: make a new function vlan_dev_vlan_proto() and export by dingtianhong · 10 years ago
  8. be14cc9 vlan: use use ether_addr_equal_64bits to instead of ether_addr_equal by dingtianhong · 10 years ago
  9. 375f67d vlan: slight optimization for vlan_do_receive() by dingtianhong · 10 years ago
  10. 0369722 vlan: make vlan_dev_real_dev work over stacked vlans by nikolay@redhat.com · 11 years ago
  11. d4b812d vlan: mask vlan prio bits by Eric Dumazet · 11 years ago
  12. cf2c014 net: vlan: fix memory leak in vlan_info_rcu_free() by Patrick McHardy · 11 years ago
  13. 8ad227f net: vlan: add 802.1ad support by Patrick McHardy · 11 years ago
  14. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  15. 1fd9b1f net: vlan: prepare for 802.1ad support by Patrick McHardy · 11 years ago
  16. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago
  17. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  18. 7885198 bridge: Implement vlan ingress/egress policy with PVID. by Vlad Yasevich · 11 years ago
  19. d2ed273 net: disallow drivers with buggy VLAN accel to register_netdevice() by Michał Mirosław · 11 years ago
  20. 1cdfd72 vlan: remove usage of dev->master in __vlan_find_dev_deep() by Jiri Pirko · 11 years ago
  21. 55462cf vlan: fix bond/team enslave of vlan challenged slave/port by Jiri Pirko · 12 years ago
  22. 48cc32d3 vlan: don't deliver frames for unknown vlans to protocols by Florian Zumbiehl · 12 years ago
  23. 5316cf9 8021q: fix mac_len recomputation in vlan_untag() by Antonio Quartulli · 12 years ago
  24. 9b361c1 vlan: add helper which can be called to see if device is used by vlan by Jiri Pirko · 12 years ago
  25. 53a2b3a 8021q: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  26. f9586f7 vlan: add rtnl_dereference() annotations by Dan Carpenter · 12 years ago
  27. 348a144 vlan: introduce functions to do mass addition/deletion of vids by another device by Jiri Pirko · 12 years ago
  28. 5b9ea6e vlan: introduce vid list with reference counting by Jiri Pirko · 12 years ago
  29. 87002b0 net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls by Jiri Pirko · 12 years ago
  30. 7da82c0 vlan: rename vlan_dev_info to vlan_dev_priv by Jiri Pirko · 12 years ago
  31. 396cf94 vlan: Move vlan_set_encap_proto() to vlan header file by Pravin B Shelar · 13 years ago
  32. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  33. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  34. 6a32e4f vlan: allow nested vlan_do_receive() by Eric Dumazet · 13 years ago
  35. c5114cd vlan: reset headers on accel emulation path by Jiri Pirko · 13 years ago
  36. ffcf9b7 vlan: kill vlan_gro_frags and vlan_gro_receive by Jiri Pirko · 13 years ago
  37. a4aeb26 vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rx by Jiri Pirko · 13 years ago
  38. cec9c13 vlan: introduce __vlan_find_dev_deep() by Jiri Pirko · 13 years ago
  39. 0b5c9db vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check by Jiri Pirko · 13 years ago
  40. bcc6d47 net: vlan: make non-hw-accel rx path similar to hw-accel by Jiri Pirko · 13 years ago
  41. 4af429d vlan: lockless transmit path by Eric Dumazet · 14 years ago
  42. 3701e51 vlan: Centralize handling of hardware acceleration. by Jesse Gross · 14 years ago
  43. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  44. 21a180c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  45. 173e79f vlan: dont drop packets from unknown vlans in promiscuous mode by Eric Dumazet · 14 years ago
  46. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  47. 72ed62f vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receive by Jiri Pirko · 14 years ago
  48. 40d0802 gro: __napi_gro_receive() optimizations by Eric Dumazet · 14 years ago
  49. 0553212 net: 802.1q: make vlan_hwaccel_do_receive() return void by Changli Gao · 14 years ago
  50. ad1afb0 vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet) by Pedro Garcia · 14 years ago
  51. 9618e2f vlan: 64 bit rx counters by Eric Dumazet · 14 years ago
  52. 597a264 net: deliver skbs on inactive slaves to exact matches by John Fastabend · 14 years ago
  53. ccbd6a5 net: Remove unnecessary semicolons after switch statements by Joe Perches · 14 years ago
  54. 0641e4f net: Potential null skb->dev dereference by Eric Dumazet · 14 years ago
  55. 1f3c880 bonding: allow arp_ip_targets on separate vlans to use arp validation by Andy Gospodarek · 14 years ago
  56. 9793241 vlan: Precise RX stats accounting by Eric Dumazet · 15 years ago
  57. b93ab83 vlan: Use __vlan_hwaccel_put_tag() in rx by Eric Dumazet · 15 years ago
  58. c7c4b3b gro: Change all receive functions to return GRO result codes by Ben Hutchings · 15 years ago
  59. 5b252f0 gro: Name the GRO result enumeration type by Ben Hutchings · 15 years ago
  60. a54bfa4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  61. 76620aa gro: New frags interface to avoid copying shinfo by Herbert Xu · 15 years ago
  62. 1db9e29 gro: Normalise skb before bypassing GRO on netpoll VLAN path by Herbert Xu · 15 years ago
  63. 2ffb455 gro: Fix vlan/netpoll check again by Herbert Xu · 15 years ago
  64. d1c76af GRO: Move netpoll checks to correct location by Herbert Xu · 15 years ago
  65. aa4abc9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  66. 4ead443 netpoll: Add drop checks to all entry points by Herbert Xu · 15 years ago
  67. aa4b9f5 gro: Optimise Ethernet header comparison by Herbert Xu · 15 years ago
  68. 8691173 gro: Avoid copying headers of unmerged packets by Herbert Xu · 15 years ago
  69. 5d0d9be gro: Move common completion code into helpers by Herbert Xu · 15 years ago
  70. 116cb42 vlan: Export symbols as non GPL symbols. by Ben Greear · 15 years ago
  71. e1c096e vlan: Add GRO interfaces by Herbert Xu · 15 years ago
  72. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  73. 9b22ea5 net: fix packet socket delivery in rx irq handler by Patrick McHardy · 16 years ago
  74. d2ad3ca net/: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  75. bc1d041 vlan: deliver packets received with VLAN acceleration to network taps by Patrick McHardy · 16 years ago
  76. 9bb8582 vlan: TCI related type and naming cleanups by Patrick McHardy · 16 years ago
  77. 22d1ba7 vlan: move struct vlan_dev_info to private header by Patrick McHardy · 16 years ago
  78. 7750f40 vlan: uninline __vlan_hwaccel_rx by Patrick McHardy · 16 years ago