summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* enetc: make enetc_setup_tc_mqprio staticMao Wenan2019-11-221-1/+1
* net: dsa: ocelot: add hardware timestamping support for FelixYangbo Lu2019-11-211-0/+89
* net: dsa: ocelot: define PTP registers for felix_vsc9959Yangbo Lu2019-11-211-0/+16
* net: mscc: ocelot: convert to use ocelot_port_add_txtstamp_skb()Yangbo Lu2019-11-211-16/+27
* net: mscc: ocelot: convert to use ocelot_get_txtstamp()Yangbo Lu2019-11-213-60/+61
* net: mscc: ocelot: export ocelot_hwstamp_get/set functionsYangbo Lu2019-11-211-4/+4
* drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-2110-149/+149
* octeontx2-af: Fix uninitialized variable in debugfsDan Carpenter2019-11-211-1/+2
* net: sfp: soft status and control supportRussell King2019-11-211-20/+90
* net: sfp: add some quirks for GPON modulesRussell King2019-11-211-0/+25
* net: sfp: add support for module quirksRussell King2019-11-211-0/+54
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-218-64/+22
|\
| * bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-187-61/+21
| * bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko2019-11-181-3/+1
* | r8169: add check for PHY_MDIO_CHG to rtl_nic_fw_data_okHeiner Kallweit2019-11-201-5/+10
* | r8169: use macro FIELD_SIZEOF in definition of FW_OPCODE_SIZEHeiner Kallweit2019-11-201-1/+1
* | r8169: change mdelay to msleep in rtl_fw_write_firmwareHeiner Kallweit2019-11-201-1/+1
* | vsock/vmci: make vmci_vsock_cb_host_called staticMao Wenan2019-11-201-1/+1
* | net: mvneta: get rid of huge dma sync in mvneta_rx_refillLorenzo Bianconi2019-11-201-11/+15
* | net: mvneta: rely on page_pool_recycle_direct in mvneta_run_xdpLorenzo Bianconi2019-11-201-2/+4
* | isdn: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-1/+1
* | nfc: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-1/+1
* | cxgb4: add TC-MATCHALL classifier ingress offloadRahul Lakkireddy2019-11-206-19/+192
* | cxgb4: check rule prio conflicts before offloadRahul Lakkireddy2019-11-205-44/+143
* | cxgb4: add TC-MATCHALL classifier egress offloadRahul Lakkireddy2019-11-209-33/+381
* | net/mlx5e: Rx, Update page pool numa node when changedSaeed Mahameed2019-11-201-0/+3
* | phy: ti: phy-gmii-sel: dependency from ti cpsw-switchdev driverGrygorii Strashko2019-11-201-2/+2
* | net: ethernet: ti: introduce cpsw switchdev based driver part 2 - switchIlias Apalodimas2019-11-205-9/+993
* | net: ethernet: ti: introduce cpsw switchdev based driver part 1 - dual-emacIlias Apalodimas2019-11-205-5/+1710
* | net: ethernet: ti: cpsw: move set of common functions in cpsw_privGrygorii Strashko2019-11-203-1264/+1293
* | net: ethernet: ti: cpsw: resolve build deps of cpsw driversGrygorii Strashko2019-11-203-8/+17
* | net: ethernet: ti: ale: modify vlan/mdb api for switchdevIlias Apalodimas2019-11-202-10/+123
* | net: ethernet: ti: cpsw: allow untagged traffic on host portGrygorii Strashko2019-11-203-10/+35
* | net: ethernet: ti: ale: clean ale tbl on init and intf restartGrygorii Strashko2019-11-201-0/+2
* | cxgb4: remove unneeded semicolon for switch blockRahul Lakkireddy2019-11-201-1/+1
* | net: dsa: felix: Fix CPU port assignment when not last portVladimir Oltean2019-11-201-1/+1
* | net: phy: dp83869: fix return of uninitialized variable retColin Ian King2019-11-191-1/+1
* | bnxt_en: Abort waiting for firmware response if there is no heartbeat.Pavan Chebbi2019-11-191-0/+10
* | bnxt_en: Add a warning message for driver initiated resetVasundhara Volam2019-11-191-0/+1
* | bnxt_en: Return proper error code for non-existent NVM variableVasundhara Volam2019-11-191-1/+8
* | bnxt_en: Report health status update after reset is doneVasundhara Volam2019-11-194-0/+26
* | bnxt_en: Set MASTER flag during driver registration.Vasundhara Volam2019-11-191-1/+2
* | bnxt_en: Extend ETHTOOL_RESET to hot reset driver.Vasundhara Volam2019-11-193-2/+10
* | bnxt_en: Increase firmware response timeout for coredump commands.Vasundhara Volam2019-11-191-1/+2
* | bnxt_en: Improve RX buffer error handling.Michael Chan2019-11-193-2/+9
* | bnxt_en: Update firmware interface spec to 1.10.1.12.Michael Chan2019-11-193-44/+77
* | net: phy: avoid matching all-ones clause 45 PHY IDsRussell King2019-11-191-3/+6
* | net: phy: marvell10g: add SFP+ supportRussell King2019-11-191-1/+24
* | net: phy: add core phylib sfp supportRussell King2019-11-192-0/+73
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-17109-477/+1165
|\ \