aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-15net: tap: check vlan with eth_type_vlan() methodMenglong Dong1-4/+2
2021-01-15net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean6-11/+714
2021-01-15net: mscc: ocelot: initialize watermarks to sane defaultsVladimir Oltean4-1/+446
2021-01-15net: mscc: ocelot: register devlink portsVladimir Oltean3-44/+146
2021-01-15net: mscc: ocelot: delete unused ocelot_set_cpu_port prototypeVladimir Oltean1-4/+0
2021-01-15net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean4-4/+4
2021-01-15net: dsa: felix: perform teardown in reverse order of setupVladimir Oltean1-5/+5
2021-01-15net: dsa: felix: reindent struct dsa_switch_opsVladimir Oltean1-37/+37
2021-01-15net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean3-0/+52
2021-01-15net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean6-6/+21
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski28-205/+151
2021-01-15net: ks8851: remove definition of DEBUGTom Rix3-6/+0
2021-01-15gianfar: remove definition of DEBUGTom Rix1-1/+0
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean13-15/+12
2021-01-15netxen_nic: switch from 'pci_' to 'dma_' APIChristophe JAILLET3-77/+77
2021-01-15net: dsa: mv88e6xxx: Only allow LAG offload on supported hardwareTobias Waldekranz2-1/+10
2021-01-15net: dsa: mv88e6xxx: Provide dummy implementations for trunk settersTobias Waldekranz1-0/+12
2021-01-15net: dsa: add Arrow SpeedChips XRS700x driverGeorge McCollister9-0/+1213
2021-01-15net: phy: at803x: add support for configuring SmartEEERussell King1-1/+64
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski186-1005/+1642
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman3-11/+22
2021-01-14ch_ipsec: Remove initialization of rxq related dataAyush Sawal1-3/+0
2021-01-14net: ipa: retry TX channel stop commandsAlex Elder1-5/+2
2021-01-14net: ipa: change stop channel retry delayAlex Elder1-1/+1
2021-01-14net: ipa: change GSI command timeoutAlex Elder1-2/+4
2021-01-14net: ipa: use usleep_range()Alex Elder2-4/+5
2021-01-14net: ipa: introduce some interrupt helpersAlex Elder1-36/+58
2021-01-14net: ipa: a few simple renamesAlex Elder1-14/+14
2021-01-14Merge tag 'linux-can-next-for-5.12-20210114' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextJakub Kicinski41-1411/+1509
2021-01-14net: dsa: mv88e6xxx: Link aggregation supportTobias Waldekranz5-5/+330
2021-01-14net: bonding: Notify ports about their initial stateTobias Waldekranz1-0/+2
2021-01-14mlxsw: pci: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-31/+25
2021-01-14net: marvell: prestera: fix uninitialized vid in prestera_port_vlans_addVladimir Oltean1-2/+1
2021-01-14sfp: add support for 100 base-x SFPsBjarni Jonasson1-0/+9
2021-01-14net: phy: ar803x: disable extended next page bitRussell King1-1/+7
2021-01-14Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds22-79/+156
2021-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds13-12/+55
2021-01-14nt: usb: USB_RTL8153_ECM should not default to yGeert Uytterhoeven1-1/+0
2021-01-14net: stmmac: fix taprio configuration when base_time is in the pastYannick Vignon1-2/+18
2021-01-14net: stmmac: fix taprio schedule configurationYannick Vignon1-48/+4
2021-01-14HID: logitech-hidpp: Add product ID for MX Ergo in Bluetooth modeNicholas Miell1-0/+2
2021-01-14can: tcan4x5x: remove __packed attribute from struct tcan4x5x_map_bufMarc Kleine-Budde1-1/+1
2021-01-14can: dev: can_put_echo_skb(): add software tx timestampsVincent Mailhol1-0/+2
2021-01-14can: dev: can_rx_offload_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde4-6/+8
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde28-31/+32
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol30-32/+35
2021-01-14can: dev: extend struct can_skb_priv to hold CAN frame lengthMarc Kleine-Budde2-3/+8
2021-01-14can: length: can_skb_get_frame_len(): introduce function to get data length of frame in data link layerVincent Mailhol1-0/+50
2021-01-14can: length: can_fd_len2dlc(): simplify length calculcationMarc Kleine-Budde1-4/+2
2021-01-13net: stmmac: Fixed mtu channged by cache alignedDavid Wu1-1/+2