1. 0bbf87d net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 by Eric W. Biederman · 11 years ago
  2. 06b0a9a Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 11 years ago
  3. 4f0581d xen-netback: improve ring effeciency for guest RX by Wei Liu · 11 years ago
  4. 90de527 bonding: trivial: remove forgotten bond_next_vlan() by Veaceslav Falico · 11 years ago
  5. 44a504c7 hamradio: baycom: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  6. e058495 net: qmi_wwan: fix checkpatch warnings by Fabio Porcedda · 11 years ago
  7. 905468f net: qmi_wwan: add Telit LE920 newer firmware support by Fabio Porcedda · 11 years ago
  8. 4aa0a03 bonding: remove bond_next_slave() by Veaceslav Falico · 11 years ago
  9. f965084 bonding: don't use bond_next_slave() in bond_info_seq_next() by Veaceslav Falico · 11 years ago
  10. da8f091 bonding: remove unused __get_next_agg() by Veaceslav Falico · 11 years ago
  11. 0b088264 bonding: make bond_3ad_unbind_slave() use bond_for_each_slave() by Veaceslav Falico · 11 years ago
  12. bef1fcc bonding: make ad_agg_selection_logic() use bond_for_each_slave() by Veaceslav Falico · 11 years ago
  13. 19177e7 bonding: make __get_active_agg() use bond_for_each_slave() by Veaceslav Falico · 11 years ago
  14. 3e36bb7 bonding: make ad_port_selection_logic() use bond_for_each_slave() by Veaceslav Falico · 11 years ago
  15. fe9323d bonding: remove __get_first_port() by Veaceslav Falico · 11 years ago
  16. 3c4c88a bonding: remove __get_next_port() by Veaceslav Falico · 11 years ago
  17. 7468449 bonding: verify if we still have slaves in bond_3ad_unbind_slave() by Veaceslav Falico · 11 years ago
  18. 23c147e bonding: correctly verify for the first slave in bond_enslave by Veaceslav Falico · 11 years ago
  19. b91e1a1 bnx2x: use pcie_get_minimum_link() by Yuval Mintz · 11 years ago
  20. 7dc950c bnx2x: Add support for EXTPHY2 LED mode by Yaniv Rosner · 11 years ago
  21. d67710f bnx2x: Change function prototype by Yaniv Rosner · 11 years ago
  22. 9a8130b bnx2x: Don't disable/enable SR-IOV when loading by Ariel Elior · 11 years ago
  23. 7554374 bnx2x: Correct VF driver info by Yuval Mintz · 11 years ago
  24. bd8e012 bnx2x: Test nvram when interface is down by Yuval Mintz · 11 years ago
  25. f0e28d48 lance: Fix hardcoded interrupt name lp->name to use system device value by Nate Levesque · 11 years ago
  26. 307fc4d hp100: replace hardcoded name in /proc/interrupts with interface name by Mihir Singh · 11 years ago
  27. 6229ed1 net: phy: at803x: add suspend/resume callbacks by Daniel Mack · 11 years ago
  28. 0197ffe net: phy: at803x: don't pass function pointers with & by Daniel Mack · 11 years ago
  29. 146669a qlge: Update version to 1.00.00.33 by Jitendra Kalsaria · 11 years ago
  30. a45adbe qlge: Enhance nested VLAN (Q-in-Q) handling. by Jitendra Kalsaria · 11 years ago
  31. fac87a8 netxen_nic: Update version to 4.0.82 by Shahed Shaikh · 11 years ago
  32. 5e7856b netxen_nic: Print ULA information by Shahed Shaikh · 11 years ago
  33. 5831d66 net: create sysfs symlinks for neighbour devices by Veaceslav Falico · 11 years ago
  34. 842d67a net: expose the master link to sysfs, and remove it from bond by Veaceslav Falico · 11 years ago
  35. 4fee991a bonding: remove slave lists by Veaceslav Falico · 11 years ago
  36. 344f329 bonding: use neighbours for bond_next_slave() by Veaceslav Falico · 11 years ago
  37. 18e1e9b bonding: add __bond_next_slave() which uses neighbours by Veaceslav Falico · 11 years ago
  38. c8c2390 bonding: remove bond_prev_slave() by Veaceslav Falico · 11 years ago
  39. 5a52405 bonding: convert first/last slave logic to use neighbours by Veaceslav Falico · 11 years ago
  40. 70039aa bonding: convert bond_has_slaves() to use the neighbour list by Veaceslav Falico · 11 years ago
  41. 0965a1f bonding: add bond_has_slaves() and use it by Veaceslav Falico · 11 years ago
  42. b386c58 bonding: remove unused bond_for_each_slave_from() by Veaceslav Falico · 11 years ago
  43. 4087df87 bonding: rework bond_ab_arp_probe() to use bond_for_each_slave() by Veaceslav Falico · 11 years ago
  44. 77140d2 bonding: rework bond_find_best_slave() to use bond_for_each_slave() by Veaceslav Falico · 11 years ago
  45. 6475ae4 bonding: rework rlb_next_rx_slave() to use bond_for_each_slave() by Veaceslav Falico · 11 years ago
  46. c33d788 bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() only by Veaceslav Falico · 11 years ago
  47. 544a028 bonding: use bond_for_each_slave() in bond_uninit() by Veaceslav Falico · 11 years ago
  48. 9caff1e7 bonding: make bond_for_each_slave() use lower neighbour's private by Veaceslav Falico · 11 years ago
  49. 81f23b1 bonding: remove bond_for_each_slave_continue_reverse() by Veaceslav Falico · 11 years ago
  50. 46bb480 bonding: modify bond_get_slave_by_dev() to use neighbours by Veaceslav Falico · 11 years ago
  51. 1f718f0 bonding: populate neighbour's private on enslave by Veaceslav Falico · 11 years ago
  52. 2f268f1 net: add adj_list to save only neighbours by Veaceslav Falico · 11 years ago
  53. a958df5 rtlwifi: Remove extern from function prototypes by Joe Perches · 11 years ago
  54. 53406cd orinoco: Remove extern from function prototypes by Joe Perches · 11 years ago
  55. b3a7cd1 mwifiex: Remove extern from function prototypes by Joe Perches · 11 years ago
  56. b381839 iwlwifi: Remove extern from function prototypes by Joe Perches · 11 years ago
  57. 6890ba7 iwlegacy: Remove extern from function prototypes by Joe Perches · 11 years ago
  58. 89eb744 ipw2x00: Remove extern from function prototypes by Joe Perches · 11 years ago
  59. 9bd91f3 brcm80211: Remove extern from function prototypes by Joe Perches · 11 years ago
  60. a3dabaf ath: Remove extern from function prototypes by Joe Perches · 11 years ago
  61. 8bedb96 wimax: Remove extern from function prototypes by Joe Perches · 11 years ago
  62. 65c8f95 wan: Remove extern from function prototypes by Joe Perches · 11 years ago
  63. d8dea1e vmxnet3: Remove extern from function prototypes by Joe Perches · 11 years ago
  64. 294da3a irda: Remove extern from function prototypes by Joe Perches · 11 years ago
  65. d140ad9 fddi/skfp: Remove extern from function prototypes by Joe Perches · 11 years ago
  66. 3e0dd1f toshiba: Remove extern from function prototypes by Joe Perches · 11 years ago
  67. 95f7f15 ti: Remove extern from function prototypes by Joe Perches · 11 years ago
  68. d6cc64e stmicro: Remove extern from function prototypes by Joe Perches · 11 years ago
  69. 00aef98 sfc: Remove extern from function prototypes by Joe Perches · 11 years ago
  70. 8a1a0ae qlogic: Remove extern from function prototypes by Joe Perches · 11 years ago
  71. f4588c4 oki-semi: Remove extern from function prototypes by Joe Perches · 11 years ago
  72. 5ccc921 intel: Remove extern from function prototypes by Joe Perches · 11 years ago
  73. d4cb2ee ibm/emac: Remove extern from function prototypes by Joe Perches · 11 years ago
  74. 388367a drivers: net: cpsw: use cpsw-phy-sel driver to configure phy mode by Mugunthan V N · 12 years ago
  75. 5892cd1 drivers: net: cpsw-phy-sel: Add new driver for phy mode selection for cpsw by Mugunthan V N · 12 years ago
  76. aa1a15e net: ethernet: cpsw: switch to devres allocations by Daniel Mack · 12 years ago
  77. 44da5c2 amd/7990: Remove extern from function prototypes by Joe Perches · 11 years ago
  78. bddb2d9 gianfar: Remove extern from function prototypes by Joe Perches · 11 years ago
  79. 31886e8 emulex: Remove extern from function prototypes by Joe Perches · 11 years ago
  80. 22018e4 chelsio: Remove extern from function prototypes by Joe Perches · 11 years ago
  81. 49ca19b brocade: Remove extern from function prototypes by Joe Perches · 11 years ago
  82. 1ee1725 broadcom: Remove extern from function prototypes by Joe Perches · 11 years ago
  83. 6ae97e8 atheros: Remove extern from function prototypes by Joe Perches · 11 years ago
  84. 3398032 adi: Remove extern from function prototypes by Joe Perches · 11 years ago
  85. 68d3430 8390: Remove extern from function prototypes by Joe Perches · 11 years ago
  86. 405eb0e can: Remove extern from function prototypes by Joe Perches · 11 years ago
  87. 27c90dc Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 11 years ago
  88. e4cb29f tg3: Update version to 3.134 by Nithin Sujir · 12 years ago
  89. cb04be4 tg3: Remove unnecessary spinlock by Nithin Sujir · 12 years ago
  90. 21e315e tg3: Appropriately classify interrupts during request_irq by Nithin Sujir · 12 years ago
  91. 4bc814a tg3: Remove redundant if check by Nithin Sujir · 12 years ago
  92. db79e1e tg3: Remove if 0'd code by Nithin Sujir · 12 years ago
  93. 89f6797 tg3: LED in shared mode does not blink during traffic by Nithin Sujir · 12 years ago
  94. 6827371 tg3: Add support for new 577xx device ids by Nithin Sujir · 12 years ago
  95. 3ab7107 tg3: Add function tg3_phy_shdw_write() by Nithin Sujir · 12 years ago
  96. a0c7d83 can: sja1000: remove unnecessary pci_set_drvdata() by Jingoo Han · 12 years ago
  97. aa86858 can: pch_can: remove unnecessary pci_set_drvdata() by Jingoo Han · 12 years ago
  98. 5fabc33 can: c_can: remove unnecessary pci_set_drvdata() by Jingoo Han · 12 years ago
  99. fc21847 can: ti_hecc: use dev_get_platdata() by Jingoo Han · 12 years ago
  100. c58bd85 can: softing: use dev_get_platdata() by Jingoo Han · 12 years ago