1. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  2. a3f671b if_vlan: Remove VLAN_ETH_ALEN define and the 1 use of it by Joe Perches · 12 years ago
  3. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  4. 348a144 vlan: introduce functions to do mass addition/deletion of vids by another device by Jiri Pirko · 13 years ago
  5. 5b9ea6e vlan: introduce vid list with reference counting by Jiri Pirko · 13 years ago
  6. 87002b0 net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls by Jiri Pirko · 13 years ago
  7. 7da82c0 vlan: rename vlan_dev_info to vlan_dev_priv by Jiri Pirko · 13 years ago
  8. 396cf94 vlan: Move vlan_set_encap_proto() to vlan header file by Pravin B Shelar · 13 years ago
  9. 6a32e4f vlan: allow nested vlan_do_receive() by Eric Dumazet · 13 years ago
  10. 536d1d4 vlan: move vlan_group_[gs]et_device to public header by Jiri Pirko · 13 years ago
  11. ffcf9b7 vlan: kill vlan_gro_frags and vlan_gro_receive by Jiri Pirko · 13 years ago
  12. a4aeb26 vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rx by Jiri Pirko · 13 years ago
  13. 6dacadd vlan: kill vlan_hwaccel_receive_skb by Jiri Pirko · 13 years ago
  14. cec9c13 vlan: introduce __vlan_find_dev_deep() by Jiri Pirko · 13 years ago
  15. f605234 vlan: finish removing vlan_find_dev from public header by Jiri Pirko · 13 years ago
  16. 69ecca8 net: vlan, qlcnic: make vlan_find_dev private by David Lamparter · 13 years ago
  17. 0b5c9db vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check by Jiri Pirko · 13 years ago
  18. 6dcbbe2 net: move is_vlan_dev into public header file (v2) by Neil Horman · 13 years ago
  19. 48752e1 vlan: remove one synchronize_net() call by Eric Dumazet · 13 years ago
  20. 6139e75 net: Missing 'inline' in vlan-disabled vlan_untag() by David S. Miller · 13 years ago
  21. bcc6d47 net: vlan: make non-hw-accel rx path similar to hw-accel by Jiri Pirko · 13 years ago
  22. 0a85df0 vlan: Add function to retrieve EtherType from vlan packets. by Hao Zheng · 14 years ago
  23. 0988c4c vlan: Calling vlan_hwaccel_do_receive() is always valid. by Jesse Gross · 14 years ago
  24. 3701e51 vlan: Centralize handling of hardware acceleration. by Jesse Gross · 14 years ago
  25. 65ac6a5 vlan: Avoid hash table lookup to find group. by Jesse Gross · 14 years ago
  26. b738127 vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. by Jesse Gross · 14 years ago
  27. 0553212 net: 802.1q: make vlan_hwaccel_do_receive() return void by Changli Gao · 14 years ago
  28. 5e75659 vlan: support "loose binding" to the underlying network device by Patrick McHardy · 15 years ago
  29. c7c4b3b gro: Change all receive functions to return GRO result codes by Ben Hutchings · 15 years ago
  30. 63c8099 vlan: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  31. 05423b2 vlan: allow null VLAN ID to be used by Eric Dumazet · 15 years ago
  32. 76620aa gro: New frags interface to avoid copying shinfo by Herbert Xu · 15 years ago
  33. e4dd618 vlan: Update skb->mac_header in __vlan_put_tag(). by Jarek Poplawski · 15 years ago
  34. e1c096e vlan: Add GRO interfaces by Herbert Xu · 16 years ago
  35. 9b22ea5 net: fix packet socket delivery in rx irq handler by Patrick McHardy · 16 years ago
  36. 6aa895b0 vlan: Don't store VLAN tag in cb by Patrick McHardy · 16 years ago
  37. 11a100f vlan: avoid header copying and linearisation where possible by Patrick McHardy · 16 years ago
  38. 9bb8582 vlan: TCI related type and naming cleanups by Patrick McHardy · 16 years ago
  39. df6b6a0 vlan: remove useless struct hlist_node declaration from if_vlan.h by Patrick McHardy · 16 years ago
  40. 22d1ba7 vlan: move struct vlan_dev_info to private header by Patrick McHardy · 16 years ago
  41. 7750f40 vlan: uninline __vlan_hwaccel_rx by Patrick McHardy · 16 years ago
  42. acc81e1 vlan: fix network_header/mac_header adjustments by Patrick McHardy · 16 years ago
  43. 70c03b4 vlan: Add GVRP support by Patrick McHardy · 16 years ago
  44. a9fde26 [VLAN]: Tag vlan_group_device with net device, not ifindex. by Pavel Emelyanov · 16 years ago
  45. 6772718 [VLAN]: Reduce memory consumed by vlan_groups by Pavel Emelyanov · 16 years ago
  46. 1814993 [VLAN]: Constify skb argument to vlan_get_tag() by Patrick McHardy · 16 years ago
  47. 57d3ae8 [VLAN]: Turn __constant_htons into htons where possible by Patrick McHardy · 16 years ago
  48. 9dfebcc [VLAN]: Turn VLAN_DEV_INFO into inline function by Patrick McHardy · 16 years ago
  49. af30151 [VLAN]: Simplify vlan unregistration by Patrick McHardy · 16 years ago
  50. 7bd38d7 [VLAN]: Use dev->stats by Patrick McHardy · 16 years ago
  51. b7a4a83 [VLAN]: Kill useless VLAN_NAME define by Patrick McHardy · 16 years ago
  52. 740c15d [VLAN]: Clean up vlan_hdr/vlan_ethhdr structs by Patrick McHardy · 16 years ago
  53. 476bcea [VLAN]: Remove unnecessary structure declarations by Patrick McHardy · 16 years ago
  54. f0b5a0d [VLAN]: Avoid expensive divides by Eric Dumazet · 17 years ago
  55. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  56. 56addd6 [VLAN]: Use multicast list synchronization helpers by Patrick McHardy · 17 years ago
  57. 6c78dcb [VLAN]: Fix promiscous/allmulti synchronization races by Patrick McHardy · 17 years ago
  58. 8c979c2 [VLAN]: Fix MAC address handling by Patrick McHardy · 17 years ago
  59. a4bf3af4 [VLAN]: Introduce symbolic constants for flag values by Patrick McHardy · 17 years ago
  60. b020cb4 [VLAN]: Keep track of number of QoS mappings by Patrick McHardy · 17 years ago
  61. 734423c [VLAN]: Use 32 bit value for skb->priority mapping by Patrick McHardy · 17 years ago
  62. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  63. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  64. 5c15bde [VLAN]: Avoid a 4-order allocation. by Dan Aloni · 17 years ago
  65. d136fe7 [PATCH] Finish annotations of struct vlan_ethhdr by Alexey Dobriyan · 19 years ago
  66. 7ea49ed [VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path. by David S. Miller · 18 years ago
  67. 0610d11 [VLAN]: __vlan_hwaccel_rx can use the faster ether_compare_addr by Stephen Hemminger · 18 years ago
  68. 3c3f8f2 [8021Q]: Add endian annotations. by Alexey Dobriyan · 19 years ago
  69. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  70. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago