1. 46cfd6e net: phy: fix sparse warning in fixed.c by Konrad Zapalowicz · 10 years ago
  2. 9a8d4d1 Merge branch 'systemport-next' by David S. Miller · 10 years ago
  3. f532e74 net: systemport: start with carrier off by Florian Fainelli · 10 years ago
  4. e0ea05d net: systemport: fix comment about HW prepending 2bytes by Florian Fainelli · 10 years ago
  5. ad51c61 net: systemport: correctly check for RX_STATUS_OVFLOW flag by Florian Fainelli · 10 years ago
  6. d849808 net: systemport: fix transmit locking scheme by Florian Fainelli · 10 years ago
  7. 6934e79 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  8. 54a4ca8 Merge branch 'amd-xgbe' by David S. Miller · 10 years ago
  9. 45198c7 amd-xgbe: Maintainer information by Lendacky, Thomas · 10 years ago
  10. 1ebe98d amd-xgbe: Configuration and build support by Lendacky, Thomas · 10 years ago
  11. 4d874b3 amd-xgbe: Initial AMD 10GbE phylib driver by Lendacky, Thomas · 10 years ago
  12. c5aa9e3 amd-xgbe: Initial AMD 10GbE platform driver by Lendacky, Thomas · 10 years ago
  13. 7c123b6 amd-xgbe: AMD 10GbE device bindings documentation by Lendacky, Thomas · 10 years ago
  14. e0a47d1 bridge: Fix incorrect judgment of promisc by Toshiaki Makita · 10 years ago
  15. 5fb22ee Merge branch 'dm9000-next' by David S. Miller · 10 years ago
  16. 5823798 dm9000: avoid sleeping in dm9000_timeout callback by Andrew Ruder · 10 years ago
  17. aac6d02 dm9000: handle initial link status by Andrew Ruder · 10 years ago
  18. 3625901 dm9000: remove redundant ISR status clear by Andrew Ruder · 10 years ago
  19. 17ad78d dm9000: clean up edge-triggered irq compatibility by Andrew Ruder · 10 years ago
  20. 751bb6fd dm9000: clean up reset code by Andrew Ruder · 10 years ago
  21. 6b50d03 dm9000: acquire irq flags from device tree by Andrew Ruder · 10 years ago
  22. 3b392dd MPLS: Use mpls_features to activate software MPLS GSO segmentation by Simon Horman · 10 years ago
  23. d68de60 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  24. 41a9e55 i40e: add missing VSI statistics by Shannon Nelson · 10 years ago
  25. 03da6f6 i40e/i40evf: remove rx_errors and rx_missed by Shannon Nelson · 10 years ago
  26. 7812fdd i40e: refactor stats collection by Shannon Nelson · 10 years ago
  27. 44033fa i40e: refactor send version by Jesse Brandeburg · 10 years ago
  28. 4f4e17b i40e/i40evf: VEB structure added, GTIME macro update by Kamil Krawczyk · 10 years ago
  29. 263fc48 i40e: notify VF of all types of resets by Mitch Williams · 10 years ago
  30. d732a18 i40evf: fix crash when changing ring sizes by Mitch Williams · 10 years ago
  31. 337eb08 i40evf: set descriptor multiple to 32 by Mitch Williams · 10 years ago
  32. 61a46a4 i40e: clamp jumbo frame size by Jesse Brandeburg · 10 years ago
  33. d027705 i40e/i40evf: remove unused RX_LRO define by Jesse Brandeburg · 10 years ago
  34. c5cc0cf i40e: remove check for large buffer by Kamil Krawczyk · 10 years ago
  35. 22dd9ae i40e: Rework register diagnostic by Kamil Krawczyk · 10 years ago
  36. d3a90b7 i40e: don't use OR to check a value by Jesse Brandeburg · 10 years ago
  37. ebbe495 ipv4: use skb frags api in udp4_hwcsum() by WANG Cong · 10 years ago
  38. 4cb2897 net: use the new API kvfree() by WANG Cong · 10 years ago
  39. 9638f67 dns_resolver: Do not accept domain names longer than 255 chars by Manuel Schölling · 10 years ago
  40. 555878b Merge branch 'isdn-capi' by David S. Miller · 10 years ago
  41. d1cadce isdn/capi: fix (middleware) device nodes by Paul Bolle · 10 years ago
  42. a79f5d2 isdn/capi: Make verbose reporting depend on capidrv by Paul Bolle · 10 years ago
  43. ca05e3a isdn/capi: move capi_info2str to capidrv.c by Paul Bolle · 10 years ago
  44. 00d115f Merge branch 'inet_csums' by David S. Miller · 10 years ago
  45. 359a0ea vxlan: Add support for UDP checksums (v4 sending, v6 zero csums) by Tom Herbert · 10 years ago
  46. 4749c09 gre: Call gso_make_checksum by Tom Herbert · 10 years ago
  47. 0f4f4ff net: Add GSO support for UDP tunnels with checksum by Tom Herbert · 10 years ago
  48. e9c3a24 tcp: Call gso_make_checksum by Tom Herbert · 10 years ago
  49. 7e2b10c net: Support for multiple checksums with gso by Tom Herbert · 10 years ago
  50. 77157e1 l2tp: call udp{6}_set_csum by Tom Herbert · 10 years ago
  51. af5fcba udp: Generic functions to set checksum by Tom Herbert · 10 years ago
  52. 6579867 Merge branch 'bonding-macvlan' by David S. Miller · 10 years ago
  53. 14af996 bonding: Support macvlans on top of tlb/rlb mode bonds by Vlad Yasevich · 10 years ago
  54. 4c99125 macvlan: Support bonding events by Vlad Yasevich · 10 years ago
  55. c565b48 bonding: Turn on IFF_UNICAST_FLT on bond devices by Vlad Yasevich · 10 years ago
  56. f830b02 net: Revert "fib_trie: use seq_file_net rather than seq->private" by Sasha Levin · 10 years ago
  57. cef33c8 trivial: drivers/net/ethernet/nvidia/forcedeth.c: fix typo s/SUBSTRACT1/SUBTRACT1/ by Antonio Ospite · 10 years ago
  58. 898157e gianfar: Fix the section mismatch warnings. by Xiubo Li · 10 years ago
  59. 9ab89ac Merge branch 'xen-netback-netfront-multiqueue' by David S. Miller · 10 years ago
  60. 8b71501 xen-netfront: initialise queue name in xennet_init_queue by Wei Liu · 10 years ago
  61. a2deb8b xen-net{back, front}: Document multi-queue feature in netif.h by Andrew J. Bennieston · 10 years ago
  62. 50ee606 xen-netfront: Add support for multiple queues by Andrew J. Bennieston · 10 years ago
  63. 2688fcb xen-netfront: Factor queue-specific data into queue struct. by Andrew J. Bennieston · 10 years ago
  64. 8d3d53b xen-netback: Add support for multiple queues by Andrew J. Bennieston · 10 years ago
  65. e9ce7cb xen-netback: Factor queue-specific data into queue struct by Wei Liu · 10 years ago
  66. a55d976 xen-netback: Move grant_copy_op array back into struct xenvif. by Andrew J. Bennieston · 10 years ago
  67. 9bcc14d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  68. 1aa65f4 e1000: Use time_after() for time comparison by Manuel Schölling · 10 years ago
  69. c46d150 e1000: remove the check: skb->len<=0 by Yongjian Xu · 10 years ago
  70. 27dff8b igb: add defaults for i210 TX/RX PBSIZE by Todd Fujinaka · 10 years ago
  71. 3cfcf03 igb: use mac loopback for i354 backplane by Todd Fujinaka · 10 years ago
  72. 102be52 igb: rename igb_ptp_enable to igb_ptp_feature_enable by Jacob Keller · 10 years ago
  73. 4dace98 ixgbe: remove linux/export.h header from ixgbe_ptp.c by Jacob Keller · 10 years ago
  74. d9cd46c ixgbe: fix detection of SFP+ capable interfaces by Emil Tantilov · 10 years ago
  75. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  76. d8b0426 sh_eth: fix SH7619/771x support by Sergei Shtylyov · 10 years ago
  77. 530aa2d sh_eth: use RNC mode for packet reception by Ben Dooks · 10 years ago
  78. 92ff71b net: remove some unless free on failure in alloc_netdev_mqs() by WANG Cong · 10 years ago
  79. e51fb15 rtnetlink: fix a memory leak when ->newlink fails by Cong Wang · 10 years ago
  80. 9aaae04 bnx2x: Fix kernel crash and data miscompare after EEH recovery by wenxiong@linux.vnet.ibm.com · 10 years ago
  81. 0c0e634 bnx2x: Adapter not recovery from EEH error injection by wenxiong@linux.vnet.ibm.com · 10 years ago
  82. 31f6f29 net: driver: smsc: set NOCARRIER flag in dev at driver initialization by Balakumaran Kannan · 10 years ago
  83. 1b9d48f hyper-v: make uuid_le const by stephen hemminger · 10 years ago
  84. 9323b23 lpc_eth: Use resource_size instead of computation by Benoit Taine · 10 years ago
  85. 21ee543 xfrm: fix race between netns cleanup and state expire notification by Michal Kubecek · 10 years ago
  86. 75348fc Merge branch 'hsilicon' by David S. Miller · 10 years ago
  87. 57c5bc9 net: hisilicon: add hix5hd2 mac driver by Zhangfei Gao · 10 years ago
  88. f70e9d8 Documentation: add Device tree bindings for Hisilicon hix5hd2 ethernet by Zhangfei Gao · 10 years ago
  89. 1299b3c Merge branch 'cnic' by David S. Miller · 10 years ago
  90. 5943691 cnic: Fix missing ISCSI_KEVENT_IF_DOWN message by Michael Chan · 10 years ago
  91. 437b8a2 cnic: Don't take cnic_dev_lock in cnic_alloc_uio_rings() by Michael Chan · 10 years ago
  92. 20f30c2 cnic: Don't take rcu_read_lock in cnic_rcv_netevent() by Michael Chan · 10 years ago
  93. 74f4392 net: davinci_emac: Remove unwanted debug/error message by Christian Riesch · 10 years ago
  94. 014b201 Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/net-next by David S. Miller · 10 years ago
  95. f062a38 ethtool: Check that reserved fields of struct ethtool_rxfh are 0 by Ben Hutchings · 10 years ago
  96. fe62d00 ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh() by Ben Hutchings · 10 years ago
  97. cae61ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  98. a68ab98 fec: Include pinctrl header file by Fabio Estevam · 10 years ago
  99. 41c389d bridge: Add bridge ifindex to bridge fdb notify msgs by Roopa Prabhu · 10 years ago
  100. 418c96a net: filter: fix possible memory leak in __sk_prepare_filter() by Leon Yu · 10 years ago