1. 3f44899 net/mlx5e: Use PARTIAL_GSO for UDP segmentation by Boris Pismenny · 7 years ago
  2. cc49518 net/mlx5e: Support offloading double vlan push/pop tc actions by Jianbo Liu · 7 years ago
  3. 1482bd3 net/mlx5e: Refactor tc vlan push/pop actions offloading by Jianbo Liu · 7 years ago
  4. 699e96d net/mlx5e: Support offloading tc double vlan headers match by Jianbo Liu · 7 years ago
  5. c7f7ba8 net/mlx5e: Remove redundant WARN when we cannot find neigh entry by Roi Dayan · 7 years ago
  6. 3101d1f net/mlx5: FW tracer, Add debug prints by Saeed Mahameed · 7 years ago
  7. 2440695 net/mlx5: FW tracer, Enable tracing by Feras Daoud · 7 years ago
  8. 70dd6fd net/mlx5: FW tracer, parse traces and kernel tracing support by Feras Daoud · 7 years ago
  9. c71ad41 net/mlx5: FW tracer, events handling by Feras Daoud · 7 years ago
  10. e9cad2c net/mlx5: FW tracer, register log buffer memory key by Saeed Mahameed · 7 years ago
  11. 48967ff net/mlx5: FW tracer, create trace buffer and copy strings database by Feras Daoud · 7 years ago
  12. f53aaa3 net/mlx5: FW tracer, implement tracer logic by Feras Daoud · 6 years ago
  13. 7854ac4 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by Saeed Mahameed · 6 years ago
  14. c9eaaa1 Merge branch 'lan743x-Add-features-to-lan743x-driver' by David S. Miller · 6 years ago
  15. 43e8fe9 lan743x: Add RSS support by Bryan Whitehead · 6 years ago
  16. c9cf96b lan743x: Add EEE support by Bryan Whitehead · 6 years ago
  17. 4d94282 lan743x: Add power management support by Bryan Whitehead · 6 years ago
  18. 6958460 lan743x: Add support for ethtool eeprom access by Bryan Whitehead · 6 years ago
  19. 2958337 lan743x: Add support for ethtool message level by Bryan Whitehead · 6 years ago
  20. 8114e8a lan743x: Add support for ethtool statistics by Bryan Whitehead · 6 years ago
  21. 63b92a9 lan743x: Add support for ethtool link settings by Bryan Whitehead · 6 years ago
  22. 0cf6322 lan743x: Add support for ethtool get_drvinfo by Bryan Whitehead · 6 years ago
  23. 8760c4d Merge branch 'sh_eth-clean-up-the-TSU-register-accessors' by David S. Miller · 6 years ago
  24. 51459d4 sh_eth: make sh_eth_tsu_{read|write}_entry() prototypes symmetric by Sergei Shtylyov · 6 years ago
  25. 7a54c86 sh_eth: make sh_eth_tsu_write_entry() take 'offset' parameter by Sergei Shtylyov · 6 years ago
  26. ecbecb0 sh_eth: call sh_eth_tsu_get_offset() from TSU register accessors by Sergei Shtylyov · 6 years ago
  27. 41414f0 sh_eth: make sh_eth_tsu_get_offset() match its name by Sergei Shtylyov · 6 years ago
  28. 388c4bb sh_eth: uninline sh_eth_tsu_get_offset() by Sergei Shtylyov · 6 years ago
  29. fd800f6 wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_alloc by YueHaibing · 6 years ago
  30. 6a52581 Merge branch 'smc-next' by David S. Miller · 6 years ago
  31. 48bf523 net/smc: remove local variable page in smc_rx_splice() by Ursula Braun · 6 years ago
  32. 144ce4b net/smc: use DECLARE_BITMAP for rtokens_used_mask by Ursula Braun · 6 years ago
  33. 00e5fb2 net/smc: add function to get link group from link by Stefan Raspl · 6 years ago
  34. bac6de7 net/smc: eliminate cursor read and write calls by Stefan Raspl · 6 years ago
  35. c601171 net/smc: provide smc mode in smc_diag.c by Karsten Graul · 6 years ago
  36. 9a2ad36 selftests: forwarding: gre_multipath: Drop IPv6 tests by Petr Machata · 6 years ago
  37. 7fa41ef ipv6: sr: Use kmemdup instead of duplicating it in parse_nla_srh by YueHaibing · 6 years ago
  38. f8b2990 Merge branch 'net-bridge-add-support-for-backup-port' by David S. Miller · 6 years ago
  39. 2756f68 net: bridge: add support for backup port by Nikolay Aleksandrov · 6 years ago
  40. a5f3ea5 net: bridge: add support for raw sysfs port options by Nikolay Aleksandrov · 6 years ago
  41. 0a78c38 net: mediatek: use dma_zalloc_coherent instead of allocator/memset by YueHaibing · 6 years ago
  42. 07300f7 nfp: avoid buffer leak when FW communication fails by Jakub Kicinski · 6 years ago
  43. 042f882 nfp: bring back support for offloading shared blocks by Jakub Kicinski · 6 years ago
  44. 2d408c0 xen-netfront: fix queue name setting by Vitaly Kuznetsov · 6 years ago
  45. be5a8ff net/dsa/realtek: add MODULE_LICENSE() by Randy Dunlap · 6 years ago
  46. 5b3df17 bonding: don't cast const buf in sysfs store by Nikolay Aleksandrov · 6 years ago
  47. fb42c83 Merge branch 'TX-used-ring-batched-updating-for-vhost' by David S. Miller · 6 years ago
  48. 4afb52c vhost_net: batch update used ring for datacopy TX by Jason Wang · 6 years ago
  49. d0d8697 vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCH by Jason Wang · 6 years ago
  50. 09c3248 vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used() by Jason Wang · 6 years ago
  51. 0d20bdf vhost_net: split out datacopy logic by Jason Wang · 6 years ago
  52. c92a8a8 vhost_net: introduce tx_can_batch() by Jason Wang · 6 years ago
  53. a2a91a1 vhost_net: introduce get_tx_bufs() by Jason Wang · 6 years ago
  54. 272f35c vhost_net: introduce vhost_exceeds_weight() by Jason Wang · 6 years ago
  55. b0d0ea5 vhost_net: introduce helper to initialize tx iov iter by Jason Wang · 6 years ago
  56. 652e4f3 vhost_net: drop unnecessary parameter by Jason Wang · 6 years ago
  57. 0ae0d60 multicast: remove useless parameter for group add by Hangbin Liu · 6 years ago
  58. ef32477 net: wimax: stack: fixed multi line comment issue by Mark Railton · 6 years ago
  59. b529344 net: phy: sfp: Do not use "imply HWMON" by Guenter Roeck · 6 years ago
  60. 4c30337 libcxgb: replace vmalloc and memset with vzalloc by YueHaibing · 6 years ago
  61. c1907e5 net: hix5hd2_gmac: use dma_zalloc_coherent instead of allocator/memset by YueHaibing · 6 years ago
  62. e064cce tipc: make some functions static by YueHaibing · 6 years ago
  63. baa2d2b net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_register by Gustavo A. R. Silva · 6 years ago
  64. d1afdc5 Merge branch 'tcp-improve-setsockopt-TCP_USER_TIMEOUT-accuracy' by David S. Miller · 6 years ago
  65. b701a99 tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracy by Jon Maxwell · 6 years ago
  66. a7fa377 tcp: Add tcp_retransmit_stamp() helper routine by Jon Maxwell · 6 years ago
  67. 9bcc66e tcp: convert icsk_user_timeout from jiffies to msecs by Jon Maxwell · 6 years ago
  68. 975cd35 Merge branch 's390-qeth-updates' by David S. Miller · 6 years ago
  69. 5f89eca s390/qeth: speed up L2 IQD xmit by Julian Wiedmann · 6 years ago
  70. a7c2f4a s390/qeth: add support for constrained HW headers by Julian Wiedmann · 6 years ago
  71. ba86ceee s390/qeth: merge linearize-check into HW header construction by Julian Wiedmann · 6 years ago
  72. d2a274b s390/qeth: add statistics for consumed buffer elements by Julian Wiedmann · 6 years ago
  73. 72f219d s390/qeth: use core MTU range checking by Julian Wiedmann · 6 years ago
  74. 8ce7a9e s390/qeth: simplify max MTU handling by Julian Wiedmann · 6 years ago
  75. 92d2720 s390/qeth: don't cache HW port number by Julian Wiedmann · 6 years ago
  76. d3d1b20 s390/qeth: allocate netdevice early by Julian Wiedmann · 6 years ago
  77. addc5ee s390/qeth: remove redundant netif_carrier_ok() checks by Julian Wiedmann · 6 years ago
  78. 70551dc s390/qeth: reset layer2 attribute on layer switch by Julian Wiedmann · 6 years ago
  79. a702349 s390/qeth: fix race in used-buffer accounting by Julian Wiedmann · 6 years ago
  80. d528114 Merge branch 'hns3-misc-cleanups' by David S. Miller · 6 years ago
  81. d71d838 net: hns3: Add SPDX tags to HNS3 PF driver by Jian Shen · 6 years ago
  82. 584b464 net: hns3: Remove unused struct member and definition by Jian Shen · 6 years ago
  83. ef0c500 net: hns3: Fix misleading parameter name by Jian Shen · 6 years ago
  84. c79301d net: hns3: Modify inconsistent bit mask macros by Jian Shen · 6 years ago
  85. f8a9178 net: hns3: Use decimal for bit offset macros by Jian Shen · 6 years ago
  86. fdace1b net: hns3: Correct unreasonable code comments by Jian Shen · 6 years ago
  87. a10829c net: hns3: Remove extra space and brackets by Jian Shen · 6 years ago
  88. 3f63990 net: hns3: Standardize the handle of return value by Jian Shen · 6 years ago
  89. 646cb51 net: hns3: Remove some redundant assignments by Jian Shen · 6 years ago
  90. eae249b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  91. c59e18b Merge branch 'Make-sys-class-net-per-net-namespace-objects-belong-to-container' by David S. Miller · 6 years ago
  92. 705e0de bridge: make sure objects belong to container's owner by Tyler Hicks · 6 years ago
  93. fbdeaed net: create reusable function for getting ownership info of sysfs inodes by Tyler Hicks · 6 years ago
  94. b0e37c0 net-sysfs: make sure objects belong to container's owner by Dmitry Torokhov · 6 years ago
  95. 3033fce net-sysfs: require net admin in the init ns for setting tx_maxrate by Tyler Hicks · 6 years ago
  96. 9944e89 driver core: set up ownership of class devices in sysfs by Dmitry Torokhov · 6 years ago
  97. d028b6f kobject: kset_create_and_add() - fetch ownership info from parent by Dmitry Torokhov · 6 years ago
  98. 5f81880 sysfs, kobject: allow creating kobject belonging to arbitrary users by Dmitry Torokhov · 6 years ago
  99. 488dee9 kernfs: allow creating kernfs objects with arbitrary uid/gid by Dmitry Torokhov · 6 years ago
  100. 7c4ec74 net: Init backlog NAPI's gro_hash. by David S. Miller · 6 years ago