summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ibmvnic: free reset-work-item when flushingSukadev Bhattiprolu2022-03-081-1/+3
* can: gs_usb: change active_channels's type from atomic_t to u8Vincent Mailhol2022-03-081-5/+5
* net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe()Zheyu Ma2022-03-081-0/+3
* net: sxgbe: fix return value of __setup handlerRandy Dunlap2022-03-081-3/+3
* net: stmmac: fix return value of __setup handlerRandy Dunlap2022-03-081-3/+3
* xen/netfront: destroy queues before real_num_tx_queues is zeroedMarek Marczykowski-Górecki2022-03-081-16/+23
* net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990Daniele Palmas2022-03-081-0/+5
* mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_workJaeMan Park2022-03-081-0/+9
* mac80211_hwsim: report NOACK frames in tx_statusBenjamin Beichler2022-03-081-0/+4
* net/mlx5e: Fix wrong return value on ioctl EEPROM query failureGal Pressman2022-03-021-1/+1
* USB: zaurus: support another broken ZaurusOliver Neukum2022-03-022-0/+24
* sr9700: sanity check for packet lengthOliver Neukum2022-03-021-1/+1
* net: macb: Align the dma and coherent dma masksMarc St-Amand2022-02-231-1/+1
* net: usb: qmi_wwan: Add support for Dell DW5829eSlark Xiao2022-02-231-0/+2
* bonding: fix data-races around agg_select_timerEric Dumazet2022-02-231-5/+25
* net: ieee802154: ca8210: Fix lifs/sifs periodsMiquel Raynal2022-02-231-2/+2
* net: dsa: lan9303: fix reset on probeMans Rullgard2022-02-231-1/+1
* iwlwifi: pcie: gen2: fix locking when "HW not ready"Johannes Berg2022-02-231-2/+1
* iwlwifi: pcie: fix locking when "HW not ready"Johannes Berg2022-02-231-2/+1
* iwlwifi: fix use-after-freeJohannes Berg2022-02-231-0/+2
* net: ieee802154: at86rf230: Stop leaking skb'sMiquel Raynal2022-02-231-2/+11
* net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixupJann Horn2022-02-231-29/+39
* net: amd-xgbe: disable interrupts during pci removalRaju Rangoju2022-02-161-0/+3
* veth: fix races around rq->rx_notify_maskedEric Dumazet2022-02-161-5/+8
* bonding: pair enable_port with slave_arr_updatesMahesh Bandewar2022-02-161-1/+2
* ixgbevf: Require large buffers for build_skb on 82599VFSamuel Mendoza-Jonas2022-02-161-6/+7
* net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()Jisheng Zhang2022-02-161-1/+1
* net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYsPavel Parkhomenko2022-02-161-4/+3
* net: stmmac: ensure PTP time register reads are consistentYannick Vignon2022-02-081-7/+12
* net: macsec: Verify that send_sci is on when setting Tx sci explicitlyLior Nahmanson2022-02-081-0/+9
* net: ieee802154: ca8210: Stop leaking skb'sMiquel Raynal2022-02-081-0/+1
* net: ieee802154: mcr20a: Fix lifs/sifs periodsMiquel Raynal2022-02-081-2/+2
* net: ieee802154: hwsim: Ensure proper channel selection at probe timeMiquel Raynal2022-02-081-0/+1
* net: amd-xgbe: Fix skb data length underflowShyam Sundar S K2022-02-081-1/+11
* net: amd-xgbe: ensure to reset the tx_timer_active flagRaju Rangoju2022-02-081-0/+2
* ipheth: fix EOVERFLOW in ipheth_rcvbulk_callbackGeorgi Valkov2022-02-081-3/+3
* yam: fix a memory leak in yam_siocdevprivate()Hangyu Hua2022-02-081-3/+1
* ibmvnic: don't spin in taskletSukadev Bhattiprolu2022-02-081-6/+0
* ibmvnic: init ->running_cap_crqs earlySukadev Bhattiprolu2022-02-081-35/+71
* phylib: fix potential use-after-freeMarek Behún2022-02-081-3/+3
* i40e: fix unsigned stat widthsJoe Damato2022-02-083-7/+7
* i40e: Fix queues reservation for XDPSylwester Dziedziuch2022-02-081-0/+14
* i40e: Fix issue when maximum queues is exceededJedrzej Jagielski2022-02-083-13/+61
* i40e: Increase delay to 1 s after global EMP resetJedrzej Jagielski2022-02-081-9/+3
* net: sfp: ignore disabled SFP nodeMarek Behún2022-02-081-0/+5
* lib82596: Fix IRQ check in sni_82596_probeMiaoqian Lin2022-01-271-1/+2
* bcmgenet: add WOL IRQ checkSergey Shtylyov2022-01-271-4/+6
* libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route()Guillaume Nault2022-01-271-1/+2
* net: axienet: fix number of TX ring slots for available checkRobert Hancock2022-01-271-2/+2
* net: axienet: Wait for PhyRstCmplt after core resetRobert Hancock2022-01-271-0/+10