1. f961dda ixgbe: Add small packet padding support for X550 by Mark Rustad · 9 years ago
  2. 052a1a7 ixgbe: Correct setting of RDRXCTL register for X550* devices by Mark Rustad · 9 years ago
  3. 5967fe2 ixgbe: Correct error path in semaphore handling by Mark Rustad · 9 years ago
  4. 449e21a ixgbe: Add I2C bus mux support by Mark Rustad · 9 years ago
  5. 58e7cd2 ixgbe: Limit SFP polling rate by Mark Rustad · 9 years ago
  6. 69eec0c ixgbe: Allow SFP+ on more than 82598 and 82599 by Mark Rustad · 9 years ago
  7. 542b6ee ixgbe: Add logic to reset CS4227 when needed by Mark Rustad · 9 years ago
  8. e23f333 ixgbe: Fix 1G and 10G link stability for X550EM_x SFP+ by Mark Rustad · 9 years ago
  9. 6d373a1 ixgbe: Add X550EM_x dual-speed SFP+ support by Mark Rustad · 9 years ago
  10. 56f6ed1 ixgbe: Allow reduced delays during SFP detection by Mark Rustad · 9 years ago
  11. 6ee8c9a ixgbe: Clear I2C destination location by Mark Rustad · 9 years ago
  12. 06e60e5 net/ethoc: support big-endian register layout by Max Filippov · 9 years ago
  13. 1bb6aa5 net: davinci_emac: Add support for fixed-link PHY by Neil Armstrong · 9 years ago
  14. b6bd9b5 Driver: Vmxnet3: Extend register dump support by Shrikrishna Khare · 9 years ago
  15. 6015a6c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  16. 16cfbae Merge branch 'bridge_external_fdb_aging' by David S. Miller · 9 years ago
  17. 45ffda7 switchdev: update documentation on FDB ageing_time by Scott Feldman · 9 years ago
  18. dcd45e0 bridge: don't age externally added FDB entries by Siva Mannem · 9 years ago
  19. 52fe3e2 rocker: add FDB cleanup timer by Scott Feldman · 9 years ago
  20. e733570 rocker: adding port ageing_time for ageing out FDB entries by Scott Feldman · 9 years ago
  21. a79e88d bridge: define some min/max/default ageing time constants by Scott Feldman · 9 years ago
  22. 4c66049 rocker: store rocker_port in fdb key rather than pport by Scott Feldman · 9 years ago
  23. a471be4 rocker: track when FDB entry is touched. by Scott Feldman · 9 years ago
  24. 34ea90e Merge branch 'cls_bpf-next' by David S. Miller · 9 years ago
  25. 5cf8ca0 cls_bpf: further limit exec opcodes subset by Daniel Borkmann · 9 years ago
  26. ef146fa cls_bpf: make binding to classid optional by Daniel Borkmann · 9 years ago
  27. bf007d1 cls_bpf: also dump TCA_BPF_FLAGS by Daniel Borkmann · 9 years ago
  28. e1ffc0c Merge tag 'arcnet-cleanup-v4.3-rc2' of git://git.pengutronix.de/git/mgr/linux by David S. Miller · 9 years ago
  29. 927ab1d sched, bpf: let stack handle !IFF_UP devs on bpf_clone_redirect by Daniel Borkmann · 9 years ago
  30. 644d0e6 ipv6 Use get_hash_from_flowi6 for rt6 hash by Tom Herbert · 9 years ago
  31. 834c952 arcnet: capmode: remove extra function by Michael Grzeschik · 9 years ago
  32. abc23ec arcnet: arc-rawmode: reorder module functions by Michael Grzeschik · 9 years ago
  33. 84286f1 arcnet: com20020: replace magic numbers with readable macros by Michael Grzeschik · 9 years ago
  34. 54a84c6 arcnet: reformat structs to C99 format by Michael Grzeschik · 10 years ago
  35. 4b0dad8 arcnet: Remove unused arcnet_<I/O>w macros by Joe Perches · 9 years ago
  36. 8e0f295 arcnet: Add com9026.h to standardize COM9026_REG_<foo> by Joe Perches · 9 years ago
  37. e15b036 arcnet: Remove function pointer macro indirections by Joe Perches · 9 years ago
  38. a11a544 arcnet: com90xx: Use arcnet_readb/writeb routines by Joe Perches · 9 years ago
  39. 4e2f9f1 arcnet: arc-rimi: Use arcnet_<I/O> routines by Joe Perches · 9 years ago
  40. 9c76aa5 arcnet: arcdevice.h: Add arcnet_readb and arcnet_writeb by Joe Perches · 9 years ago
  41. 09dfbcd arcnet: com90xx: Use arcnet_<I/O> routines by Joe Perches · 9 years ago
  42. f0b9c27c arcnet: com90io: Use arcnet_<I/O> routines by Joe Perches · 9 years ago
  43. 0fec651 arcnet: com20020: Use arcnet_<I/O> routines by Joe Perches · 9 years ago
  44. e5fcfc1 arcnet: Add arcnet_<I/O> macros by Joe Perches · 9 years ago
  45. 4e299b9 arcnet: Make a char * array const char * const by Joe Perches · 9 years ago
  46. 26c6d28 arcnet: Move files out of include/linux by Joe Perches · 9 years ago
  47. d6d7d3e arcnet: Wrap some long lines by Joe Perches · 9 years ago
  48. 83df99b arcnet: Convert arcnet_dump_skb macro to static inline by Joe Perches · 9 years ago
  49. d8101e7 arcnet: Remove pointer comparisons to NULL by Joe Perches · 9 years ago
  50. 97464ed arcnet: Remove assignments from ifs by Joe Perches · 9 years ago
  51. 5628d98 arcnet: Remove unnecessary OOM messages by Joe Perches · 9 years ago
  52. 811eafc arcnet: Move EXPORT_SYMBOL after declarations by Joe Perches · 9 years ago
  53. 05a24b2 arcnet: Convert printk to pr_<level> by Joe Perches · 9 years ago
  54. a34c093 arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_cont by Joe Perches · 9 years ago
  55. 72aeea4 arcnet: Expand odd BUGLVL macro with if and uses by Joe Perches · 9 years ago
  56. d77510f arcnet: Neaten BUGMSG macro defines by Joe Perches · 9 years ago
  57. f2f0a16 arcnet: Use network block comment style by Joe Perches · 9 years ago
  58. 5e7ef91 arcnet: Use include/linux path for asm by Joe Perches · 9 years ago
  59. 3b4e555 arcnet: Coalesce string fragments by Joe Perches · 9 years ago
  60. 7f5e760 arcnet: Use normal kernel brace style by Joe Perches · 9 years ago
  61. 01a1d5a arcnet: Add and remove blank lines by Joe Perches · 9 years ago
  62. cb33464 arcnet: Use normal kernel spacing style by Joe Perches · 9 years ago
  63. 37587fa arcnet: fix indentation of if_arcnet.h by Joe Perches · 9 years ago
  64. 227b9e8 usbnet: remove invalid check by Andrzej Hajda · 9 years ago
  65. 7e724da6 rndis_wlan: fix checking for default value by Andrzej Hajda · 9 years ago
  66. e79dd09b orinoco: fix checking for default value by Andrzej Hajda · 9 years ago
  67. cc75149 mwifiex: fix comparison expression by Andrzej Hajda · 9 years ago
  68. 9492612 net: brcm80211: fix range check by Andrzej Hajda · 9 years ago
  69. 23c2412 net: stmmac: fix type of entry variable by Andrzej Hajda · 9 years ago
  70. 7d2fa71 net/ibm/emac: fix type of phy_mode by Andrzej Hajda · 9 years ago
  71. 8f89642 isdn: hisax: fix frame calculation by Andrzej Hajda · 9 years ago
  72. 25b1029 ixgbe: Enable bit-banging mode on X550 by Mark Rustad · 9 years ago
  73. da4ea4b ixgbe: Set lan_id before first I2C eeprom access by Mark Rustad · 9 years ago
  74. bb5ce9a5 ixgbe: Provide unlocked I2C methods by Mark Rustad · 9 years ago
  75. 4f9e3a3 ixgbe: Provide I2C combined on X550EM by Mark Rustad · 9 years ago
  76. cbd45ec ixgbe: Add X550EM support for SFP insertion interrupt by Mark Rustad · 9 years ago
  77. 29a8dca ixgbe: Accept SFP not present errors on all devices by Mark Rustad · 9 years ago
  78. 0f90300 ixgbevf: Enables TSO for stacked VLAN by Toshiaki Makita · 9 years ago
  79. f2701b1 e1000e: Enable TSO for stacked VLAN by Toshiaki Makita · 9 years ago
  80. 213246d igbvf: Enable TSO for stacked VLAN by Toshiaki Makita · 9 years ago
  81. 3077232 e1000: remove dead e1000_init_eeprom_params calls by Francois Romieu · 9 years ago
  82. 80043f3 fm10k: add support for extra debug statistics by Jacob Keller · 9 years ago
  83. 15aa49c fm10k: TRIVIAL remove unnecessary comma by Jacob Keller · 9 years ago
  84. afadfd2 fm10k: create "correct" header for the remote end on connect by Jacob Keller · 9 years ago
  85. 4b09728e fm10k: drop transmitted messages in Tx FIFO as part of reset_work by Jacob Keller · 9 years ago
  86. 5532408 ixgbe: Add fdir support for SCTP on X550 by Don Skidmore · 9 years ago
  87. a023bbd ixgbe: Add SFP+ detection for X550 hardware by Don Skidmore · 9 years ago
  88. 8427672 fm10k: remove comment about rtnl_lock around mbx operations by Jacob Keller · 9 years ago
  89. 99cb99a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  90. 97170ea drivers/net/ieee802154/at86rf230.c: seq_printf() now returns NULL by Stephen Rothwell · 9 years ago
  91. 35736c8 Merge branch 'cpsw-macid-no-of' by David S. Miller · 9 years ago
  92. cec4284 arm: dts: am4372: add syscon phandle to cpsw node by Mugunthan V N · 9 years ago
  93. a084e13 arm: dts: dra7: add syscon phandle to cpsw node by Mugunthan V N · 9 years ago
  94. d230a11 drivers: net: cpsw-common: add support for reading mac address for dra7 and am437x platforms by Mugunthan V N · 9 years ago
  95. b6745f6 drivers: net: cpsw: davinci_emac: move reading mac id to common file by Mugunthan V N · 9 years ago
  96. 607cba1 Merge tag 'linux-can-next-for-4.4-20150921' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 9 years ago
  97. 852bcaf net: bcmgenet: Remove duplicate test for tx_coalesce_usecs_high by Florian Fainelli · 9 years ago
  98. f9b9958 tcp: send loss probe after 1s if no RTT available by Yuchung Cheng · 9 years ago
  99. 0f1c28a tcp: usec resolution SYN/ACK RTT by Yuchung Cheng · 9 years ago
  100. 21fe8af Merge branch 's390-next' by David S. Miller · 9 years ago