1. b4af9a5 net: bcmgenet: add driver definitions and private structure by Florian Fainelli · 11 years ago
  2. b560a58 net: phy: add Broadcom BCM7xxx internal PHY driver by Florian Fainelli · 11 years ago
  3. 439d39a net: phy: broadcom: extract register definitions by Florian Fainelli · 11 years ago
  4. c88838c net: phy: update port type for MoCA PHYs by Florian Fainelli · 11 years ago
  5. fd70f72 net: phy: add MoCA PHY type by Florian Fainelli · 11 years ago
  6. c045a73 sch_netem: replace magic numbers with enumerate in GE model by Yang Yingliang · 11 years ago
  7. 49545a7 sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sched_data *" by Yang Yingliang · 11 years ago
  8. 54a4b05 sch_netem: return errcode before setting params by Yang Yingliang · 11 years ago
  9. d4f2fa6 ipv4: ip_forward: perform skb->pkt_type check at the beginning by Denis Kirjanov · 11 years ago
  10. 2045cea net: remove unnecessary return's by stephen hemminger · 11 years ago
  11. 45f7435 tcp: remove unused min_cwnd member of tcp_congestion_ops by Stanislav Fomichev · 11 years ago
  12. f93f160 be2net: refactor multi-channel config code for Skyhawk-R chip by Vasundhara Volam · 11 years ago
  13. 4026382 be2net: Update copyright year by Vasundhara Volam · 11 years ago
  14. eb0eecc be2net: Log a kernel message when UE is detected in BE & Skyhawk by Somnath Kotur · 11 years ago
  15. 886ab57 Merge tag 'linux-can-next-for-3.15-20140212' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 11 years ago
  16. 3410f22 socket: replace some printk with pr_* by Yang Yingliang · 11 years ago
  17. 730c8c6 sh_eth: use ETH_ZLEN instead of home-grown #define by Sergei Shtylyov · 11 years ago
  18. ca52b66 Merge branch 'tipc' by David S. Miller · 11 years ago
  19. e099e86 tipc: add node_lock protection to link lookup function by Jon Paul Maloy · 11 years ago
  20. a830452 tipc: remove bearer_lock from tipc_bearer struct by Ying Xue · 11 years ago
  21. 7d33939 tipc: delay delete of link when failover is needed by Jon Paul Maloy · 11 years ago
  22. a537783 tipc: changes to general packet reception algorithm by Jon Paul Maloy · 11 years ago
  23. 02842f7 tipc: rename stack variables in function tipc_link_tunnel_rcv by Jon Paul Maloy · 11 years ago
  24. 1e9d47a tipc: more cleanup of tunnelling reception function by Jon Paul Maloy · 11 years ago
  25. 3bb5338 tipc: change signature of tunnelling reception function by Jon Paul Maloy · 11 years ago
  26. f006c9c tipc: change reception of tunnelled failover packets by Jon Paul Maloy · 11 years ago
  27. 1dab3d5 tipc: change reception of tunnelled duplicate packets by Jon Paul Maloy · 11 years ago
  28. c61dd61 tipc: remove 'links' list from tipc_bearer struct by Ying Xue · 11 years ago
  29. 135daee tipc: redefine 'started' flag in struct link to bitmap by Ying Xue · 11 years ago
  30. 8d8439b tipc: move code for deleting links from bearer.c to link.c by Ying Xue · 11 years ago
  31. e0ca2c3 tipc: move code for resetting links from bearer.c to link.c by Ying Xue · 11 years ago
  32. 03b9201 tipc: stricter behavior of message reassembly function by Jon Paul Maloy · 11 years ago
  33. b3f0f5c tipc: explicitly include core.h in addr.h by Andreas Bofjäll · 11 years ago
  34. c313c89 bonding: remove the redundant judgements for bond_option_queue_id_set() by dingtianhong · 11 years ago
  35. 805d157 bonding: remove the redundant judgements for bond_set_mac_address() by dingtianhong · 11 years ago
  36. 25f929f net: allow setting mac address of loopback device by WANG Cong · 11 years ago
  37. 0e42aa4 Merge branch 'i40e' by David S. Miller · 11 years ago
  38. ef8693e i40evf: refactor reset handling by Mitch Williams · 11 years ago
  39. e8106eb i40evf: change type of flags variable by Mitch Williams · 11 years ago
  40. e1dfee8 i40evf: don't store unnecessary array of strings by Mitch Williams · 11 years ago
  41. 708e8c2 i40evf: fix bogus comment by Mitch Williams · 11 years ago
  42. a377384 i40evf: clean up adapter struct by Mitch Williams · 11 years ago
  43. eb2d80b i40e: don't handle VF reset on unload by Mitch Williams · 11 years ago
  44. 4aeec01 i40e: enable extant VFs by Mitch Williams · 11 years ago
  45. 69f64b2 i40e: reset VFs after PF reset by Mitch Williams · 11 years ago
  46. c17b362 i40e: set VF state to active when reset is complete by Mitch Williams · 11 years ago
  47. fd1646e i40e: remove dead code by Mitch Williams · 11 years ago
  48. e108b0e i40e: Setting i40e_down bit for tx_timeout by Akeem G Abodunrin · 11 years ago
  49. a63fa1c i40evf: clean up memsets by Mitch Williams · 11 years ago
  50. af1a2a9 i40evf: trivial fixes by Jesse Brandeburg · 11 years ago
  51. 14ad375 i40e: bump driver version by Jesse Brandeburg · 11 years ago
  52. ddf1d0d i40e: spelling error by Jesse Brandeburg · 11 years ago
  53. 8815cbd ipx: implement shutdown() by Sabrina Dubroca · 11 years ago
  54. 6028323 Merge branch 'net_sched' by David S. Miller · 11 years ago
  55. 03701d6 net_sched: act: clean up tca_action_flush() by WANG Cong · 11 years ago
  56. 55334a5 net_sched: act: refuse to remove bound action outside by WANG Cong · 11 years ago
  57. 4f1e9d8 net_sched: act: move tcf_hashinfo_init() into tcf_register_action() by WANG Cong · 11 years ago
  58. a5b5c95 net_sched: act: refactor cleanup ops by WANG Cong · 11 years ago
  59. 8606203 net_sched: act: hide struct tcf_common from API by WANG Cong · 11 years ago
  60. 7282ec8 Merge branch 'bnx2x' by David S. Miller · 11 years ago
  61. 3156b8e bnx2x: utilize FW 7.8.19 by Dmitry Kravkov · 11 years ago
  62. 230bb0f bnx2x: (semantic) revise scheduling of sp_rtnl by Yuval Mintz · 11 years ago
  63. 0155a27 bnx2x: Fix bnx2x_panic_dump for VFs by Yuval Mintz · 11 years ago
  64. 3a3534e bnx2x: Revise IOV vlan/mac validation by Yuval Mintz · 11 years ago
  65. 14a94eb bnx2x: Add support in PF driver for RSC by Michal Kalderon · 11 years ago
  66. ba72f32 bnx2x: Semantic Validate vlan/mac changes by Yuval Mintz · 11 years ago
  67. f96d8d8 bnx2x: Remove unnecessary internal mem config by Ariel Elior · 11 years ago
  68. 3565b66 bnx2x: Remove unused iov code by Yuval Mintz · 11 years ago
  69. 76ca70f bnx2x: [Debug] change verbosity of some prints by Yuval Mintz · 11 years ago
  70. 8bed1285 net: phy: expose phydev->has_fixups to sysfs by Florian Fainelli · 11 years ago
  71. b0ae009 net: phy: add "has_fixups" boolean property by Florian Fainelli · 11 years ago
  72. 3d055d8 net: phy: expose PHY device interface mode by Florian Fainelli · 11 years ago
  73. 8a2fe56 net: phy: re-design phy_modes to be self-contained by Florian Fainelli · 11 years ago
  74. ad03350 net: phy: fix phy_{clear,config}_interrupt comment typos by Florian Fainelli · 11 years ago
  75. 76a423a net: phy: allow driver to implement their own aneg_done by Florian Fainelli · 11 years ago
  76. a9fa6e6 net: phy: add genphy_aneg_done() by Florian Fainelli · 11 years ago
  77. 766d1d3 net: phy: display human readable PHY speed settings by Florian Fainelli · 11 years ago
  78. df40cc8 net: phy: update phy_print_status to show pause settings by Florian Fainelli · 11 years ago
  79. 43b6329 net: phy: use network device in phy_print_status by Florian Fainelli · 11 years ago
  80. 0e4767a Merge branch 'sfc' by David S. Miller · 11 years ago
  81. 5b3b760 sfc: Add/remove blank lines to taste by Ben Hutchings · 11 years ago
  82. 5eed1f6 sfc: Fail self-test with -EBUSY, not -EIO, if the device is busy by Ben Hutchings · 11 years ago
  83. 17e678d sfc: Cosmetic changes to self-test from the out-of-tree driver by Ben Hutchings · 11 years ago
  84. 6a350fd sfc: Update product naming by Ben Hutchings · 11 years ago
  85. e0b3ae3 sfc: Use canonical pointer type for MAC address in efx_set_mac_address() by Ben Hutchings · 11 years ago
  86. 93413f5 sfc: Rename 'use_options' variable in tso_start() to clearer 'use_opt_desc' by Ben Hutchings · 11 years ago
  87. 2fa25cf sfc: Preserve rx_frm_trunc counters when resizing DMA rings by Ben Hutchings · 11 years ago
  88. aa3930e sfc: Correct comment about number of TX queues used on EF10 by Ben Hutchings · 11 years ago
  89. 86fc187 sfc: Remove unused definitions of EF10 user-mode DMA descriptors by Ben Hutchings · 11 years ago
  90. 0bdadad sfc: Replace TSOH_OFFSET with the equivalent NET_IP_ALIGN by Ben Hutchings · 11 years ago
  91. 92d8f76 sfc: Rewrite adjustment of PPS event in a clearer way by Ben Hutchings · 11 years ago
  92. ce320f4 sfc: Cache skb->data in local variable in efx_ptp_rx() by Ben Hutchings · 11 years ago
  93. f9fd7ec7 sfc: Removed adhoc scheme to rate limit PTP event queue overflow message by Laurence Evans · 11 years ago
  94. a146b59 Merge branch 'ethtool_docs' by David S. Miller · 11 years ago
  95. 073e3cf ethtool: Fix unwanted section breaks in kernel-doc by Ben Hutchings · 11 years ago
  96. ba569dc ethtool: Move kernel-doc comment next to struct ethtool_dump definition by Ben Hutchings · 11 years ago
  97. 6e201c8 ethtool: Document the general convention for VLAs in kernel space by Ben Hutchings · 11 years ago
  98. f432c09 ethtool: Expand documentation of struct ethtool_perm_addr by Ben Hutchings · 11 years ago
  99. 5909122 ethtool: Expand documentation of struct ethtool_stats by Ben Hutchings · 11 years ago
  100. 4e5a62d ethtool: Expand documentation of struct ethtool_test by Ben Hutchings · 11 years ago