summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: validate all pending tablesFlorian Westphal2023-08-232-4/+8
* ibmveth: Use dcbf rather than dcbflMichael Ellerman2023-08-231-1/+1
* i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters()Andrii Staikov2023-08-231-2/+3
* net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim2023-08-231-13/+40
* igc: Fix the typo in the PTM Control macroSasha Neftin2023-08-221-1/+1
* batman-adv: Hold rtnl lock during MTU update via netlinkSven Eckelmann2023-08-221-0/+3
* igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani2023-08-221-12/+12
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-08-225-33/+14
|\
| * ice: Fix NULL pointer deref during VF resetPetr Oros2023-08-211-7/+8
| * Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros2023-08-214-25/+4
| * ice: fix receive buffer size miscalculationJesse Brandeburg2023-08-211-1/+2
* | Merge branch 'can-fixes-for-6-5-rc7'Jakub Kicinski2023-08-222-24/+33
|\ \
| * | can: raw: add missing refcount for memory leak fixOliver Hartkopp2023-08-221-9/+26
| * | can: isotp: fix support for transmission of SF without flow controlOliver Hartkopp2023-08-221-15/+7
|/ /
* | bnx2x: new flag for track HW resource allocationThinh Tran2023-08-224-28/+44
* | sfc: allocate a big enough SKB for loopback selftest packetEdward Cree2023-08-223-3/+3
* | Merge tag 'wireless-2023-08-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-08-223-2/+12
|\ \
| * | wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih2023-08-212-2/+11
| * | wifi: iwlwifi: mvm: add dependency for PTP clockRandy Dunlap2023-08-151-0/+1
* | | leds: trigger: netdev: rename 'hw_control' sysfs entry to 'offloaded'Marek Behún2023-08-222-14/+14
* | | net: ethernet: mtk_eth_soc: fix NULL pointer on hw resetDaniel Golle2023-08-221-2/+10
* | | tg3: Use slab_build_skb() when neededKees Cook2023-08-211-1/+4
* | | selftests: bonding: do not set port down before adding to bondHangbin Liu2023-08-211-2/+2
| |/ |/|
* | MAINTAINERS: add entry for macsecSabrina Dubroca2023-08-211-0/+10
* | selftests/net: Add log.txt and tools to .gitignoreAnh Tuan Phan2023-08-201-0/+2
* | ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-208-11/+22
* | net: validate veth and vxcan peer ifindexesJakub Kicinski2023-08-204-16/+22
* | Merge branch 'fixed_phy_register-return-value'David S. Miller2023-08-202-2/+2
|\ \
| * | net: bcmgenet: Fix return value check for fixed_phy_register()Ruan Jinjie2023-08-201-1/+1
| * | net: bgmac: Fix return value check for fixed_phy_register()Ruan Jinjie2023-08-201-1/+1
|/ /
* | net: phy: Fix deadlocking in phy_error() invocationSerge Semin2023-08-191-4/+7
* | net: sfp: handle 100G/25G active optical cables in sfp_parse_supportJosua Mayer2023-08-191-0/+10
* | net: mdio: mdio-bitbang: Fix C45 read/write protocolSerge Semin2023-08-191-2/+2
* | net: dsa: mt7530: fix handling of 802.1X PAE framesArınç ÜNAL2023-08-192-0/+6
* | Merge branch 'mlxsw-fixes-for-spectrum-4'Jakub Kicinski2023-08-186-26/+17
|\ \
| * | selftests: mlxsw: Fix test failure on Spectrum-4Ido Schimmel2023-08-181-10/+6
| * | mlxsw: Fix the size of 'VIRT_ROUTER_MSB'Amit Cohen2023-08-183-5/+5
| * | mlxsw: reg: Fix SSPR register layoutIdo Schimmel2023-08-181-9/+0
| * | mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTCDanielle Ratson2023-08-181-2/+6
|/ /
* | ipvlan: Fix a reference count leak warning in ipvlan_ns_exit()Lu Wei2023-08-181-1/+2
* | dccp: annotate data-races in dccp_poll()Eric Dumazet2023-08-181-8/+12
* | sock: annotate data-races around prot->memory_pressureEric Dumazet2023-08-182-4/+5
* | net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gatesVladimir Oltean2023-08-181-0/+3
* | devlink: add missing unregister linecard notificationJiri Pirko2023-08-181-0/+3
* | octeontx2-af: SDP: fix receive link configHariprasad Kelam2023-08-181-1/+2
* | Merge tag 'batadv-net-pullrequest-20230816' of git://git.open-mesh.org/linux-...Jakub Kicinski2023-08-186-5/+29
|\ \
| * | batman-adv: Fix batadv_v_ogm_aggr_send memory leakRemi Pommarel2023-08-091-1/+3
| * | batman-adv: Fix TT global entry leak when client roamed backRemi Pommarel2023-08-051-1/+0
| * | batman-adv: Do not get eth header before batadv_check_management_packetRemi Pommarel2023-07-282-2/+4
| * | batman-adv: Don't increase MTU when set by userSven Eckelmann2023-07-203-1/+22