aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-17net: cdc_ether: export usbnet_cdc_update_filterMiguel Rodríguez Pérez1-1/+2
2020-07-17net: cdc_ether: use dev->intf to get interface informationMiguel Rodríguez Pérez1-3/+1
2020-07-17net: phy: sfp: Cotsworks SFF module EEPROM fixupChris Healy1-0/+44
2020-07-17net: phy: continue searching for C45 MMDs even if first returned ffff:ffffVladimir Oltean1-1/+2
2020-07-16net: mscc: ocelot: rethink Kconfig dependencies againVladimir Oltean2-5/+4
2020-07-16net: fec: replace snprintf() with strlcpy() in fec_ptp_init()Sergey Organov1-1/+1
2020-07-16net: fec: get rid of redundant code in fec_ptp_set()Sergey Organov1-3/+1
2020-07-16net: fec: initialize clock with 0 rather than current kernel timeSergey Organov1-1/+1
2020-07-16net: fec: enable to use PPS feature without time stampingSergey Organov1-5/+0
2020-07-15drivers: net: wan: Fix trivial spellingKieran Bingham1-1/+1
2020-07-15mlxsw: spectrum_acl: Offload FLOW_ACTION_POLICEIdo Schimmel4-5/+96
2020-07-15mlxsw: core_acl_flex_actions: Add police actionIdo Schimmel2-0/+225
2020-07-15mlxsw: core_acl_flex_actions: Work around hardware limitationIdo Schimmel1-16/+71
2020-07-15mlxsw: spectrum_policer: Add devlink resource supportIdo Schimmel3-0/+76
2020-07-15mlxsw: spectrum_policer: Add policer coreIdo Schimmel4-1/+448
2020-07-15mlxsw: resources: Add resource identifier for global policersIdo Schimmel1-0/+2
2020-07-15mlxsw: reg: Add policer bandwidth limitsIdo Schimmel1-0/+9
2020-07-15hinic: add firmware update supportLuo bin9-4/+565
2020-07-15net: sundance: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-14qlcnic: convert to new udp_tunnel_nic infraJakub Kicinski3-70/+32
2020-07-14qede: convert to new udp_tunnel_nic infraJakub Kicinski3-103/+58
2020-07-14fm10k: convert to new udp_tunnel_nic infraJakub Kicinski4-159/+28
2020-07-14liquidio_vf: convert to new udp_tunnel_nic infraJakub Kicinski1-26/+33
2020-07-14liquidio: convert to new udp_tunnel_nic infraJakub Kicinski1-26/+33
2020-07-14enic: convert to new udp_tunnel_nic infraJakub Kicinski1-66/+39
2020-07-14cxgb4: convert to new udp_tunnel_nic infraJakub Kicinski2-79/+31
2020-07-14bnx2x: convert to new udp_tunnel_nic infraJakub Kicinski3-123/+29
2020-07-14xgbe: convert to new udp_tunnel_nic infraJakub Kicinski3-243/+30
2020-07-14xgbe: switch to more generic VxLAN detectionJakub Kicinski1-19/+8
2020-07-14be2net: convert to new udp_tunnel_nic infraJakub Kicinski2-165/+38
2020-07-14nfp: convert to new udp_tunnel_nic infraJakub Kicinski2-97/+34
2020-07-14ksz884x: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-38/+30
2020-07-14r8169: add support for RTL8125BHeiner Kallweit3-23/+141
2020-07-14net: phy: realtek: add support for RTL8125B-internal PHYHeiner Kallweit1-0/+12
2020-07-14s390/qeth: constify the MPC initialization dataJulian Wiedmann3-18/+17
2020-07-14s390/qeth: unify RX-mode hashtablesJulian Wiedmann4-14/+12
2020-07-14s390/qeth: cleanup OAT codeJulian Wiedmann1-28/+12
2020-07-14s390/qeth: clean up a magic number in the OAT callbackJulian Wiedmann1-4/+2
2020-07-14s390/qeth: use u64_to_user_ptr() in the OAT codeJulian Wiedmann1-4/+2
2020-07-14s390/qeth: clean up error handling for isolation mode cmdsJulian Wiedmann3-70/+40
2020-07-14s390/qeth: don't clear the configured isolation modeJulian Wiedmann1-11/+11
2020-07-14s390/qeth: only init the isolation mode when necessaryJulian Wiedmann1-5/+6
2020-07-14s390/qeth: fine-tune errno when cmds are cancelledJulian Wiedmann1-1/+1
2020-07-14s390/qeth: reject unsupported link type earlierJulian Wiedmann2-17/+27
2020-07-14mlxsw: core: Use mirror reason during Rx listener lookupIdo Schimmel2-2/+5
2020-07-14mlxsw: pci: Retrieve mirror reason from CQE during receiveIdo Schimmel2-1/+6
2020-07-14mlxsw: pci: Add mirror reason field to CQEv2Ido Schimmel1-0/+5
2020-07-14mlxsw: trap: Add trap identifiers for mirrored packetsIdo Schimmel1-0/+8
2020-07-14mlxsw: reg: Increase trap identifier to 10 bitsAmit Cohen3-3/+3
2020-07-14mlxsw: spectrum_span: Allow setting policer on a SPAN agentIdo Schimmel4-3/+114