1. a30aad5 tcp: rename *_sequence_number() to *_seq_and_tsoff() by Alexey Kodanev · 8 years ago
  2. 9efd383 net: ks8851: Added support for half-duplex SPI by Sergey Shcherbakov · 8 years ago
  3. 825d2c5 Merge branch 'bonding-winter-cleanup' by David S. Miller · 8 years ago
  4. dc9c4d0 bonding: reduce scope of some global variables by Mahesh Bandewar · 8 years ago
  5. ec891c8 bonding: remove "port-moved" state that was never implemented by Mahesh Bandewar · 8 years ago
  6. 8b426dc bonding: remove hardcoded value by Mahesh Bandewar · 8 years ago
  7. 4493b81 bonding: initialize work-queues during creation of bond by Mahesh Bandewar · 8 years ago
  8. d5e73f7 bonding: restructure arp-monitor by Mahesh Bandewar · 8 years ago
  9. 96d7552 Merge branch 'nfp-crc32-rss-hash-port-name-reporting-and-misc-fastpath-cleanups' by David S. Miller · 8 years ago
  10. 5692dbb nfp: prevent theoretical buffer overrun in nfp_eth_read_ports by Simon Horman · 8 years ago
  11. b9dcf88 nfp: add metadata format bit by Jakub Kicinski · 8 years ago
  12. 7de5f11 nfp: avoid rearming the interrupts when in busy poll by Jakub Kicinski · 8 years ago
  13. fa43d2a nfp: store device pointer for the fastpath by Jakub Kicinski · 8 years ago
  14. bef6b1b nfp: reorder variables in nfp_net_tx() by Jakub Kicinski · 8 years ago
  15. 43860c1 nfp: move more ring debug info to debugfs by Jakub Kicinski · 8 years ago
  16. 47465ae nfp: implement .ndo_get_phys_port_name() by Jakub Kicinski · 8 years ago
  17. 9ff304b nfp: add support for reporting CRC32 hash function by Jakub Kicinski · 8 years ago
  18. abb521e ethtool: add CRC32 as an RSS hash function by Jakub Kicinski · 8 years ago
  19. 581319c net/socket: use per af lockdep classes for sk queues by Paolo Abeni · 8 years ago
  20. 65e0ace net: dwc-xlgmac: Initial driver for DesignWare Enterprise Ethernet by Jie Deng · 8 years ago
  21. 24d79ce Merge branch 'xgene-v2' by David S. Miller · 8 years ago
  22. 70dbd9b MAINTAINERS: Add entry for APM X-Gene SoC Ethernet (v2) driver by Iyappan Subramanian · 8 years ago
  23. b105bcd drivers: net: xgene-v2: Add transmit and receive by Iyappan Subramanian · 8 years ago
  24. 3b3f9a7 drivers: net: xgene-v2: Add base driver by Iyappan Subramanian · 8 years ago
  25. 272d6dc drivers: net: xgene-v2: Add ethernet hardware configuration by Iyappan Subramanian · 8 years ago
  26. 81ccd0c drivers: net: xgene-v2: Add mac configuration by Iyappan Subramanian · 8 years ago
  27. 384fe7a drivers: net: xgene-v2: Add DMA descriptor by Iyappan Subramanian · 8 years ago
  28. 35ae57e liquidio: add support for XPS by Rick Farrington · 8 years ago
  29. 64f48e5 net: stmicro: replace kzalloc with devm_kzalloc by Joao Pinto · 8 years ago
  30. e3c36e4 net: mediatek: Use eth_hw_addr_random() by Tobias Klauser · 8 years ago
  31. 038e893 tg3: Add the ability to conditionally build w/ HWMON by Florian Fainelli · 8 years ago
  32. 9c13e8d Merge branch 'mvpp2-add-initial-support-for-PPv2.2' by David S. Miller · 8 years ago
  33. fc5e155 net: mvpp2: finally add the PPv2.2 compatible string by Thomas Petazzoni · 8 years ago
  34. 2067e0a net: mvpp2: set dma mask and coherent dma mask on PPv2.2 by Thomas Petazzoni · 8 years ago
  35. fceb55d net: mvpp2: add support for an additional clock needed for PPv2.2 by Thomas Petazzoni · 8 years ago
  36. 59b9a31 net: mvpp2: adapt rxq distribution to PPv2.2 by Thomas Petazzoni · 8 years ago
  37. a73fef1 net: mvpp2: rework RXQ interrupt group initialization for PPv2.2 by Thomas Petazzoni · 8 years ago
  38. 6763ce3 net: mvpp2: add AXI bridge initialization for PPv2.2 by Thomas Petazzoni · 8 years ago
  39. 2697582 net: mvpp2: handle misc PPv2.1/PPv2.2 differences by Thomas Petazzoni · 8 years ago
  40. a786841 net: mvpp2: handle register mapping and access for PPv2.2 by Thomas Petazzoni · 8 years ago
  41. b02f31f net: mvpp2: adjust mvpp2_{rxq, txq}_init for PPv2.2 by Thomas Petazzoni · 8 years ago
  42. 3d9017d net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2 by Thomas Petazzoni · 8 years ago
  43. 5eac892 net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2 by Thomas Petazzoni · 8 years ago
  44. d01524d net: mvpp2: adjust the allocation/free of BM pools for PPv2.2 by Thomas Petazzoni · 8 years ago
  45. e7c5359 net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors by Thomas Petazzoni · 8 years ago
  46. 054f637 net: mvpp2: introduce an intermediate union for the TX/RX descriptors by Thomas Petazzoni · 8 years ago
  47. faca924 net: mvpp2: add hw_version field in "struct mvpp2" by Thomas Petazzoni · 8 years ago
  48. ac3dd277 net: mvpp2: add and use accessors for TX/RX descriptors by Thomas Petazzoni · 8 years ago
  49. 4e4a105 net: mvpp2: store physical address of buffer in rx_desc->buf_cookie by Thomas Petazzoni · 8 years ago
  50. 4d6c2a6 net: mvpp2: remove mvpp2_txq_pend_desc_num_get() function by Thomas Petazzoni · 8 years ago
  51. df905f2 net: mvpp2: remove unused register definition MVPP2_TXQ_THRESH_REG by Thomas Petazzoni · 8 years ago
  52. aeb3d11 net: mvpp2: remove support for buffer header by Thomas Petazzoni · 8 years ago
  53. 2039613 net: mvpp2: use "dma" instead of "phys" where appropriate by Thomas Petazzoni · 8 years ago
  54. aee4411 dt-bindings: net: update Marvell PPv2 binding for PPv2.2 support by Thomas Petazzoni · 8 years ago
  55. 3f2aa56 Merge branch 'mlx4-order-0-allocations-and-page-recycling' by David S. Miller · 8 years ago
  56. 68b8df4 mlx4: remove duplicate code in mlx4_en_process_rx_cq() by Eric Dumazet · 8 years ago
  57. 6969cf0 mlx4: make validate_loopback() more generic by Eric Dumazet · 8 years ago
  58. 02e6fd3 mlx4: factorize page_address() calls by Eric Dumazet · 8 years ago
  59. 9e8c039 mlx4: do not access rx_desc from mlx4_en_process_rx_cq() by Eric Dumazet · 8 years ago
  60. 7d7bfc6 mlx4: add rx_alloc_pages counter in ethtool -S by Eric Dumazet · 8 years ago
  61. 34db548 mlx4: add page recycling in receive path by Eric Dumazet · 8 years ago
  62. b5a54d9 mlx4: use order-0 pages for RX by Eric Dumazet · 8 years ago
  63. 60c7f5a mlx4: removal of frag_sizes[] by Eric Dumazet · 8 years ago
  64. acd7628 mlx4: reduce rx ring page_cache size by Eric Dumazet · 8 years ago
  65. d85f6c1 mlx4: rx_headroom is a per port attribute by Eric Dumazet · 8 years ago
  66. aaca121 mlx4: get rid of frag_prefix_size by Eric Dumazet · 8 years ago
  67. 159ddfd mlx4: remove order field from mlx4_en_frag_info by Eric Dumazet · 8 years ago
  68. 69ba943 mlx4: dma_dir is a mlx4_en_priv attribute by Eric Dumazet · 8 years ago
  69. 3c66d1c Merge branch 'mlxsw-cosmetics' by David S. Miller · 8 years ago
  70. 61793af mlxsw: pci: Remove unused bit by Ido Schimmel · 8 years ago
  71. 1182e53 mlxsw: spectrum: Fix helper function and port variable names by Jiri Pirko · 8 years ago
  72. 95964c6 net: use proper lockdep annotation in __sk_dst_set() by Eric Dumazet · 8 years ago
  73. 337e639 Merge branch 'flow_dissector-improvements' by David S. Miller · 8 years ago
  74. 7c92de8 flow_dissector: Move GRE dissection into a separate function by Jiri Pirko · 8 years ago
  75. c5ef188 flow_dissector: rename "proto again" goto label by Jiri Pirko · 8 years ago
  76. d5774b9 flow_dissector: Fix GRE header error path by Jiri Pirko · 8 years ago
  77. 4a5d6c8b flow_dissector: Move MPLS dissection into a separate function by Jiri Pirko · 8 years ago
  78. 9bf881f flow_dissector: Move ARP dissection into a separate function by Jiri Pirko · 8 years ago
  79. fa383d6 net: toshiba: spider_net: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  80. 60f2851 net: toshiba: ps3_genic_net: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  81. e016cc6 net: sun: sunhme: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  82. 92552fd net: sun: sungem: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  83. d972253 net: sun: niu: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  84. 2c784b0 net: sun: cassini: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  85. c4df19a net: smsc: smc91x: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  86. 9e0b516 net: smsc: smc911x: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  87. 9c28286 decnet: Use TCP nagle macro instead of literal number in decnet by Gao Feng · 8 years ago
  88. 57dacfe net: qcom/emac: optimize QDF2400 SGMII RX/TX impedence values by Timur Tabi · 8 years ago
  89. d9c0eb0 Merge branch 'bgmac-cleanups-PM-support' by David S. Miller · 8 years ago
  90. f3537b3 net: ethernet: bgmac: driver power manangement by Joey Zhong · 8 years ago
  91. cb1b0f9 net: ethernet: bgmac: unify code of the same family by Jon Mason · 8 years ago
  92. 02083c3 net: ethernet: bgmac: use #defines for MAX size by Jon Mason · 8 years ago
  93. 452349c net: axienet: use eth_hw_addr_random() by Tobias Klauser · 8 years ago
  94. 81fa846 Merge branch 'netvsc-NAPI' by David S. Miller · 8 years ago
  95. e91e7dd netvsc: replace netdev_alloc_skb_ip_align with napi_alloc_skb by stephen hemminger · 8 years ago
  96. 742fe54 netvsc: enable GRO by stephen hemminger · 8 years ago
  97. 15a863b netvsc: implement NAPI by stephen hemminger · 8 years ago
  98. f3dd3f4 vmbus: introduce in-place packet iterator by stephen hemminger · 8 years ago
  99. 50698d8 netvsc: don't overload variable in same function by stephen hemminger · 8 years ago
  100. 1a4691b tools: hv: Add clean up function for Ubuntu config by Haiyang Zhang · 8 years ago