1. 3c4c88a bonding: remove __get_next_port() by Veaceslav Falico · 11 years ago
  2. 7468449 bonding: verify if we still have slaves in bond_3ad_unbind_slave() by Veaceslav Falico · 11 years ago
  3. 23c147e bonding: correctly verify for the first slave in bond_enslave by Veaceslav Falico · 11 years ago
  4. b91e1a1 bnx2x: use pcie_get_minimum_link() by Yuval Mintz · 11 years ago
  5. 7dc950c bnx2x: Add support for EXTPHY2 LED mode by Yaniv Rosner · 11 years ago
  6. d67710f bnx2x: Change function prototype by Yaniv Rosner · 11 years ago
  7. 9a8130b bnx2x: Don't disable/enable SR-IOV when loading by Ariel Elior · 11 years ago
  8. 7554374 bnx2x: Correct VF driver info by Yuval Mintz · 11 years ago
  9. bd8e012 bnx2x: Test nvram when interface is down by Yuval Mintz · 11 years ago
  10. aa66158 ipv4: processing ancillary IP_TOS or IP_TTL by Francesco Fusco · 11 years ago
  11. f02db31 ipv4: IP_TOS and IP_TTL can be specified as ancillary data by Francesco Fusco · 11 years ago
  12. f0e28d48 lance: Fix hardcoded interrupt name lp->name to use system device value by Nate Levesque · 11 years ago
  13. 307fc4d hp100: replace hardcoded name in /proc/interrupts with interface name by Mihir Singh · 11 years ago
  14. 0a67d3e ipv6: compare sernum when walking fib for /proc/net/ipv6_route as safety net by Hannes Frederic Sowa · 11 years ago
  15. 8d2ca1d ipv6: avoid high order memory allocations for /proc/net/ipv6_route by Hannes Frederic Sowa · 11 years ago
  16. 6229ed1 net: phy: at803x: add suspend/resume callbacks by Daniel Mack · 11 years ago
  17. 0197ffe net: phy: at803x: don't pass function pointers with & by Daniel Mack · 11 years ago
  18. 0a32575 Merge branch 'qlge' by David S. Miller · 11 years ago
  19. 146669a qlge: Update version to 1.00.00.33 by Jitendra Kalsaria · 11 years ago
  20. a45adbe qlge: Enhance nested VLAN (Q-in-Q) handling. by Jitendra Kalsaria · 11 years ago
  21. fac87a8 netxen_nic: Update version to 4.0.82 by Shahed Shaikh · 11 years ago
  22. 5e7856b netxen_nic: Print ULA information by Shahed Shaikh · 11 years ago
  23. aae8c28 Merge branch 'bonding_neighbours' by David S. Miller · 11 years ago
  24. 5831d66e net: create sysfs symlinks for neighbour devices by Veaceslav Falico · 11 years ago
  25. 842d67a net: expose the master link to sysfs, and remove it from bond by Veaceslav Falico · 11 years ago
  26. 47701a3 vlan: unlink the upper neighbour before unregistering by Veaceslav Falico · 11 years ago
  27. 5df27e6 vlan: link the upper neighbour only after registering by Veaceslav Falico · 11 years ago
  28. 4fee991 bonding: remove slave lists by Veaceslav Falico · 11 years ago
  29. 344f329 bonding: use neighbours for bond_next_slave() by Veaceslav Falico · 11 years ago
  30. 18e1e9b bonding: add __bond_next_slave() which uses neighbours by Veaceslav Falico · 11 years ago
  31. c8c2390 bonding: remove bond_prev_slave() by Veaceslav Falico · 11 years ago
  32. 5a52405 bonding: convert first/last slave logic to use neighbours by Veaceslav Falico · 11 years ago
  33. b6ccba4 net: add a possibility to get private from netdev_adjacent->list by Veaceslav Falico · 11 years ago
  34. 70039aa bonding: convert bond_has_slaves() to use the neighbour list by Veaceslav Falico · 11 years ago
  35. 0965a1f bonding: add bond_has_slaves() and use it by Veaceslav Falico · 11 years ago
  36. b386c58 bonding: remove unused bond_for_each_slave_from() by Veaceslav Falico · 11 years ago
  37. 4087df87 bonding: rework bond_ab_arp_probe() to use bond_for_each_slave() by Veaceslav Falico · 11 years ago
  38. 77140d2 bonding: rework bond_find_best_slave() to use bond_for_each_slave() by Veaceslav Falico · 11 years ago
  39. 6475ae4 bonding: rework rlb_next_rx_slave() to use bond_for_each_slave() by Veaceslav Falico · 11 years ago
  40. c33d788 bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() only by Veaceslav Falico · 11 years ago
  41. 544a028 bonding: use bond_for_each_slave() in bond_uninit() by Veaceslav Falico · 11 years ago
  42. 9caff1e bonding: make bond_for_each_slave() use lower neighbour's private by Veaceslav Falico · 11 years ago
  43. 81f23b1 bonding: remove bond_for_each_slave_continue_reverse() by Veaceslav Falico · 11 years ago
  44. 31088a1 net: add for_each iterators through neighbour lower link's private by Veaceslav Falico · 11 years ago
  45. 46bb480 bonding: modify bond_get_slave_by_dev() to use neighbours by Veaceslav Falico · 11 years ago
  46. 1f718f0 bonding: populate neighbour's private on enslave by Veaceslav Falico · 11 years ago
  47. 402dae9 net: add netdev_adjacent->private and allow to use it by Veaceslav Falico · 11 years ago
  48. 5249dec net: add RCU variant to search for netdev_adjacent link by Veaceslav Falico · 11 years ago
  49. 2f268f1 net: add adj_list to save only neighbours by Veaceslav Falico · 11 years ago
  50. 7863c05 net: use lists as arguments instead of bool upper by Veaceslav Falico · 11 years ago
  51. 4ed377e net: neighbour: use source address of last enqueued packet for solicitation by Hannes Frederic Sowa · 11 years ago
  52. fd97ba5 Merge branch '20130925_dn_externs_3' of git://repo.or.cz/linux-2.6/trivial-mods by David S. Miller · 11 years ago
  53. c359ca8 Merge branch '20130924_dn_externs_2' of git://repo.or.cz/linux-2.6/trivial-mods by David S. Miller · 11 years ago
  54. a958df5 rtlwifi: Remove extern from function prototypes by Joe Perches · 11 years ago
  55. 53406cd orinoco: Remove extern from function prototypes by Joe Perches · 11 years ago
  56. b3a7cd1 mwifiex: Remove extern from function prototypes by Joe Perches · 11 years ago
  57. b381839 iwlwifi: Remove extern from function prototypes by Joe Perches · 11 years ago
  58. 6890ba7 iwlegacy: Remove extern from function prototypes by Joe Perches · 11 years ago
  59. 89eb744 ipw2x00: Remove extern from function prototypes by Joe Perches · 11 years ago
  60. 9bd91f3 brcm80211: Remove extern from function prototypes by Joe Perches · 11 years ago
  61. a3dabaf ath: Remove extern from function prototypes by Joe Perches · 11 years ago
  62. 8bedb96 wimax: Remove extern from function prototypes by Joe Perches · 11 years ago
  63. 65c8f95 wan: Remove extern from function prototypes by Joe Perches · 11 years ago
  64. d8dea1e vmxnet3: Remove extern from function prototypes by Joe Perches · 11 years ago
  65. 294da3a irda: Remove extern from function prototypes by Joe Perches · 11 years ago
  66. d140ad9 fddi/skfp: Remove extern from function prototypes by Joe Perches · 11 years ago
  67. 3e0dd1f toshiba: Remove extern from function prototypes by Joe Perches · 11 years ago
  68. 95f7f15 ti: Remove extern from function prototypes by Joe Perches · 11 years ago
  69. d6cc64e stmicro: Remove extern from function prototypes by Joe Perches · 11 years ago
  70. 00aef98 sfc: Remove extern from function prototypes by Joe Perches · 11 years ago
  71. 8a1a0ae qlogic: Remove extern from function prototypes by Joe Perches · 11 years ago
  72. f4588c4 oki-semi: Remove extern from function prototypes by Joe Perches · 11 years ago
  73. 5ccc921 intel: Remove extern from function prototypes by Joe Perches · 11 years ago
  74. d4cb2ee ibm/emac: Remove extern from function prototypes by Joe Perches · 11 years ago
  75. 8ce4406 ipv6: do not allow ipv6 module to be removed by Cong Wang · 11 years ago
  76. b0983d3 tcp: fix dynamic right sizing by Eric Dumazet · 11 years ago
  77. 0862935 tcp: syncookies: reduce mss table to four values by Florian Westphal · 11 years ago
  78. 8c27bd7 tcp: syncookies: reduce cookie lifetime to 128 seconds by Florian Westphal · 11 years ago
  79. 61f860c Merge branch 'cpsw' by David S. Miller · 11 years ago
  80. 39ffbd9 ARM: dts: am33xx: adopt to cpsw-phy-sel driver to configure phy mode by Mugunthan V N · 11 years ago
  81. 388367a drivers: net: cpsw: use cpsw-phy-sel driver to configure phy mode by Mugunthan V N · 11 years ago
  82. 5892cd1 drivers: net: cpsw-phy-sel: Add new driver for phy mode selection for cpsw by Mugunthan V N · 11 years ago
  83. aa1a15e net: ethernet: cpsw: switch to devres allocations by Daniel Mack · 11 years ago
  84. 44da5c2 amd/7990: Remove extern from function prototypes by Joe Perches · 11 years ago
  85. bddb2d9 gianfar: Remove extern from function prototypes by Joe Perches · 11 years ago
  86. 31886e8 emulex: Remove extern from function prototypes by Joe Perches · 11 years ago
  87. 22018e4 chelsio: Remove extern from function prototypes by Joe Perches · 11 years ago
  88. 49ca19b brocade: Remove extern from function prototypes by Joe Perches · 11 years ago
  89. 1ee1725 broadcom: Remove extern from function prototypes by Joe Perches · 11 years ago
  90. 6ae97e8 atheros: Remove extern from function prototypes by Joe Perches · 11 years ago
  91. 3398032 adi: Remove extern from function prototypes by Joe Perches · 11 years ago
  92. 68d3430 8390: Remove extern from function prototypes by Joe Perches · 11 years ago
  93. 405eb0e can: Remove extern from function prototypes by Joe Perches · 11 years ago
  94. 568ebc5 ptp: add the PTP_SYS_OFFSET ioctl to the testptp program by Dong Zhu · 11 years ago
  95. 7b58446 sctp: Remove extern from function prototypes by Joe Perches · 11 years ago
  96. 4e77be4 netfilter: Remove extern from function prototypes by Joe Perches · 11 years ago
  97. 0e418f9 irda: Remove extern from function prototypes by Joe Perches · 11 years ago
  98. a22b8f4 caif_hsi.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  99. e74e58f bluetooth: Remove extern from function prototypes by Joe Perches · 11 years ago
  100. d511337 xfrm.h: Remove extern from function prototypes by Joe Perches · 11 years ago