1. 520ac30 net_sched: drop packets after root qdisc lock is released by Eric Dumazet · 8 years ago
  2. d8b9605 net: sched: fix skb->protocol use in case of accelerated vlan path by Jiri Pirko · 9 years ago
  3. ddcde70 net: sched: sch_teql: Remove unused function by Rickard Strandqvist · 9 years ago
  4. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  5. 46e5da4 net: qdisc: use rcu prefix and silence sparse warnings by John Fastabend · 10 years ago
  6. fa2dbdc net: Pass a "more" indication down into netdev_start_xmit() code paths. by David S. Miller · 10 years ago
  7. 10b3ad8 net: Do txq_trans_update() in netdev_start_xmit() by David S. Miller · 10 years ago
  8. 4798248 net: Add ops->ndo_xmit_flush() by David S. Miller · 10 years ago
  9. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  10. dbedbe6d sch_teql: Convert over to dev_neigh_lookup_skb(). by David S. Miller · 12 years ago
  11. 1704575 net: sched: factorize code (qdisc_drop()) by Eric Dumazet · 12 years ago
  12. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 12 years ago
  13. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  14. f7e5704 sch_teql: fix lockdep splat by Eric Dumazet · 12 years ago
  15. 73466498 net: Add queue state xoff flag for stack by Tom Herbert · 12 years ago
  16. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  17. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  18. 9190b3b net_sched: accurate bytes/packets stats/rates by Eric Dumazet · 13 years ago
  19. cc7ec45 net_sched: cleanups by Eric Dumazet · 13 years ago
  20. 1ac9ad1 net: remove dev_txq_stats_fold() by Eric Dumazet · 13 years ago
  21. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 13 years ago
  22. 5a0d226 net: add netif_tx_queue_frozen_or_stopped by Eric Dumazet · 13 years ago
  23. 0ed8ddf neigh: Protect neigh->ha[] with a seqlock by Eric Dumazet · 14 years ago
  24. 9871e50 net: Use NET_XMIT_SUCCESS where possible. by Ben Greear · 14 years ago
  25. fa68a78 Clear IFF_XMIT_DST_RELEASE for teql interfaces by Tom Hughes · 14 years ago
  26. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  27. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 14 years ago
  28. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  29. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  30. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  31. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  32. 08baf56 net: txq_trans_update() helper by Eric Dumazet · 15 years ago
  33. ab35cd4 sch_teql: Use net_device internal stats by Eric Dumazet · 15 years ago
  34. c0f84d0 sch_teql: should not dereference skb after ndo_start_xmit() by Eric Dumazet · 15 years ago
  35. 61294e2 sch_teql: convert to net_device_ops by Stephen Hemminger · 15 years ago
  36. f30ab41 pkt_sched: Remove qdisc->ops->requeue() etc. by Jarek Poplawski · 16 years ago
  37. 8e3af97 pkt_sched: Add qdisc->ops->peek() implementation. by Jarek Poplawski · 16 years ago
  38. 102396a pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock() by Jarek Poplawski · 16 years ago
  39. c3f26a2 netdev: Fix lockdep warnings in multiqueue configurations. by David S. Miller · 16 years ago
  40. 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
  41. 8387400 pkt_sched: Kill netdev_queue lock. by David S. Miller · 16 years ago
  42. fd2ea0a net: Use queue aware tests throughout. by David S. Miller · 16 years ago
  43. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  44. b0e1e64 netdev: Move rest of qdisc state into struct netdev_queue by David S. Miller · 16 years ago
  45. dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 16 years ago
  46. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 16 years ago
  47. cc8fd14 [PKT_SCHED] sch_teql.c: Duplicate IFF_BROADCAST in FMASK, remove 2nd. by Roel Kluin · 16 years ago
  48. 1e90474 [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API by Patrick McHardy · 16 years ago
  49. 4f9f831 [PKT_SCHED]: Fix OOPS when removing devices from a teql queuing discipline by Evgeniy Polyakov · 17 years ago
  50. 668f895 [NET]: Hide the queue_mapping field inside netif_subqueue_stopped by Pavel Emelyanov · 17 years ago
  51. 4e3ab47 [NET]: Make and use skb_get_queue_mapping by Pavel Emelyanov · 17 years ago
  52. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  53. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  54. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  55. 0ba4805 [NET_SCHED]: Remove unnecessary includes by Patrick McHardy · 17 years ago
  56. f25f4e4 [CORE] Stack changes to add multiqueue hardware support API by Peter P Waskiewicz Jr · 17 years ago
  57. 4cd8c9e [NET_SCHED]: teql_enqueue can check limits before skb enqueue by Krishna Kumar · 17 years ago
  58. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 17 years ago
  59. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  60. 10297b9 [NET] SCHED: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  61. 932ff27 [NET]: Add netif_tx_lock by Herbert Xu · 18 years ago
  62. 2941a48 [NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv by Patrick McHardy · 18 years ago
  63. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 18 years ago
  64. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago