1. 7d94579 ifb: support more features by Eric Dumazet · 8 years ago
  2. 9e29e21a ifb: add multiqueue operation by Eric Dumazet · 9 years ago
  3. f40ae91 act_mirred: Fix bogus header when redirecting from VLAN by Herbert Xu · 9 years ago
  4. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  5. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  6. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  7. 8dd6e14 ifb: Remove vlan acceleration from vlan_features by Vlad Yasevich · 10 years ago
  8. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  9. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  10. f2966cd ifb: fix oops when loading the ifb failed by dingtianhong · 11 years ago
  11. 440d57b ifb: fix rcu_sched self-detected stalls by dingtianhong · 11 years ago
  12. 28d2b13 net: vlan: announce STAG offload capability in some drivers by Patrick McHardy · 11 years ago
  13. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  14. 73bf0d0 ifb: dont hard code inet_net use by Eric Dumazet · 11 years ago
  15. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 12 years ago
  16. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  17. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  18. 3b0c9cb ifb: convert to 64 bit stats by stephen hemminger · 13 years ago
  19. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  20. 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 13 years ago
  21. 3998029 ifb: add performance flags by Eric Dumazet · 13 years ago
  22. 1a75972 ifb: use netif_receive_skb() instead of netif_rx() by Eric Dumazet · 13 years ago
  23. 7edc345 ifb: fix a lockdep splat by Eric Dumazet · 13 years ago
  24. 957fca9 ifb: use the lockless variants of skb_queue by Changli Gao · 13 years ago
  25. c635036 ifb: remove unused macro TX_TIMEOUT by Changli Gao · 13 years ago
  26. e1f9150 ifb: remove the useless debug stats by Changli Gao · 13 years ago
  27. 75c1c82 ifb: goto resched directly if error happens and dp->tq isn't empty by Changli Gao · 13 years ago
  28. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  29. 8964be4 net: rename skb->iif to skb->skb_iif by Eric Dumazet · 15 years ago
  30. 05e8689 ifb: RCU locking avoids touching dev refcount by Eric Dumazet · 15 years ago
  31. db51914 ifb: should not use __dev_get_by_index() without locks by Eric Dumazet · 15 years ago
  32. 424efe9 netdev: convert pseudo drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  33. ec634fe net: convert remaining non-symbolic return values in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  34. 93f154b net: release dst entry in dev_hard_start_xmit() by Eric Dumazet · 15 years ago
  35. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  36. 8dfcdf3 ifb: convert to net_device_ops by Stephen Hemminger · 16 years ago
  37. c3f26a2 netdev: Fix lockdep warnings in multiqueue configurations. by David S. Miller · 16 years ago
  38. 8387400 pkt_sched: Kill netdev_queue lock. by David S. Miller · 16 years ago
  39. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  40. 555353c netdev: The ingress_lock member is no longer needed. by David S. Miller · 16 years ago
  41. dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 16 years ago
  42. 94833df [NET] ifb: set separate lockdep classes for queue locks by Jarek Poplawski · 16 years ago
  43. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  44. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  45. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  46. 0e06877 [RTNETLINK]: rtnl_link: allow specifying initial device address by Patrick McHardy · 17 years ago
  47. 2d85cba [RTNETLINK]: rtnl_link API simplification by Patrick McHardy · 17 years ago
  48. 9ba2cd6 [IFB]: Use rtnl_link API by Patrick McHardy · 17 years ago
  49. 62b7ffc [IFB]: Keep ifb devices on list by Patrick McHardy · 17 years ago
  50. c01003c [IFB]: Fix crash on input device removal by Patrick McHardy · 17 years ago
  51. bcdddfb Revert "net: ifb error path loop fix" by Linus Torvalds · 17 years ago
  52. 0c0b3ae net: ifb error path loop fix by Mariusz Kozlowski · 17 years ago
  53. 3136dcb [NET]: ifb double-counts packets by dean gaudet · 17 years ago
  54. 8057de6 [PATCH] pr_debug: ifb: replace missing comma to separate pr_debug arguments by Zach Brown · 18 years ago
  55. 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
  56. 4a9c74e [IFB] After ifb_init_one() failed, i is increased. Decrease by Nicolas Dichtel · 18 years ago
  57. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  58. 932ff27 [NET]: Add netif_tx_lock by Herbert Xu · 18 years ago
  59. 35eaa31 [NET]: Increase default IFB device count. by Richard Lucassen · 18 years ago
  60. 253af42 [NET]: Add IFB (Intermediate Functional Block) network device. by Jamal Hadi Salim · 18 years ago