1. 1f4f0f6 dccp: Kill dead code and add static markers. by stephen hemminger · 14 years ago
  2. 10e7e9c sundance: Drop legacy _COMPAT_WITH_OLD_KERNEL includes by Denis Kirjanov · 14 years ago
  3. 9c6d5e5 TCP: Fix setting of snd_ssthresh in tcp_mtu_probe_success by John Heffner · 14 years ago
  4. 69259ab Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  5. 12e9447 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 14 years ago
  6. dd53df2 bonding: add Speed/Duplex information to /proc/net/bonding/bond by Krzysztof Oledzki · 14 years ago
  7. 767e97e neigh: RCU conversion of struct neighbour by Eric Dumazet · 14 years ago
  8. 546add7 bonding: reread information about speed and duplex when interface goes up by Krzysztof Piotr Oledzki · 14 years ago
  9. 700c2a7 bonding: print information about speed and duplex seen by the driver by Krzysztof Piotr Oledzki · 14 years ago
  10. 4f51573 bnx2x: update version to 1.60.00-1 by Dmitry Kravkov · 14 years ago
  11. 6fe8bce bnx2x: properly initialize FW stats by Dmitry Kravkov · 14 years ago
  12. f85582f bnx2x: code beautify by Dmitry Kravkov · 14 years ago
  13. c2bff63 bnx2x, cnic: Fix SPQ return credit by Dmitry Kravkov · 14 years ago
  14. d6214d7 bnx2x: move msix table initialization to probe() by Dmitry Kravkov · 14 years ago
  15. 217de5a bnx2x: use L1_CACHE_BYTES instead of magic number by Dmitry Kravkov · 14 years ago
  16. 4bca60f bnx2x: use proper constants for dma_unmap* calls by Dmitry Kravkov · 14 years ago
  17. c518cd1 bnx2x: remove unused fields in main driver structure by Dmitry Kravkov · 14 years ago
  18. 749a850 bnx2x: remove unused parameter in reuse_rx_skb() by Dmitry Kravkov · 14 years ago
  19. f2e0899 bnx2x: Add 57712 support by Dmitry Kravkov · 14 years ago
  20. 8fe23fb bnx2x: change type of spq_left to atomic by Dmitry Kravkov · 14 years ago
  21. fb3bff1 bnx2x: rename MF related fields by Dmitry Kravkov · 14 years ago
  22. 6f7aeee bnx2x: remove old FW files by Dmitry Kravkov · 14 years ago
  23. 523224a bnx2x, cnic, bnx2i: use new FW/HSI by Dmitry Kravkov · 14 years ago
  24. 0c5b771 bnx2x: add 6.0.34 fw files by Dmitry Kravkov · 14 years ago
  25. 560131f bnx2x: create folder for bnx2x firmware files by Dmitry Kravkov · 14 years ago
  26. 541a781 cnic: Fine-tune ring init code. by Michael Chan · 14 years ago
  27. 1420398 cnic: Use pfid for internal memory offsets. by Michael Chan · 14 years ago
  28. ceb7e1c cnic: Pass cp pointer to BNX2X_HW_CID. by Michael Chan · 14 years ago
  29. 8540788 [PATCH net-next] tg3: Set real_num_rx_queues for non-multiq devs by Matt Carlson · 14 years ago
  30. cb655d0 Linux 2.6.36-rc7 by Linus Torvalds · 14 years ago
  31. 81c20b9 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 14 years ago
  32. 42560ca Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  33. 089eed2 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  34. 34984f5 Merge branch 'v2.6.36-rc6-urgent-fixes' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm by Linus Torvalds · 14 years ago
  35. 8fe9793 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  36. b7ee31c5 bna: scope and dead code cleanup by Rasesh Mody · 14 years ago
  37. e2fa6f2 bna: fix interrupt handling by Rasesh Mody · 14 years ago
  38. ebc0ffa fib: RCU conversion of fib_lookup() by Eric Dumazet · 14 years ago
  39. 7931506 caif: fix two caif_connect() bugs by Eric Dumazet · 14 years ago
  40. c2952c3 bonding: add retransmit membership reports tunable by Flavio Leitner · 14 years ago
  41. e12b453 bonding: fix to rejoin multicast groups immediately by Flavio Leitner · 14 years ago
  42. 5a37e8c bonding: rejoin multicast groups on VLANs by Flavio Leitner · 14 years ago
  43. a8bb69f ehea: converting msleeps to waitqueue on check_sqs() function by Breno Leitao · 14 years ago
  44. 5b27d42 ehea: using wait queues instead of msleep on ehea_flush_sq by Breno Leitao · 14 years ago
  45. 9ed5165 ixgbevf: declare functions as static by Emil Tantilov · 14 years ago
  46. 27e6f06 bonding: fix WARN_ON when writing to bond_master sysfs file by Neil Horman · 14 years ago
  47. 7c6d45e powerpc: remove unused variable by Stephen Rothwell · 14 years ago
  48. 392bd0c skge: add quirk to limit DMA by Stanislaw Gruszka · 14 years ago
  49. 3f66116 AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix sockets by Alban Crequy · 14 years ago
  50. d6bf781 net neigh: RCU conversion of neigh hash table by Eric Dumazet · 14 years ago
  51. 110b249 net neigh: neigh_delete() and neigh_add() changes by Eric Dumazet · 14 years ago
  52. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  53. 0d16440 MAINTAINERS: update Intel LAN Ethernet info by Jeff Kirsher · 14 years ago
  54. da8c01c e1000e.txt: Add e1000e documentation by Jeff Kirsher · 14 years ago
  55. 2bff89c e1000.txt: Update e1000 documentation by Jeff Kirsher · 14 years ago
  56. c4b8c01 ixgbevf.txt: Update ixgbevf documentation by Jeff Kirsher · 14 years ago
  57. e1d9694 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  58. 39c12be Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  59. 231d0ae wait: using uninitialized member of wait queue by Evgeny Kuznetsov · 14 years ago
  60. 5336377 modules: Fix module_bug_list list corruption race by Linus Torvalds · 14 years ago
  61. 31e7e93 xen: do not initialize PV timers on HVM if !xen_have_vector_callback by Stefano Stabellini · 14 years ago
  62. a947f0f xen: do not set xenstored_ready before xenbus_probe on hvm by Stefano Stabellini · 14 years ago
  63. e0e9b40 vhost: max s/g to match qemu by Jason Wang · 14 years ago
  64. a00eac0 ppp: Use a real SKB control block in fragmentation engine. by David S. Miller · 14 years ago
  65. c61393e ipv6: make __ipv6_isatap_ifid static by stephen hemminger · 14 years ago
  66. 1df9916 fib: fib_rules_cleanup can be static by stephen hemminger · 14 years ago
  67. 6a31d2a fib: cleanups by Eric Dumazet · 14 years ago
  68. e3d3268 wimax: make functions local by stephen hemminger · 14 years ago
  69. debf279 qlcnic: remove dead code by stephen hemminger · 14 years ago
  70. ee62459 caif: remove duplicated include by Nicolas Kaiser · 14 years ago
  71. 4e18b3e cls_u32: signedness bug by Dan Carpenter · 14 years ago
  72. 10ff4c6 don't let BCM63XX_PHY depend on non-existant symbol by Uwe Kleine-König · 14 years ago
  73. cf93c94 net/phy: fix many "defined but unused" warnings by Uwe Kleine-König · 14 years ago
  74. 29fa060 net: relax rtnl_dereference() by David S. Miller · 14 years ago
  75. 13f5bf1 ipvs: Use frag walker helper in SCTP proto support. by David S. Miller · 14 years ago
  76. 24824a0 net: dynamic ingress_queue allocation by Eric Dumazet · 14 years ago
  77. 0bd9e6a qlcnic: set mtu lower limit by Sritej Velaga · 14 years ago
  78. aef3d89 qlcnic: cleanup port mode setting by Sritej Velaga · 14 years ago
  79. a1c0c45 qlcnic: sparse warning fixes by Sucheta Chakraborty · 14 years ago
  80. 7e56cac qlcnic: fix vlan TSO on big endian machine by Sucheta Chakraborty · 14 years ago
  81. b501595 qlcnic: fix endianess for lro by Sucheta Chakraborty · 14 years ago
  82. c265eb6 qlcnic: fix diag register by Amit Kumar Salecha · 14 years ago
  83. ef18280 qlcnic: fix eswitch stats by Amit Kumar Salecha · 14 years ago
  84. 31dee69 qlcnic: fix internal loopback test by Amit Kumar Salecha · 14 years ago
  85. 2f6b3aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 14 years ago
  86. 21a180c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  87. 3c06806 Merge branch 'merge-powerpc' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  88. d9f73af Merge branch 'fix/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  89. 53d22d8 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 14 years ago
  90. 5a4bbd0 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 14 years ago
  91. 989cd44 Merge branch 'merge-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  92. 4a73a43 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  93. c470af0 Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel by Linus Torvalds · 14 years ago
  94. 4e31635 ksm: fix bad user data when swapping by Hugh Dickins · 14 years ago
  95. 4829b90 ksm: fix page_address_in_vma anon_vma oops by Hugh Dickins · 14 years ago
  96. 158d674 MIPS: Octeon: Place cnmips_cu2_setup in __init memory. by David Daney · 14 years ago
  97. 4c7106c MIPS: Don't place cu2 notifiers in __cpuinitdata by David Daney · 14 years ago
  98. 2ccc5b1 MIPS: Calculate VMLINUZ_LOAD_ADDRESS based on the length of vmlinux.bin by Shmulik Ladkani · 14 years ago
  99. 2b877a3 MIPS: Alchemy: Resolve prom section mismatches by Manuel Lauss · 14 years ago
  100. e080e61 MIPS: Fix syscall 64 bit number comments. by Ralf Baechle · 14 years ago