1. 9b0c290 fib: introduce fib_alias_accessed() helper by Eric Dumazet · 14 years ago
  2. 7b5edbc net/sched: fix missing spinlock init by Eric Dumazet · 14 years ago
  3. 0d79641 ipvs: provide address family for debugging by Julian Anastasov · 14 years ago
  4. 3233759 ipvs: inherit forwarding method in backup by Julian Anastasov · 14 years ago
  5. cb59155 ipvs: changes for local client by Julian Anastasov · 14 years ago
  6. fc60476 ipvs: changes for local real server by Julian Anastasov · 14 years ago
  7. f5a4184 ipvs: move ip_route_me_harder for ICMP by Julian Anastasov · 14 years ago
  8. 1ca5bb5 ipvs: create ip_vs_defrag_user by Julian Anastasov · 14 years ago
  9. 4256f1a ipvs: fix CHECKSUM_PARTIAL for TUN method by Julian Anastasov · 14 years ago
  10. 489fded ipvs: stop ICMP from FORWARD to local by Julian Anastasov · 14 years ago
  11. 190ecd2 ipvs: do not schedule conns from real servers by Julian Anastasov · 14 years ago
  12. cf356d6 ipvs: switch to notrack mode by Julian Anastasov · 14 years ago
  13. 8b27b10 ipvs: optimize checksums for apps by Julian Anastasov · 14 years ago
  14. 5bc9068 ipvs: fix CHECKSUM_PARTIAL for TCP, UDP by Julian Anastasov · 14 years ago
  15. 361ff8a bridge: Add support for TX vlan offload. by Jesse Gross · 14 years ago
  16. d5dbda2 ethtool: Add support for vlan accleration. by Jesse Gross · 14 years ago
  17. 3701e51 vlan: Centralize handling of hardware acceleration. by Jesse Gross · 14 years ago
  18. 65ac6a5 vlan: Avoid hash table lookup to find group. by Jesse Gross · 14 years ago
  19. 7b9c609 vlan: Enable software emulation for vlan accleration. by Jesse Gross · 14 years ago
  20. b738127 vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. by Jesse Gross · 14 years ago
  21. 1393791 ebtables: Allow filtering of hardware accelerated vlan frames. by Jesse Gross · 14 years ago
  22. 4993e0d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by David S. Miller · 14 years ago
  23. ff660c8 secmark: fix config problem when CONFIG_NF_CONNTRACK_SECMARK is not set by Eric Paris · 14 years ago
  24. 1ae4de0 secmark: export secctx, drop secmark in procfs by Eric Paris · 14 years ago
  25. 1cc6324 conntrack: export lsm context rather than internal secid via netlink by Eric Paris · 14 years ago
  26. 2606fd1 secmark: make secmark object handling generic by Eric Paris · 14 years ago
  27. 15714f7 secmark: do not return early if there was no error by Eric Paris · 14 years ago
  28. 240634e ceph: fix num_pages_free accounting in pagelist by Sage Weil · 14 years ago
  29. 010e3b4 ceph: don't crash when passed bad mount options by Yehuda Sadeh · 14 years ago
  30. ac0b74d ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursor by Greg Farnum · 14 years ago
  31. 602adf4 rbd: introduce rados block device (rbd), based on libceph by Yehuda Sadeh · 14 years ago
  32. 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 14 years ago
  33. 27b75c9 net: avoid RCU for NOCACHE dst by Eric Dumazet · 14 years ago
  34. e648493 net: allocate tx queues in register_netdevice by Tom Herbert · 14 years ago
  35. bd25fa7 net: cleanups in RX queue allocation by Tom Herbert · 14 years ago
  36. 55513fb net: fail alloc_netdev_mq if queue count < 1 by Tom Herbert · 14 years ago
  37. 5eeaa2d Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  38. c5e90f5 phonet: remove the unused variable pn by Changli Gao · 14 years ago
  39. f13d493 netpoll: Revert napi_poll fix for bonding driver by Neil Horman · 14 years ago
  40. d86bef7 Fixed race condition at ip_vs.ko module init. by Eduardo Blanco · 14 years ago
  41. 8f3a6de sunrpc: Turn list_for_each-s into the ..._entry-s by Pavel Emelyanov · 14 years ago
  42. 50fa0d4 sunrpc: Remove dead "else" branch from bc xprt creation by Pavel Emelyanov · 14 years ago
  43. c636b57 sunrpc: Don't return NULL from rpcb_create by Pavel Emelyanov · 14 years ago
  44. f10fef3 sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprt by Pavel Emelyanov · 14 years ago
  45. 8c14ff2 sunrpc: Remove UDP worker wrappers by Pavel Emelyanov · 14 years ago
  46. cdd518d sunrpc: Remove TCP worker wrappers by Pavel Emelyanov · 14 years ago
  47. 7dfe1fc sunrpc: Pass family to setup_socket calls by Pavel Emelyanov · 14 years ago
  48. 6bc9638 sunrpc: Merge xs_create_sock code by Pavel Emelyanov · 14 years ago
  49. beb59b6 sunrpc: Merge the xs_bind code by Pavel Emelyanov · 14 years ago
  50. 573018c sunrpc: Call xs_create_sockX directly from setup_socket by Pavel Emelyanov · 14 years ago
  51. 22d44a7 sunrpc: Factor out v6 sockets creation by Pavel Emelyanov · 14 years ago
  52. 22f7932 sunrpc: Factor out v4 sockets creation by Pavel Emelyanov · 14 years ago
  53. b65c031 sunrpc: Factor out udp sockets creation by Pavel Emelyanov · 14 years ago
  54. 58dddac sunrpc: Remove duplicate xprt/transport arguments from calls by Pavel Emelyanov · 14 years ago
  55. a9f5f0f sunrpc: Get xprt pointer once in xs_tcp_setup_socket by Pavel Emelyanov · 14 years ago
  56. baaf4e4 sunrpc: Remove unused sock arg from xs_next_srcport by Pavel Emelyanov · 14 years ago
  57. 5d4ec93 sunrpc: Remove unused sock arg from xs_get_srcport by Pavel Emelyanov · 14 years ago
  58. 8723e1b inet: RCU changes in inetdev_by_index() by Eric Dumazet · 14 years ago
  59. 9e917dc net: avoid a dev refcount in ip_mc_find_dev() by Eric Dumazet · 14 years ago
  60. a6f8dbc sunrpc: remove the big kernel lock by Arnd Bergmann · 14 years ago
  61. 714f095 ipvs: IPv6 tunnel mode by Hans Schillstrom · 14 years ago
  62. ebbf41d netfilter: ctnetlink: add expectation deletion events by Pablo Neira Ayuso · 14 years ago
  63. 4a84386 svcrdma: Cleanup DMA unmapping in error paths. by Tom Tucker · 14 years ago
  64. b432e6b svcrdma: Change DMA mapping logic to avoid the page_address kernel API by Tom Tucker · 14 years ago
  65. 75e1056 sched: Fix softirq time accounting by Venkatesh Pallipadi · 14 years ago
  66. 990c3d6 bonding: Fix napi poll for bonding driver by Neil Horman · 14 years ago
  67. c2355e1 bonding: Fix bonding drivers improper modification of netpoll structure by Neil Horman · 14 years ago
  68. 27a954b IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast() by Andy Walls · 14 years ago
  69. 76b6717 netfilter: fix kconfig unmet dependency warning by Randy Dunlap · 14 years ago
  70. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  71. ccc901e tipc: Simplify bearer shutdown logic by Allan Stephens · 14 years ago
  72. 724829b tipc: Kill tipc_get_mode() completely. by David S. Miller · 14 years ago
  73. d793fe8 Bluetooth: fix oops in l2cap_connect_req by Nathan Holstein · 14 years ago
  74. 19f5725 fib_hash: RCU conversion phase 2 by Eric Dumazet · 14 years ago
  75. 117a8cd fib_hash: RCU conversion phase 1 by Eric Dumazet · 14 years ago
  76. 9bef83e fib_hash: embed initial hash table in fn_zone by Eric Dumazet · 14 years ago
  77. c60ce4e tcp: use correct counters in CA_CWR state too by Ilpo Järvinen · 14 years ago
  78. 1fdb936 tcp: sack lost marking fixes by Ilpo Järvinen · 14 years ago
  79. 31e3c3f tipc: cleanup function namespace by stephen hemminger · 14 years ago
  80. 10da66f fib: avoid false sharing on fib_table_hash by Eric Dumazet · 14 years ago
  81. 874ffa8 fib_trie: use fls() instead of open coded loop by Eric Dumazet · 14 years ago
  82. a0a4a85 fib: remove a useless synchronize_rcu() call by Eric Dumazet · 14 years ago
  83. 2c1c000 fib6: use FIB_LOOKUP_NOREF in fib6_rule_lookup() by Eric Dumazet · 14 years ago
  84. 564824b net: allocate skbs on local node by Eric Dumazet · 14 years ago
  85. c64557d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  86. 1a63c35 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 into for-davem by John W. Linville · 14 years ago
  87. 9ebad4a radiotap: fix vendor namespace parsing by Johannes Berg · 14 years ago
  88. 799c1055 De-pessimize rds_page_copy_user by Linus Torvalds · 14 years ago
  89. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  90. b3d6255 Phonet: 'connect' socket implementation for Pipe controller by Kumar Sanghvi · 14 years ago
  91. 7368ddf tipc: clean out all instances of #if 0'd unused code by Paul Gortmaker · 14 years ago
  92. e4b5595 mac80211: fix SMPS request by Johannes Berg · 14 years ago
  93. 7be5086 mac80211: add probe request filter flag by Johannes Berg · 14 years ago
  94. 271733c cfg80211: notify drivers about frame registrations by Johannes Berg · 14 years ago
  95. a91fd26 IPVS: ip_vs_dbg_callid() is only needed for debugging by Simon Horman · 14 years ago
  96. 243bf6e netfilter: xtables: resolve indirect macros 3/3 by Jan Engelhardt · 14 years ago
  97. 87a2e70d netfilter: xtables: resolve indirect macros 2/3 by Jan Engelhardt · 14 years ago
  98. 12b00c2 netfilter: xtables: resolve indirect macros 1/3 by Jan Engelhardt · 14 years ago
  99. cfd8e12 wireless: Print wiphy name in sysfs. by Ben Greear · 14 years ago
  100. 29b4433 net: percpu net_device refcount by Eric Dumazet · 14 years ago