1. 244e6c2 pkt_sched: gen_estimator: Optimize gen_estimator_active() by Jarek Poplawski · 16 years ago
  2. dd24c00 net: Use a percpu_counter for orphan_count by Eric Dumazet · 16 years ago
  3. 1748376 net: Use a percpu_counter for sockets_allocated by Eric Dumazet · 16 years ago
  4. c1b5687 tc: policing requires a rate estimator by Stephen Hemminger · 16 years ago
  5. b27aead netns xfrm: per-netns sysctls by Alexey Dobriyan · 16 years ago
  6. c68cd1a netns xfrm: /proc/net/xfrm_stat in netns by Alexey Dobriyan · 16 years ago
  7. 59c9940 netns xfrm: per-netns MIBs by Alexey Dobriyan · 16 years ago
  8. fbda33b netns xfrm: ->get_saddr in netns by Alexey Dobriyan · 16 years ago
  9. c5b3cf4 netns xfrm: ->dst_lookup in netns by Alexey Dobriyan · 16 years ago
  10. db983c1 netns xfrm: KM reporting in netns by Alexey Dobriyan · 16 years ago
  11. 7067802 netns xfrm: pass netns with KM notifications by Alexey Dobriyan · 16 years ago
  12. a6483b7 netns xfrm: per-netns NETLINK_XFRM socket by Alexey Dobriyan · 16 years ago
  13. ddcfd79 netns xfrm: dst garbage-collecting in netns by Alexey Dobriyan · 16 years ago
  14. 99a6665 netns xfrm: xfrm_route_forward() in netns by Alexey Dobriyan · 16 years ago
  15. f6e1e25 netns xfrm: xfrm_policy_check in netns by Alexey Dobriyan · 16 years ago
  16. 52479b6 netns xfrm: lookup in netns by Alexey Dobriyan · 16 years ago
  17. cdcbca7 netns xfrm: policy walking in netns by Alexey Dobriyan · 16 years ago
  18. 8d1211a netns xfrm: finding policy in netns by Alexey Dobriyan · 16 years ago
  19. 33ffbbd netns xfrm: policy flushing in netns by Alexey Dobriyan · 16 years ago
  20. 284fa7d netns xfrm: state walking in netns by Alexey Dobriyan · 16 years ago
  21. 5447c5e netns xfrm: finding states in netns by Alexey Dobriyan · 16 years ago
  22. 221df1e netns xfrm: state lookup in netns by Alexey Dobriyan · 16 years ago
  23. 0e60245 netns xfrm: state flush in netns by Alexey Dobriyan · 16 years ago
  24. 66caf62 netns xfrm: per-netns policy hash resizing work by Alexey Dobriyan · 16 years ago
  25. dc2caba netns xfrm: per-netns policy counts by Alexey Dobriyan · 16 years ago
  26. a35f6c5 netns xfrm: per-netns xfrm_policy_bydst hash by Alexey Dobriyan · 16 years ago
  27. 8b18f8e netns xfrm: per-netns inexact policies by Alexey Dobriyan · 16 years ago
  28. 8100bea netns xfrm: per-netns xfrm_policy_byidx hashmask by Alexey Dobriyan · 16 years ago
  29. 93b851c netns xfrm: per-netns xfrm_policy_byidx hash by Alexey Dobriyan · 16 years ago
  30. adfcf0b netns xfrm: per-netns policy list by Alexey Dobriyan · 16 years ago
  31. 0331b1f netns xfrm: add struct xfrm_policy::xp_net by Alexey Dobriyan · 16 years ago
  32. 50a3065 netns xfrm: per-netns km_waitq by Alexey Dobriyan · 16 years ago
  33. c783714 netns xfrm: per-netns state GC work by Alexey Dobriyan · 16 years ago
  34. b8a0ae2 netns xfrm: per-netns state GC list by Alexey Dobriyan · 16 years ago
  35. 6308273 netns xfrm: per-netns xfrm_hash_work by Alexey Dobriyan · 16 years ago
  36. 0bf7c5b netns xfrm: per-netns xfrm_state counts by Alexey Dobriyan · 16 years ago
  37. 529983e netns xfrm: per-netns xfrm_state_hmask by Alexey Dobriyan · 16 years ago
  38. b754a4f netns xfrm: per-netns xfrm_state_byspi hash by Alexey Dobriyan · 16 years ago
  39. d320bbb netns xfrm: per-netns xfrm_state_bysrc hash by Alexey Dobriyan · 16 years ago
  40. 73d189d netns xfrm: per-netns xfrm_state_bydst hash by Alexey Dobriyan · 16 years ago
  41. 9d4139c netns xfrm: per-netns xfrm_state_all list by Alexey Dobriyan · 16 years ago
  42. 673c09b netns xfrm: add struct xfrm_state::xs_net by Alexey Dobriyan · 16 years ago
  43. d62ddc2 netns xfrm: add netns boilerplate by Alexey Dobriyan · 16 years ago
  44. 8eecaba tcp: tcp_limit_reno_sacked can become static by Ilpo Järvinen · 16 years ago
  45. 7a6b6f5 DCB: fix kconfig option by Jeff Kirsher · 16 years ago
  46. 47fd5b8 netdev: add HAVE_NET_DEVICE_OPS by Stephen Hemminger · 16 years ago
  47. 111cc8b tcp: add some mibs to track collapsing by Ilpo Järvinen · 16 years ago
  48. 832d11c tcp: Try to restore large SKBs while SACK processing by Ilpo Järvinen · 16 years ago
  49. e1aa680 tcp: move tcp_simple_retransmit to tcp_input by Ilpo Järvinen · 16 years ago
  50. 2e77d89 net: avoid a pair of dst_hold()/dst_release() in ip_append_data() by Eric Dumazet · 16 years ago
  51. 1f87e23 eth: Declare an optimized compare_ether_addr_64bits() function by Eric Dumazet · 16 years ago
  52. c25eb3b net: Convert TCP/DCCP listening hash tables to use RCU by Eric Dumazet · 16 years ago
  53. b20a9c2 dccp: Set per-connection CCIDs via socket options by Gerrit Renker · 16 years ago
  54. 7236470 WAN: syncppp.c is no longer used by any kernel code. Remove it. by Krzysztof Hałasa · 16 years ago
  55. 6c0bce3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  56. 2baf8a2 netdevice hdlc: Convert directly reference of netdev->priv by Wang Chen · 16 years ago
  57. f757fec net: use net_eq() in INET_MATCH and INET_TW_MATCH by Eric Dumazet · 16 years ago
  58. a1eb5fe wireless: missing include in lib80211.h by Rami Rosen · 16 years ago
  59. 6272710 mac80211: add explicit padding in struct ieee80211_tx_info by John W. Linville · 16 years ago
  60. 2ba4b32 lib80211: consolidate crypt init routines by John W. Linville · 16 years ago
  61. 274bfb8 lib80211: absorb crypto bits from net/ieee80211 by John W. Linville · 16 years ago
  62. 0ed94ea mac80211: remove more excess kernel-doc by Randy Dunlap · 16 years ago
  63. 4821277 mac80211: fix BUILD_BUG_ON() caused by misalignment on arm by Felix Fietkau · 16 years ago
  64. 859ee3c DCB: Add support for DCB BCN by Alexander Duyck · 16 years ago
  65. 0eb3aa9 DCB: Add interface to query the state of PFC feature. by Alexander Duyck · 16 years ago
  66. 33dbabc DCB: Add interface to query # of TCs supported by device by Alexander Duyck · 16 years ago
  67. 4613218 DCB: Add interface to query for the DCB capabilities of an device. by Alexander Duyck · 16 years ago
  68. 2f90b86 ixgbe: this patch adds support for DCB to the kernel and ixgbe driver by Alexander Duyck · 16 years ago
  69. 9db66bd net: convert TCP/DCCP ehash rwlocks to spinlocks by Eric Dumazet · 16 years ago
  70. 748ff68 hippi: convert driver to net_device_ops by Stephen Hemminger · 16 years ago
  71. 145186a fddi: convert to new network device ops by Stephen Hemminger · 16 years ago
  72. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  73. 6ab33d5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  74. 4dd61d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  75. 13d2a1d pkt_sched: add DRR scheduler by Patrick McHardy · 16 years ago
  76. 0c19b0a netlink: avoid memset of 0 bytes sparse warning by Patrick McHardy · 16 years ago
  77. f7f65d1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  78. d214c75 filter: add SKF_AD_NLATTR_NEST to look for nested attributes by Pablo Neira Ayuso · 16 years ago
  79. 5caea4e net: listening_hash get a spinlock per bucket by Eric Dumazet · 16 years ago
  80. ccad637 netdev: expose ethernet address primitives by Stephen Hemminger · 16 years ago
  81. eeda3fd netdev: introduce dev_get_stats() by Stephen Hemminger · 16 years ago
  82. d314774 netdev: network device operations infrastructure by Stephen Hemminger · 16 years ago
  83. 4f7dbc7 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  84. f481891 cpuset: update top cpuset's mems after adding a node by Miao Xie · 16 years ago
  85. de11def reintroduce accept4 by Ulrich Drepper · 16 years ago
  86. 07f0757 include/net net/ - csum_partial - remove unnecessary casts by Joe Perches · 16 years ago
  87. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  88. 8e3bad6 mac80211: remove ieee80211_notify_mac by Johannes Berg · 16 years ago
  89. 7f0f598 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  90. 72b51a6 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  91. 73f56c0 Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 16 years ago
  92. ba32929 block: make add_partition() return pointer to hd_struct by Tejun Heo · 16 years ago
  93. 847e917 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  94. 4d24b52 ematch: simpler tcf_em_unregister() by Alexey Dobriyan · 16 years ago
  95. dd9c0e3 dccp: Deprecate Ack Ratio sysctl by Gerrit Renker · 16 years ago
  96. 2945055 dccp: Feature negotiation for minimum-checksum-coverage by Gerrit Renker · 16 years ago
  97. 49aebc6 dccp: Deprecate old setsockopt framework by Gerrit Renker · 16 years ago
  98. 3f2c31d virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation) by Mark McLoughlin · 16 years ago
  99. 5635c10 net: make sure struct dst_entry refcount is aligned on 64 bytes by Eric Dumazet · 16 years ago
  100. 3ab5aee net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls by Eric Dumazet · 16 years ago