| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-09-28 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | Jakub Kicinski | 3 | -101/+71 |
| 2022-09-28 | net: ethernet: mtk_eth_soc: fix mask of RX_DMA_GET_SPORT{,_V2} | Daniel Golle | 1 | -2/+2 |
| 2022-09-28 | net: mscc: ocelot: fix tagged VLAN refusal while under a VLAN-unaware bridge | Vladimir Oltean | 1 | -0/+7 |
| 2022-09-28 | can: c_can: don't cache TX messages for C_CAN cores | Marc Kleine-Budde | 2 | -8/+20 |
| 2022-09-27 | ice: xsk: drop power of 2 ring size restriction for AF_XDP | Maciej Fijalkowski | 1 | -13/+7 |
| 2022-09-27 | ice: xsk: change batched Tx descriptor cleaning | Maciej Fijalkowski | 3 | -88/+64 |
| 2022-09-27 | net: usb: qmi_wwan: Add new usb-id for Dell branded EM7455 | Frank Wunderlich | 1 | -0/+1 |
| 2022-09-27 | net: phy: Don't WARN for PHY_UP state in mdio_bus_phy_resume() | Lukas Wunner | 1 | -4/+6 |
| 2022-09-27 | net: stmmac: power up/down serdes in stmmac_open/release | Junxiao Chang | 1 | -10/+13 |
| 2022-09-26 | net: hippi: Add missing pci_disable_device() in rr_init_one() | ruanjinjie | 1 | -0/+1 |
| 2022-09-26 | net/mlxbf_gige: Fix an IS_ERR() vs NULL bug in mlxbf_gige_mdio_probe | Peng Wu | 1 | -2/+2 |
| 2022-09-26 | cxgb4: fix missing unlock on ETHOFLD desc collect fail path | Rafael Mendonca | 1 | -9/+19 |
| 2022-09-26 | usbnet: Fix memory leak in usbnet_disconnect() | Peilin Ye | 1 | -1/+6 |
| 2022-09-26 | Revert "net: mvpp2: debugfs: fix memory leak when using debugfs_lookup()" | Sasha Levin | 1 | -2/+2 |
| 2022-09-23 | sfc: correct filter_table_remove method for EF10 PFs | Andy Moreton | 1 | -1/+1 |
| 2022-09-23 | net: mt7531: ensure all MACs are powered down before reset | Alexander Couzens | 1 | -0/+4 |
| 2022-09-23 | net: mt7531: only do PLL once after the reset | Alexander Couzens | 1 | -6/+9 |
| 2022-09-23 | net: macb: Fix ZynqMP SGMII non-wakeup source resume failure | Radhey Shyam Pandey | 1 | -0/+4 |
| 2022-09-23 | tun: support not enabling carrier in TUNSETIFF | Patrick Rohr | 1 | -3/+6 |
| 2022-09-22 | Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 55 | -341/+455 |
| 2022-09-22 | bnxt: prevent skb UAF after handing over to PTP worker | Jakub Kicinski | 1 | -5/+5 |
| 2022-09-22 | net: marvell: Fix refcounting bugs in prestera_port_sfp_bind() | Liang He | 1 | -0/+2 |
| 2022-09-22 | net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD | Sean Anderson | 1 | -2/+2 |
| 2022-09-22 | bonding: fix NULL deref in bond_rr_gen_slave_id | Jonathan Toppins | 1 | -9/+6 |
| 2022-09-22 | net: phy: micrel: fix shared interrupt on LAN8814 | Michael Walle | 1 | -6/+12 |
| 2022-09-21 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | Jakub Kicinski | 1 | -9/+14 |
| 2022-09-21 | ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficient | Larysa Zaremba | 1 | -1/+4 |
| 2022-09-21 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | Jakub Kicinski | 4 | -10/+53 |
| 2022-09-21 | Merge tag 'linux-can-fixes-for-6.0-20220921' of git://git.kernel.org/pub/scm/... | Jakub Kicinski | 2 | -13/+18 |
| 2022-09-21 | net: atlantic: fix potential memory leak in aq_ndev_close() | Jianglei Nie | 1 | -3/+0 |
| 2022-09-21 | can: gs_usb: gs_usb_set_phys_id(): return with error if identify is not suppo... | Marc Kleine-Budde | 1 | -6/+11 |
| 2022-09-21 | can: gs_usb: gs_can_open(): fix race dev->can.state condition | Marc Kleine-Budde | 1 | -2/+2 |
| 2022-09-21 | can: flexcan: flexcan_mailbox_read() fix return value for drop = true | Marc Kleine-Budde | 1 | -5/+5 |
| 2022-09-20 | net: sh_eth: Fix PHY state warning splat during system resume | Geert Uytterhoeven | 1 | -0/+2 |
| 2022-09-20 | net: ravb: Fix PHY state warning splat during system resume | Geert Uytterhoeven | 1 | -0/+2 |
| 2022-09-20 | ice: Fix interface being down after reset with link-down-on-close flag on | Mateusz Palczewski | 1 | -9/+12 |
| 2022-09-20 | ice: config netdev tc before setting queues number | Michal Swiatkowski | 1 | -0/+2 |
| 2022-09-20 | net: enetc: deny offload of tc-based TSN features on VF interfaces | Vladimir Oltean | 5 | -25/+34 |
| 2022-09-20 | net: enetc: move enetc_set_psfp() out of the common enetc_set_features() | Vladimir Oltean | 5 | -35/+44 |
| 2022-09-20 | wireguard: netlink: avoid variable-sized memcpy on sockaddr | Jason A. Donenfeld | 1 | -7/+6 |
| 2022-09-20 | wireguard: ratelimiter: disable timings test by default | Jason A. Donenfeld | 1 | -15/+10 |
| 2022-09-20 | sfc/siena: fix null pointer dereference in efx_hard_start_xmit | Íñigo Huguet | 1 | -1/+1 |
| 2022-09-20 | sfc/siena: fix TX channel offset when using legacy interrupts | Íñigo Huguet | 1 | -1/+1 |
| 2022-09-20 | net: ipa: properly limit modem routing table use | Alex Elder | 5 | -26/+32 |
| 2022-09-20 | of: mdio: Add of_node_put() when breaking out of for_each_xx | Liang He | 1 | -0/+1 |
| 2022-09-20 | Revert "net: fec: Use a spinlock to guard `fep->ptp_clk_on`" | Francesco Dolcini | 3 | -19/+27 |
| 2022-09-20 | Revert "fec: Restart PPS after link state change" | Francesco Dolcini | 3 | -77/+4 |
| 2022-09-20 | net: dsa: microchip: lan937x: fix maximum frame length check | Rakesh Sankaranarayanan | 1 | -4/+0 |
| 2022-09-19 | gve: Fix GFP flags when allocing pages | Shailend Chand | 1 | -1/+1 |
| 2022-09-19 | bnxt_en: fix flags to check for supported fw version | Vadim Fedorenko | 1 | -2/+2 |
| 2022-09-19 | Merge tag 'wireless-2022-09-19' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski | 4 | -4/+6 |
| 2022-09-19 | sfc: fix null pointer dereference in efx_hard_start_xmit | Íñigo Huguet | 1 | -1/+1 |
| 2022-09-19 | sfc: fix TX channel offset when using legacy interrupts | Íñigo Huguet | 1 | -1/+1 |
| 2022-09-19 | net: ethernet: mtk_eth_soc: enable XDP support just for MT7986 SoC | Lorenzo Bianconi | 1 | -1/+1 |
| 2022-09-19 | net: mana: Add rmb after checking owner bits | Haiyang Zhang | 1 | -0/+10 |
| 2022-09-19 | netdevsim: Fix hwstats debugfs file permissions | Ido Schimmel | 1 | -3/+3 |
| 2022-09-19 | i40e: Fix set max_tx_rate when it is lower than 1 Mbps | Michal Jaron | 1 | -6/+26 |
| 2022-09-19 | i40e: Fix VF set max MTU size | Michal Jaron | 1 | -0/+20 |
| 2022-09-19 | iavf: Fix set max MTU size with port VLAN and jumbo frames | Michal Jaron | 1 | -2/+5 |
| 2022-09-19 | mlxbf_gige: clear MDIO gateway lock after read | David Thompson | 1 | -0/+6 |
| 2022-09-19 | iavf: Fix bad page state | Norbert Zulinski | 1 | -2/+2 |
| 2022-09-16 | net: team: Unsync device addresses on ndo_stop | Benjamin Poirier | 1 | -6/+18 |
| 2022-09-16 | net: bonding: Unsync device addresses on ndo_stop | Benjamin Poirier | 1 | -12/+35 |
| 2022-09-16 | net: bonding: Share lacpdu_mcast_addr definition | Benjamin Poirier | 2 | -14/+7 |
| 2022-09-16 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | David S. Miller | 4 | -25/+33 |
| 2022-09-16 | net: marvell: prestera: add support for for Aldrin2 | Oleksandr Mazur | 1 | -0/+1 |
| 2022-09-13 | net: phy: aquantia: wait for the suspend/resume operations to finish | Ioana Ciornei | 1 | -4/+49 |
| 2022-09-12 | Merge tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -4/+0 |
| 2022-09-12 | wifi: mt76: fix 5 GHz connection regression on mt76x0/mt76x2 | Felix Fietkau | 1 | -1/+2 |
| 2022-09-12 | wifi: mt76: fix reading current per-tid starting sequence number for aggregation | Felix Fietkau | 1 | -1/+1 |
| 2022-09-12 | wifi: iwlwifi: Mark IWLMEI as broken | Toke Høiland-Jørgensen | 1 | -0/+1 |
| 2022-09-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -2/+21 |
| 2022-09-09 | ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header | Lu Wei | 1 | -2/+4 |
| 2022-09-08 | iavf: Fix cached head and tail value for iavf_get_tx_pending | Brett Creeley | 1 | -1/+4 |
| 2022-09-08 | iavf: Fix change VF's mac address | Sylwester Dziedziuch | 1 | -6/+3 |
| 2022-09-08 | ice: Fix crash by keep old cfg when update TCs more than queues | Ding Hui | 1 | -16/+26 |
| 2022-09-08 | ice: Don't double unplug aux on peer initiated reset | Dave Ertman | 1 | -2/+0 |
| 2022-09-08 | Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 29 | -143/+402 |
| 2022-09-08 | net: phy: lan87xx: change interrupt src of link_up to comm_ready | Arun Ramadoss | 1 | -4/+54 |
| 2022-09-07 | net: ethernet: mtk_eth_soc: check max allowed hash in mtk_ppe_check_skb | Lorenzo Bianconi | 1 | -0/+3 |
| 2022-09-07 | net: ethernet: mtk_eth_soc: fix typo in __mtk_foe_entry_clear | Lorenzo Bianconi | 1 | -1/+1 |
| 2022-09-07 | net: dsa: felix: access QSYS_TAG_CONFIG under tas_lock in vsc9959_sched_speed... | Vladimir Oltean | 1 | -2/+2 |
| 2022-09-07 | net: dsa: felix: disable cut-through forwarding for frames oversized for tc-t... | Vladimir Oltean | 1 | -43/+79 |
| 2022-09-07 | net: dsa: felix: tc-taprio intervals smaller than MTU should send at least on... | Vladimir Oltean | 1 | -4/+31 |
| 2022-09-07 | wifi: iwlwifi: don't spam logs with NSS>2 messages | Jason A. Donenfeld | 1 | -2/+2 |
| 2022-09-06 | net: usb: qmi_wwan: add Quectel RM520N | jerry.meng | 1 | -0/+1 |
| 2022-09-06 | net: dsa: qca8k: fix NULL pointer dereference for of_device_get_match_data | Christian Marangi | 1 | -1/+1 |
| 2022-09-05 | PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to p... | Vitaly Kuznetsov | 1 | -4/+0 |
| 2022-09-05 | stmmac: intel: Simplify intel_eth_pci_remove() | Christophe JAILLET | 1 | -2/+0 |
| 2022-09-05 | net: mvpp2: debugfs: fix memory leak when using debugfs_lookup() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2022-09-05 | RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profile | Maher Sanalla | 1 | -2/+21 |
| 2022-09-05 | bonding: accept unsolicited NA message | Hangbin Liu | 1 | -5/+12 |
| 2022-09-05 | bonding: use unspecified address if no available link local address | Hangbin Liu | 1 | -0/+3 |
| 2022-09-04 | Merge tag 'wireless-2022-09-03' of git://git.kernel.org/pub/scm/linux/kernel/... | David S. Miller | 6 | -14/+55 |
| 2022-09-03 | wifi: mac80211_hwsim: check length for virtio packets | Soenke Huster | 1 | -1/+6 |
| 2022-09-03 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | David S. Miller | 4 | -5/+20 |
| 2022-09-03 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | David S. Miller | 4 | -18/+80 |
| 2022-09-03 | net: dsa: microchip: fix kernel oops on ksz8 switches | Oleksij Rempel | 1 | -6/+24 |
| 2022-09-03 | xen-netback: only remove 'hotplug-status' when the vif is actually destroyed | Paul Durrant | 1 | -1/+1 |
| 2022-09-02 | net: fec: Use a spinlock to guard `fep->ptp_clk_on` | Csókás Bence | 3 | -27/+19 |
| 2022-09-02 | net: fec: add pm_qos support on imx6q platform | Wei Fang | 2 | -1/+13 |
| 2022-09-02 | iavf: Detach device during reset task | Ivan Vecera | 1 | -3/+11 |
| 2022-09-02 | i40e: Fix kernel crash during module removal | Ivan Vecera | 1 | -1/+4 |
| 2022-09-02 | i40e: Fix ADQ rate limiting for PF | Przemyslaw Patynowski | 2 | -1/+5 |
| 2022-09-02 | Merge tag 'driver-core-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+3 |
| 2022-09-02 | ice: use bitmap_free instead of devm_kfree | Michal Swiatkowski | 1 | -1/+1 |
| 2022-09-02 | ice: Fix DMA mappings leak | Przemyslaw Patynowski | 4 | -17/+79 |
| 2022-09-01 | Revert "net: phy: meson-gxl: improve link-up behavior" | Heiner Kallweit | 1 | -7/+1 |
| 2022-08-31 | mlxbf_gige: compute MDIO period based on i1clk | David Thompson | 3 | -18/+110 |
| 2022-08-31 | ethernet: rocker: fix sleep in atomic context bug in neigh_timer_handler | Duoming Zhou | 1 | -1/+1 |
| 2022-08-30 | net: lan966x: improve error handle in lan966x_fdma_rx_get_frame() | Dan Carpenter | 1 | -1/+4 |
| 2022-08-30 | nfp: fix the access to management firmware hanging | Gao Xiao | 1 | -0/+1 |
| 2022-08-30 | Merge tag 'ieee802154-for-net-2022-08-29' of git://git.kernel.org/pub/scm/lin... | Jakub Kicinski | 3 | -2/+4 |
| 2022-08-30 | net: phy: micrel: Make the GPIO to be non-exclusive | Horatiu Vultur | 1 | -1/+7 |
| 2022-08-30 | wifi: iwlegacy: 4965: corrected fix for potential off-by-one overflow in il49... | Stanislaw Gruszka | 1 | -4/+1 |
| 2022-08-30 | wifi: wilc1000: fix DMA on stack objects | Ajay.Kathat@microchip.com | 3 | -8/+47 |
| 2022-08-29 | net: Use u64_stats_fetch_begin_irq() for stats fetch. | Sebastian Andrzej Siewior | 9 | -42/+42 |
| 2022-08-29 | net: dsa: xrs700x: Use irqsave variant for u64 stats update | Sebastian Andrzej Siewior | 1 | -2/+3 |
| 2022-08-29 | ieee802154: cc2520: add rc code in cc2520_tx() | Li Qiong | 1 | -0/+1 |
| 2022-08-27 | r8152: add PID for the Lenovo OneLink+ Dock | Jean-Francois Le Fillatre | 2 | -0/+10 |
| 2022-08-26 | nfp: flower: fix ingress police using matchall filter | Tianyu Yuan | 1 | -2/+3 |
| 2022-08-26 | net: smsc911x: Stop and start PHY during suspend and resume | Florian Fainelli | 1 | -0/+6 |
| 2022-08-26 | tg3: Disable tg3 device on system reboot to avoid triggering AER | Kai-Heng Feng | 1 | -2/+6 |
| 2022-08-26 | net: sparx5: fix handling uneven length packets in manual extraction | Casper Andersson | 1 | -0/+2 |
| 2022-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -1/+2 |
| 2022-08-26 | wifi: mt76: mt7921e: fix crash in chip reset fail | Deren Wu | 1 | -1/+1 |
| 2022-08-25 | Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 42 | -182/+486 |
| 2022-08-25 | net: lantiq_xrx200: restore buffer if memory allocation failed | Aleksander Jan Bajkowski | 1 | -0/+1 |
| 2022-08-25 | net: lantiq_xrx200: fix lock under memory pressure | Aleksander Jan Bajkowski | 1 | -1/+1 |
| 2022-08-25 | net: lantiq_xrx200: confirm skb is allocated before using | Aleksander Jan Bajkowski | 1 | -0/+6 |
| 2022-08-25 | net: stmmac: work around sporadic tx issue on link-up | Heiner Kallweit | 2 | -6/+11 |
| 2022-08-25 | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | Jakub Kicinski | 2 | -14/+47 |
| 2022-08-25 | ionic: VF initial random MAC address if no assigned mac | R Mohamed Shah | 1 | -5/+87 |
| 2022-08-25 | ionic: fix up issues with handling EAGAIN on FW cmds | Shannon Nelson | 1 | -1/+3 |
| 2022-08-25 | ionic: clear broken state on generation change | Shannon Nelson | 1 | -0/+3 |
| 2022-08-25 | net: ethernet: mtk_eth_soc: fix hw hash reporting for MTK_NETSYS_V2 | Lorenzo Bianconi | 2 | -10/+17 |
| 2022-08-24 | i40e: Fix incorrect address type for IPv6 flow rules | Sylwester Dziedziuch | 1 | -1/+1 |
| 2022-08-24 | ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounter | Jacob Keller | 1 | -13/+46 |
| 2022-08-24 | fec: Restart PPS after link state change | Csókás Bence | 3 | -4/+77 |
| 2022-08-23 | Merge tag 'mlx5-fixes-2022-08-22' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 10 | -42/+64 |
| 2022-08-23 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | Jakub Kicinski | 4 | -29/+54 |
| 2022-08-23 | bnxt_en: fix LRO/GRO_HW features in ndo_fix_features callback | Vikas Gupta | 1 | -4/+1 |
| 2022-08-23 | bnxt_en: fix NQ resource accounting during vf creation on 57500 chips | Vikas Gupta | 1 | -1/+1 |
| 2022-08-23 | bnxt_en: set missing reload flag in devlink features | Vikas Gupta | 1 | -0/+1 |
| 2022-08-23 | bnxt_en: Use PAGE_SIZE to init buffer when multi buffer XDP is not in use | Pavan Chebbi | 2 | -2/+9 |
| 2022-08-23 | net: dsa: microchip: make learning configurable and keep it off while standalone | Vladimir Oltean | 2 | -1/+45 |
| 2022-08-23 | net: ipvtap - add __init/__exit annotations to module init/exit funcs | Maciej Żenczykowski | 1 | -2/+2 |
| 2022-08-23 | Revert "net: mdio: Delete usage of driver_deferred_probe_check_state()" | Saravana Kannan | 1 | -1/+3 |
| 2022-08-23 | net/ieee802154: fix repeated words in comments | Jilin Yuan | 1 | -1/+1 |
| 2022-08-23 | ieee802154/adf7242: defer destroy_workqueue call | Lin Ma | 1 | -1/+2 |
| 2022-08-22 | bonding: 3ad: make ad_ticks_per_sec a const | Jonathan Toppins | 2 | -9/+4 |
| 2022-08-22 | bonding: 802.3ad: fix no transmission of LACPDUs | Jonathan Toppins | 1 | -22/+16 |
| 2022-08-22 | net: moxa: get rid of asymmetry in DMA mapping/unmapping | Sergei Antonov | 1 | -5/+6 |
| 2022-08-22 | net: phy: Don't WARN for PHY_READY state in mdio_bus_phy_resume() | Xiaolei Wang | 1 | -4/+4 |
| 2022-08-22 | net: ipa: don't assume SMEM is page-aligned | Alex Elder | 1 | -1/+1 |
| 2022-08-22 | net: dsa: microchip: keep compatibility with device tree blobs with no phy-mode | Vladimir Oltean | 1 | -1/+7 |
| 2022-08-22 | net/mlx5: Unlock on error in mlx5_sriov_enable() | Dan Carpenter | 1 | -1/+1 |
| 2022-08-22 | net/mlx5e: Fix use after free in mlx5e_fs_init() | Dan Carpenter | 1 | -2/+3 |
| 2022-08-22 | net/mlx5e: kTLS, Use _safe() iterator in mlx5e_tls_priv_tx_list_cleanup() | Dan Carpenter | 1 | -2/+2 |
| 2022-08-22 | net/mlx5: unlock on error path in esw_vfs_changed_event_handler() | Dan Carpenter | 1 | -1/+3 |
| 2022-08-22 | net/mlx5e: Fix wrong tc flag used when set hw-tc-offload off | Maor Dickman | 1 | -1/+3 |
| 2022-08-22 | net/mlx5e: TC, Add missing policer validation | Roi Dayan | 1 | -0/+4 |
| 2022-08-22 | net/mlx5e: Fix wrong application of the LRO state | Aya Levin | 1 | -8/+0 |
| 2022-08-22 | net/mlx5: Avoid false positive lockdep warning by adding lock_class_key | Moshe Shemesh | 1 | -0/+4 |
| 2022-08-22 | net/mlx5: Fix cmd error logging for manage pages cmd | Roy Novich | 1 | -3/+6 |
| 2022-08-22 | net/mlx5: Disable irq when locking lag_lock | Vlad Buslov | 1 | -22/+33 |
| 2022-08-22 | net/mlx5: Eswitch, Fix forwarding decision to uplink | Eli Cohen | 1 | -1/+2 |
| 2022-08-22 | net/mlx5: LAG, fix logic over MLX5_LAG_FLAG_NDEVS_READY | Eli Cohen | 1 | -1/+1 |
| 2022-08-22 | net/mlx5e: Properly disable vlan strip on non-UL reps | Vlad Buslov | 1 | -0/+2 |
| 2022-08-22 | ice: xsk: use Rx ring's XDP ring when picking NAPI context | Maciej Fijalkowski | 4 | -29/+48 |
| 2022-08-22 | ice: xsk: prohibit usage of non-balanced queue id | Maciej Fijalkowski | 1 | -0/+6 |
| 2022-08-22 | r8152: fix the RX FIFO settings when suspending | Hayes Wang | 1 | -0/+10 |
| 2022-08-22 | r8152: fix the units of some registers for RTL8156A | Hayes Wang | 1 | -15/+2 |
| 2022-08-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -1/+1 |
| 2022-08-19 | Revert "net: macsec: update SCI upon MAC address change." | Sabrina Dubroca | 1 | -6/+5 |
| 2022-08-19 | net: dpaa: Fix <1G ethernet on LS1046ARDB | Sean Anderson | 1 | -1/+5 |
| 2022-08-18 | Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 35 | -452/+1645 |
| 2022-08-18 | ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnels | Eyal Birger | 1 | -1/+2 |
| 2022-08-18 | net: moxa: MAC address reading, generating, validity checking | Sergei Antonov | 1 | -6/+7 |
| 2022-08-18 | igb: Add lock to avoid data race | Lin Ma | 2 | -1/+13 |
| 2022-08-18 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | Jakub Kicinski | 6 | -18/+85 |
| 2022-08-18 | stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_re... | Christophe JAILLET | 1 | -0/+1 |
| 2022-08-17 | net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_xdp_run | Lorenzo Bianconi | 1 | -1/+1 |
| 2022-08-17 | net/mlx5e: Allocate flow steering storage during uplink initialization | Leon Romanovsky | 1 | -8/+17 |
| 2022-08-17 | net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelo... | Vladimir Oltean | 1 | -27/+26 |
| 2022-08-17 | net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offset | Vladimir Oltean | 5 | -285/+478 |
| 2022-08-17 | net: mscc: ocelot: make struct ocelot_stat_layout array indexable | Vladimir Oltean | 4 | -298/+1146 |
| 2022-08-17 | net: mscc: ocelot: fix race between ndo_get_stats64 and ocelot_check_stats_work | Vladimir Oltean | 1 | -0/+4 |
| 2022-08-17 | net: mscc: ocelot: turn stats_lock into a spinlock | Vladimir Oltean | 2 | -8/+7 |
| 2022-08-17 | net: mscc: ocelot: fix address of SYS_COUNT_TX_AGING counter | Vladimir Oltean | 1 | -1/+1 |
| 2022-08-17 | net: mscc: ocelot: fix incorrect ndo_get_stats64 packet counters | Vladimir Oltean | 4 | -28/+38 |
| 2022-08-17 | net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet counters | Vladimir Oltean | 1 | -1/+2 |
| 2022-08-17 | net: dsa: sja1105: fix buffer overflow in sja1105_setup_devlink_regions() | Rustam Subkhankulov | 1 | -1/+1 |
| 2022-08-17 | net: dsa: microchip: ksz9477: fix fdb_dump last invalid entry | Arun Ramadoss | 1 | -0/+3 |
| 2022-08-17 | ice: Fix VF not able to send tagged traffic with no VLAN filters | Sylwester Dziedziuch | 2 | -11/+57 |
| 2022-08-17 | ice: Ignore error message when setting same promiscuous mode | Benjamin Mikailenko | 1 | -4/+4 |
| 2022-08-17 | ice: Fix clearing of promisc mode with bridge over bond | Grzegorz Siwik | 2 | -2/+16 |
| 2022-08-17 | ice: Ignore EEXIST when setting promisc mode | Grzegorz Siwik | 1 | -1/+1 |
| 2022-08-17 | ice: Fix double VLAN error when entering promisc mode | Grzegorz Siwik | 1 | -0/+7 |
| 2022-08-16 | i40e: Fix to stop tx_timeout recovery if GLOBR fails | Alan Brady | 1 | -1/+3 |