1. a2b2a19 net: ethernet: mediatek: remove superfluous local variable for phy address by Sean Wang · 8 years ago
  2. 2364c5c net: ethernet: mediatek: use phydev from struct net_device by Sean Wang · 8 years ago
  3. 4fa01af Merge branch 'mediatek-trgmii' by David S. Miller · 8 years ago
  4. b885396 net: ethernet: mediatek: add the dts property to set if TRGMII supported on GMAC0 by Sean Wang · 8 years ago
  5. f430dea net: ethernet: mediatek: add support for GMAC0 connecting with external PHY through TRGMII by Sean Wang · 8 years ago
  6. 572de60 net: ethernet: mediatek: add extension of phy-mode for TRGMII by Sean Wang · 8 years ago
  7. 60cd6e6 Merge tag 'rxrpc-rewrite-20160922-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  8. fc943f6 rxrpc: Reduce the number of PING ACKs sent by David Howells · 8 years ago
  9. 0d4b103 rxrpc: Reduce the number of ACK-Requests sent by David Howells · 8 years ago
  10. cdd0766 Merge branch 'ftgmac100-ast2500-support' by David S. Miller · 8 years ago
  11. edcd692 net/faraday: Mask out PHYSTS_CHG interrupt by Joel Stanley · 8 years ago
  12. e07dc63 net/faraday: Configure old MDIO interface on Aspeed SoCs by Joel Stanley · 8 years ago
  13. 08c9c12 net/faraday: Clear stale interrupts by Gavin Shan · 8 years ago
  14. 2a0ab8e net/faraday: Adapt for Aspeed SoCs by Joel Stanley · 8 years ago
  15. 7906a4d net/faraday: Make EDO{R,T}R bits configurable by Andrew Jeffery · 8 years ago
  16. ada66b5 net/faraday: Separate rx page storage from rxdesc by Andrew Jeffery · 8 years ago
  17. 50235c4 rxrpc: Obtain RTT data by requesting ACKs on DATA packets by David Howells · 8 years ago
  18. 77f2efc rxrpc: Add ktime_sub_ms() by David Howells · 8 years ago
  19. 7aa51da rxrpc: Expedite ping response transmission by David Howells · 8 years ago
  20. 8e83134 rxrpc: Send pings to get RTT data by David Howells · 8 years ago
  21. 524605e cxgb4: Convert to use simple_open() by Wei Yongjun · 8 years ago
  22. a084ab3 net: dsa: qca8k: use mdio_module_driver to simplify the code by Wei Yongjun · 8 years ago
  23. fcfbfd6 net: dsa: qca8k: fix non static symbol warning by Wei Yongjun · 8 years ago
  24. 9ba62f9 Merge branch 'sctp-align' by David S. Miller · 8 years ago
  25. 4a225ce sctp: make use of SCTP_TRUNC4 macro by Marcelo Ricardo Leitner · 8 years ago
  26. e2f036a sctp: rename WORD_TRUNC/ROUND macros by Marcelo Ricardo Leitner · 8 years ago
  27. b80b8d7 Merge branch 'mlx5e-xdp' by David S. Miller · 8 years ago
  28. 35b510e net/mlx5e: XDP TX xmit more by Saeed Mahameed · 8 years ago
  29. b5503b9 net/mlx5e: XDP TX forwarding support by Saeed Mahameed · 8 years ago
  30. f10b7cc net/mlx5e: Have a clear separation between different SQ types by Saeed Mahameed · 8 years ago
  31. 8699415 net/mlx5e: XDP fast RX drop bpf programs support by Rana Shahout · 8 years ago
  32. 2fc4bfb net/mlx5e: Dynamic RQ type infrastructure by Saeed Mahameed · 8 years ago
  33. e4b8550 net/mlx5e: Slightly reduce hardware LRO size by Saeed Mahameed · 8 years ago
  34. 21c5968 net/mlx5e: Union RQ RX info per RQ type by Saeed Mahameed · 8 years ago
  35. 1bfecfc net/mlx5e: Build RX SKB on demand by Saeed Mahameed · 8 years ago
  36. f9616c3 tcp: implement TSQ for retransmits by Eric Dumazet · 8 years ago
  37. 0f1100c Merge branch 'mv88e6390-prep' by David S. Miller · 8 years ago
  38. d6b1023 net: dsa: mv88e6xxx: Convert flag bits to unsigned long long by Andrew Lunn · 8 years ago
  39. 0e7b992 net: dsa: mv88e6xxx: Add helper for accessing port registers by Andrew Lunn · 8 years ago
  40. efee95f ptp_clock: future-proofing drivers against PTP subsystem becoming optional by Nicolas Pitre · 8 years ago
  41. d270f76 net: ethernet: hisilicon: hns: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  42. 262b38c net: ethernet: hisilicon: hns: use phydev from struct net_device by Philippe Reynes · 8 years ago
  43. e82f714 net: ethernet: mediatek: fix missing changes merged for conflicts overlapping commits by Sean Wang · 8 years ago
  44. f9d1846 Merge branch 'cxgb4-tc-offload' by David S. Miller · 8 years ago
  45. b20ff72 cxgb4: add support for drop and redirect actions by Rahul Lakkireddy · 8 years ago
  46. d893184 cxgb4: add support for offloading u32 filters by Rahul Lakkireddy · 8 years ago
  47. 2e8aad7 cxgb4: add parser to translate u32 filters to internal spec by Rahul Lakkireddy · 8 years ago
  48. 578b46b cxgb4: add common api support for configuring filters by Rahul Lakkireddy · 8 years ago
  49. d57fd6c cxgb4: move common filter code to separate file by Rahul Lakkireddy · 8 years ago
  50. ecf4ee4 net: skbuff: Coding: Use eth_type_vlan() instead of open coding it by Shmulik Ladkani · 8 years ago
  51. 636c262 net: skbuff: Remove errornous length validation in skb_vlan_pop() by Shmulik Ladkani · 8 years ago
  52. 1fbafcb Merge branch 'vlan_act_modify' by David S. Miller · 8 years ago
  53. 45a497f net/sched: act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan action by Shmulik Ladkani · 8 years ago
  54. bfca4c5 net: skbuff: Export __skb_vlan_pop by Shmulik Ladkani · 8 years ago
  55. 688dc53 Merge branch 'mlx4-next' by David S. Miller · 8 years ago
  56. a7e1f04 net/mlx4_core: Fix deadlock when switching between polling and event fw commands by Jack Morgenstein · 8 years ago
  57. 30353bf net/mlx4_core: Use RCU to perform radix tree lookup for SRQ by Leon Romanovsky · 8 years ago
  58. 57c970c net/mlx4_en: Fix wrong indentation by Kamal Heib · 8 years ago
  59. de3d6fa net/mlx4_en: Add branch prediction hints in RX data-path by Tariq Toukan · 8 years ago
  60. cf1a647 rxrpc: Add per-peer RTT tracker by David Howells · 8 years ago
  61. f07373e rxrpc: Add re-sent Tx annotation by David Howells · 8 years ago
  62. 5a924b8 rxrpc: Don't store the rxrpc header in the Tx queue sk_buffs by David Howells · 8 years ago
  63. c3d9b9f Merge branch 'bpf-hw-offload' by David S. Miller · 8 years ago
  64. e3b8baf nfp: bpf: add offload of TC direct action mode by Jakub Kicinski · 8 years ago
  65. 2d18421 nfp: bpf: add support for legacy redirect action by Jakub Kicinski · 8 years ago
  66. 9798e6f net: act_mirred: allow statistic updates from offloaded actions by Jakub Kicinski · 8 years ago
  67. 19d0f54 nfp: bpf: add packet marking support by Jakub Kicinski · 8 years ago
  68. 66860be nfp: bpf: allow offloaded filters to update stats by Jakub Kicinski · 8 years ago
  69. 68d6406 net: cls_bpf: allow offloaded filters to update stats by Jakub Kicinski · 8 years ago
  70. 7533fdc nfp: bpf: add hardware bpf offload by Jakub Kicinski · 8 years ago
  71. cd7df56 nfp: add BPF to NFP code translator by Jakub Kicinski · 8 years ago
  72. 6b17387 bpf: recognize 64bit immediate loads as consts by Jakub Kicinski · 8 years ago
  73. 13a27df bpf: enable non-core use of the verfier by Jakub Kicinski · 8 years ago
  74. 58e2af8 bpf: expose internal verfier structures by Jakub Kicinski · 8 years ago
  75. 3df126f bpf: don't (ab)use instructions to store state by Jakub Kicinski · 8 years ago
  76. eadb414 net: cls_bpf: add support for marking filters as hardware-only by Jakub Kicinski · 8 years ago
  77. 0d01d45 net: cls_bpf: limit hardware offload by software-only flag by Jakub Kicinski · 8 years ago
  78. 332ae8e net: cls_bpf: add hardware offload by Jakub Kicinski · 8 years ago
  79. 2d7a892 Merge branch 'mlxse-resource-query' by David S. Miller · 8 years ago
  80. 8f8a62d mlxsw: spectrum: Implement max rif resource by Nogah Frankel · 8 years ago
  81. 274df7f mlxsw: pci: Add max router interface resource by Nogah Frankel · 8 years ago
  82. e44d49c mlxsw: pci: Add some miscellaneous resources by Nogah Frankel · 8 years ago
  83. 9497c04 mlxsw: spectrum: Implement max virtual routers resource by Nogah Frankel · 8 years ago
  84. b8a09f0 mlxsw: pci: Add max virtual routers resource by Nogah Frankel · 8 years ago
  85. 403547d mlxsw: profile: Add KVD resources to profile config by Nogah Frankel · 8 years ago
  86. 2acd10c mlxsw: pci: Add KVD size relate resources by Nogah Frankel · 8 years ago
  87. ce0bd2b mlxsw: spectrum: lag resources- use resources data instead of consts by Nogah Frankel · 8 years ago
  88. 9f7f797 mlxsw: pci: Add lag related resources to resources query by Nogah Frankel · 8 years ago
  89. 4bdcc6c mlxsw: spectrum: Make offloads stats functions static by Or Gerlitz · 8 years ago
  90. a624f93 Merge branch 'tcp-bbr' by David S. Miller · 8 years ago
  91. 0f8782e tcp_bbr: add BBR congestion control by Neal Cardwell · 8 years ago
  92. 7e74417 tcp: increase ICSK_CA_PRIV_SIZE from 64 bytes to 88 by Neal Cardwell · 8 years ago
  93. c040276 tcp: new CC hook to set sending rate with rate_sample in any CA state by Yuchung Cheng · 8 years ago
  94. 77bfc17 tcp: allow congestion control to expand send buffer differently by Yuchung Cheng · 8 years ago
  95. 556c6b4 tcp: export tcp_mss_to_mtu() for congestion control modules by Neal Cardwell · 8 years ago
  96. 1b3878c tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segments by Neal Cardwell · 8 years ago
  97. ed6e726 tcp: allow congestion control module to request TSO skb segment count by Neal Cardwell · 8 years ago
  98. eb8329e tcp: export data delivery rate by Yuchung Cheng · 8 years ago
  99. d7722e8 tcp: track application-limited rate samples by Soheil Hassas Yeganeh · 8 years ago
  100. b9f6482 tcp: track data delivery rate for a TCP connection by Yuchung Cheng · 8 years ago