summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-05-22net: phy: add helpers for comparing phy IDsRussell King3-14/+12
2023-05-22net: altera: tse: remove mac_an_restart() functionRussell King (Oracle)1-5/+0
2023-05-22net: fec: remove useless fec_enet_reset_skb()Wei Fang1-21/+0
2023-05-22net: fec: turn on XDP featuresWei Fang1-0/+5
2023-05-20Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski3-1/+11
2023-05-19net: arc: Make arc_emac_remove() return voidUwe Kleine-König4-10/+7
2023-05-19Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski8-366/+142
2023-05-19net: sfp: add support for rate selectionRussell King (Oracle)1-24/+188
2023-05-19net: sfp: add support for setting signalling rateRussell King (Oracle)4-0/+50
2023-05-19net: sfp: change st_mutex lockingRussell King (Oracle)1-14/+42
2023-05-19net: sfp: move sm_mutex into sfp_check_state()Russell King (Oracle)1-9/+14
2023-05-19net: sfp: swap order of rtnl and st_mutex locksRussell King (Oracle)1-2/+2
2023-05-19net: sfp: move rtnl lock to cover reading stateRussell King (Oracle)1-1/+1
2023-05-19net: sfp: add helper to modify signal statesRussell King (Oracle)1-4/+8
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski81-247/+575
2023-05-18e1000e: Add @adapter description to kdocBaozhu Ni1-1/+1
2023-05-18igb: Define igb_pm_ops conditionally on CONFIG_PMTom Rix1-0/+2
2023-05-18igc: Avoid transmit queue timeout for XDPKurt Kanzenbach1-0/+8
2023-05-18net: lan966x: Add support for DSCP rewriteHoratiu Vultur3-3/+81
2023-05-18net: lan966x: Add support for PCP rewriteHoratiu Vultur3-1/+107
2023-05-18net: lan966x: Add support for offloading default prioHoratiu Vultur3-0/+34
2023-05-18net: lan966x: Add support for offloading dscp tableHoratiu Vultur3-4/+89
2023-05-18net: lan966x: Add support for apptrustHoratiu Vultur1-4/+114
2023-05-18net: lan966x: Add support for offloading pcp tableHoratiu Vultur6-0/+172
2023-05-18net: lan966x: Add registers to configure PCP, DEI, DSCPHoratiu Vultur1-0/+132
2023-05-18Merge tag 'linux-can-fixes-for-6.4-20230518' of git://git.kernel.org/pub/scm/...Paolo Abeni1-22/+29
2023-05-18Merge tag 'wireless-2023-05-17' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski34-99/+186
2023-05-18net: isa: include net/Space.hArnd Bergmann6-1/+9
2023-05-18mlxfw: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2023-05-18net: libwx: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-05-17ice: Remove LAG+SRIOV mutual exclusionDave Ertman5-91/+0
2023-05-17ice: update PHY type to ethtool link mode mappingPaul Greenwalt1-19/+19
2023-05-17ice: refactor PHY type to ethtool link modePaul Greenwalt3-274/+141
2023-05-17ice: update ICE_PHY_TYPE_HIGH_MAX_INDEXPaul Greenwalt1-1/+1
2023-05-17net/pppoe: make number of hash bits configurableJaco Kroon2-1/+35
2023-05-17net: wwan: t7xx: Ensure init is completed before system sleepKai-Heng Feng2-0/+19
2023-05-17net: pcs: xpcs: fix C73 AN not getting enabledVladimir Oltean1-1/+1
2023-05-17net: wwan: iosm: fix NULL pointer dereference when removing deviceM Chetan Kumar3-12/+33
2023-05-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller16-620/+569
2023-05-17igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov1-2/+2
2023-05-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller6-9/+30
2023-05-17octeontx2-pf: mcs: Support VLAN in clear textSubbaraya Sundeep2-2/+7
2023-05-17net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offsetMarco Migliore1-1/+1
2023-05-17cassini: Fix a memory leak in the error handling path of cas_init_one()Christophe JAILLET1-0/+2
2023-05-17tun: Fix memory leak for detached NAPI queue.Kuniyuki Iwashima1-0/+15
2023-05-17can: kvaser_pciefd: Disable interrupts in probe error pathJimmy Assarsson1-0/+2
2023-05-17can: kvaser_pciefd: Do not send EFLUSH command on TFD interruptJimmy Assarsson1-17/+4
2023-05-17can: kvaser_pciefd: Empty SRB buffer in probeJimmy Assarsson1-0/+15
2023-05-17can: kvaser_pciefd: Call request_irq() before enabling interruptsJimmy Assarsson1-5/+5
2023-05-17can: kvaser_pciefd: Clear listen-only bit if not explicitly requestedJimmy Assarsson1-0/+2