1. eacc43d net: ethernet: et131x: Remove unused variable 'pm_csr' by Zhang Changzhong · 4 years, 8 months ago
  2. 5686b10 net: bna: Remove unused variable 't' by Zhang Changzhong · 4 years, 8 months ago
  3. 18c7015 net: bnxt: don't complain if TC flower can't be supported by Jakub Kicinski · 4 years, 8 months ago
  4. d44a919 Merge tag 'mlx5-updates-2020-07-16' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 8 months ago
  5. 721dab2 net: alteon: Avoid some useless memset by Christophe JAILLET · 4 years, 8 months ago
  6. f4079e5 net: alteon: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 4 years, 8 months ago
  7. 8d4f62c net: sungem: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 4 years, 8 months ago
  8. e0c3f4c net: decnet: af_decnet: Simplify goto loop. by Suraj Upadhyay · 4 years, 8 months ago
  9. c4fefd5 Merge branch 'tcp-dsack-multi-seg' by David S. Miller · 4 years, 8 months ago
  10. e3a5a1e tcp: add SNMP counter for no. of duplicate segments reported by DSACK by Priyaranjan Jha · 4 years, 8 months ago
  11. a71d77e tcp: fix segment accounting when DSACK range covers multiple segments by Priyaranjan Jha · 4 years, 8 months ago
  12. dcc82bb net: sun: cassini: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 4 years, 8 months ago
  13. 8c72894 mptcp: silence warning in subflow_data_ready() by Davide Caratti · 4 years, 8 months ago
  14. 79814d8 Merge branch 'usbnet-multicast-filter-support-for-cdc-ncm-devices' by David S. Miller · 4 years, 8 months ago
  15. e10dcb1 net: cdc_ncm: hook into set_rx_mode to admit multicast traffic by Miguel Rodríguez Pérez · 4 years, 8 months ago
  16. 37a2ebd net: cdc_ncm: add .ndo_set_rx_mode to cdc_ncm_netdev_ops by Miguel Rodríguez Pérez · 4 years, 8 months ago
  17. 1ea2b74 net: usbnet: export usbnet_set_rx_mode() by Bjørn Mork · 4 years, 8 months ago
  18. e506add net: cdc_ether: export usbnet_cdc_update_filter by Miguel Rodríguez Pérez · 4 years, 8 months ago
  19. 0226009 net: cdc_ether: use dev->intf to get interface information by Miguel Rodríguez Pérez · 4 years, 8 months ago
  20. eac87c4 net: openvswitch: reorder masks array based on usage by Eelco Chaudron · 4 years, 8 months ago
  21. b18432c net: phy: sfp: Cotsworks SFF module EEPROM fixup by Chris Healy · 4 years, 8 months ago
  22. bba238e net: phy: continue searching for C45 MMDs even if first returned ffff:ffff by Vladimir Oltean · 4 years, 8 months ago
  23. 4291dc1 Merge branch 'net-sched-do-not-drop-root-lock-in-tcf_qevent_handle' by Jakub Kicinski · 4 years, 8 months ago
  24. ac5c66f Revert "net: sched: Pass root lock to Qdisc_ops.enqueue" by Petr Machata · 4 years, 8 months ago
  25. 55f656c net: sched: Do not drop root lock in tcf_qevent_handle() by Petr Machata · 4 years, 8 months ago
  26. 54b154e net/mlx5e: CT: Map 128 bits labels to 32 bit map ID by Eli Britstein · 4 years, 9 months ago
  27. 0bdc89b net/mlx5e: Do not request completion on every single UMR WQE by Tariq Toukan · 6 years ago
  28. 2901a5c net/mlx5e: RX, Avoid indirect call in representor CQE handling by Tariq Toukan · 4 years, 11 months ago
  29. 93761ca net/mlx5e: XDP, Avoid indirect call in TX flow by Tariq Toukan · 4 years, 11 months ago
  30. 7ed92f9 net/mlx5e: IPsec: Add Connect-X IPsec ESN update offload support by Raed Salem · 5 years ago
  31. b2ac754 net/mlx5e: IPsec: Add Connect-X IPsec Rx data path offload by Raed Salem · 5 years ago
  32. 5e46634 net/mlx5e: IPsec: Add IPsec steering in local NIC RX by Huy Nguyen · 4 years, 9 months ago
  33. 78fb612 net/mlx5: Add IPsec related Flow steering entry's fields by Huy Nguyen · 5 years ago
  34. 2d64663 net/mlx5: IPsec: Add HW crypto offload support by Raed Salem · 5 years ago
  35. 9a6ad1a net/mlx5: Accel, Add core IPsec support for the Connect-X family by Raed Salem · 5 years ago
  36. ea2128f net/mlx5: E-switch, Reduce dependency on num_vfs during mode set by Parav Pandit · 4 years, 9 months ago
  37. 3d5f41c net/mlx5: E-switch, Avoid function change handler for non ECPF by Parav Pandit · 4 years, 9 months ago
  38. e21feb8 net/mlx5: Make MLX5_EN_TLS non-prompt by Tariq Toukan · 5 years ago
  39. 8b5ec43 net/mlx5e: Fix build break when CONFIG_XPS is not set by Saeed Mahameed · 4 years, 8 months ago
  40. 1315971 net/mlx5e: Fix missing switch_id for representors by Parav Pandit · 4 years, 8 months ago
  41. 89e35f6 net: mscc: ocelot: rethink Kconfig dependencies again by Vladimir Oltean · 4 years, 8 months ago
  42. 632ca50 af_packet: TPACKET_V3: replace busy-wait loop by John Ogness · 4 years, 8 months ago
  43. 999cf8a Merge branch 'net-fec-a-few-improvements' by Jakub Kicinski · 4 years, 8 months ago
  44. 31bb1a5 net: fec: replace snprintf() with strlcpy() in fec_ptp_init() by Sergey Organov · 4 years, 8 months ago
  45. 2b80308 net: fec: get rid of redundant code in fec_ptp_set() by Sergey Organov · 4 years, 8 months ago
  46. 1995603 net: fec: initialize clock with 0 rather than current kernel time by Sergey Organov · 4 years, 8 months ago
  47. e53a57e net: fec: enable to use PPS feature without time stamping by Sergey Organov · 4 years, 8 months ago
  48. 59632b2 net: ipv6: drop duplicate word in comment by Randy Dunlap · 4 years, 8 months ago
  49. d86f986 net: sctp: drop duplicate words in comments by Randy Dunlap · 4 years, 8 months ago
  50. 4b48b0a net: ip6_fib.h: drop duplicate word in comment by Randy Dunlap · 4 years, 8 months ago
  51. ab88d64 net: dsa.h: drop duplicate word in comment by Randy Dunlap · 4 years, 8 months ago
  52. c201324 net: caif: drop duplicate words in comments by Randy Dunlap · 4 years, 8 months ago
  53. cee50c2 net: 9p: drop duplicate word in comment by Randy Dunlap · 4 years, 8 months ago
  54. 158e896 net: wimax: fix duplicate words in comments by Randy Dunlap · 4 years, 8 months ago
  55. 2ff1711 net: skbuff.h: drop duplicate words in comments by Randy Dunlap · 4 years, 8 months ago
  56. 0d80b76 net: qed: drop duplicate words in comments by Randy Dunlap · 4 years, 8 months ago
  57. 404fc93 drivers: net: wan: Fix trivial spelling by Kieran Bingham · 4 years, 8 months ago
  58. 4b71500 Merge branch 'mlxsw-reg-add-policer-bandwidth-limits' by Jakub Kicinski · 4 years, 8 months ago
  59. 46b171d selftests: mlxsw: Test policers' occupancy by Ido Schimmel · 4 years, 8 months ago
  60. 5061e77 selftests: mlxsw: Add scale test for tc-police by Ido Schimmel · 4 years, 8 months ago
  61. cb12d17 selftests: mlxsw: tc_restrictions: Test tc-police restrictions by Ido Schimmel · 4 years, 8 months ago
  62. afe231d selftests: forwarding: Add tc-police tests by Ido Schimmel · 4 years, 8 months ago
  63. af11e81 mlxsw: spectrum_acl: Offload FLOW_ACTION_POLICE by Ido Schimmel · 4 years, 8 months ago
  64. deee0ab mlxsw: core_acl_flex_actions: Add police action by Ido Schimmel · 4 years, 8 months ago
  65. d25b8f6 mlxsw: core_acl_flex_actions: Work around hardware limitation by Ido Schimmel · 4 years, 8 months ago
  66. bf038f0 mlxsw: spectrum_policer: Add devlink resource support by Ido Schimmel · 4 years, 8 months ago
  67. 8d3fbae mlxsw: spectrum_policer: Add policer core by Ido Schimmel · 4 years, 8 months ago
  68. 1b744fc mlxsw: resources: Add resource identifier for global policers by Ido Schimmel · 4 years, 8 months ago
  69. fbf0f5d mlxsw: reg: Add policer bandwidth limits by Ido Schimmel · 4 years, 8 months ago
  70. 5e126e7 hinic: add firmware update support by Luo bin · 4 years, 8 months ago
  71. 514d095 decnet: dn_dev: Remove an unnecessary label. by Suraj Upadhyay · 4 years, 8 months ago
  72. 94d9f78 docs: networking: timestamping: add section for stacked PHC devices by Vladimir Oltean · 4 years, 8 months ago
  73. e63a228 net: sundance: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 8 months ago
  74. 8635764 netpoll: Remove unused inline function netpoll_netdev_init() by YueHaibing · 4 years, 8 months ago
  75. 0d40efa mptcp: Remove unused inline function mptcp_rcv_synsent() by YueHaibing · 4 years, 8 months ago
  76. 054848d net: flow: Remove unused inline function by YueHaibing · 4 years, 8 months ago
  77. 17c7b8b cipso: Remove unused inline functions by YueHaibing · 4 years, 8 months ago
  78. 4ff91fa Merge branch 'udp_tunnel-NIC-RX-port-offload-infrastructure' by David S. Miller · 4 years, 8 months ago
  79. 78c6bc2 qlcnic: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  80. 8cd160a qede: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  81. f7529b4 fm10k: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  82. 6a8c1a7 liquidio_vf: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  83. 3fcd2ba liquidio: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  84. fc9a7de enic: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  85. ad166a8 cxgb4: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  86. 085c5c4 bnx2x: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  87. 4df587a xgbe: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  88. b5c5f8d xgbe: switch to more generic VxLAN detection by Jakub Kicinski · 4 years, 8 months ago
  89. 8f0545d be2net: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  90. 641ca08 nfp: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  91. df8201c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
  92. 81adcd6 ksz884x: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 4 years, 8 months ago
  93. e2a8a82 Merge branch 'r8169-add-support-for-RTL8125B' by David S. Miller · 4 years, 8 months ago
  94. 0439297 r8169: add support for RTL8125B by Heiner Kallweit · 4 years, 8 months ago
  95. b3ba9ae8 net: phy: realtek: add support for RTL8125B-internal PHY by Heiner Kallweit · 4 years, 8 months ago
  96. 3fa1dbd Merge branch 's390-qeth-next' by David S. Miller · 4 years, 8 months ago
  97. 94ae20f s390/qeth: constify the MPC initialization data by Julian Wiedmann · 4 years, 8 months ago
  98. 0973292 s390/qeth: unify RX-mode hashtables by Julian Wiedmann · 4 years, 8 months ago
  99. 4b2eee3 s390/qeth: cleanup OAT code by Julian Wiedmann · 4 years, 8 months ago
  100. f7ec2d2 s390/qeth: clean up a magic number in the OAT callback by Julian Wiedmann · 4 years, 8 months ago