summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | net: wwan: iosm: Call mutex_init before locking itMaxim Mikityanskiy2022-10-031-2/+3
| | * | eth: sp7021: fix use after free bug in spl2sw_nvmem_get_mac_addressZheng Wang2022-10-031-1/+1
| | * | bnx2x: fix potential memory leak in bnx2x_tpa_stop()Jianglei Nie2022-10-031-0/+1
| | * | eth: lan743x: reject extts for non-pci11x1x devicesRaju Lakkaraju2022-10-031-0/+7
| | * | net: prestera: acl: Add check for kmemdupJiasheng Jiang2022-10-033-5/+13
| | * | net: sparx5: Fix return type of sparx5_port_xmit_implNathan Huckleberry2022-10-032-3/+3
| | * | af_unix: Fix memory leaks of the whole sk due to OOB skb.Kuniyuki Iwashima2022-10-031-6/+7
| | * | net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa2022-10-031-1/+1
| | * | net: ethernet: mtk_eth_soc: fix state in __mtk_foe_entry_clearDaniel Golle2022-10-011-1/+1
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-09-304-7/+22
| | |\ \
| | | * | xfrm: Reinject transport-mode packets through workqueueLiu Jian2022-09-281-5/+13
| | | * | xfrm: Update ipcomp_scratches with NULL when freedKhalid Masum2022-09-011-0/+1
| | | * | esp: choose the correct inner protocol for GSO on inter address family tunnelsSabrina Dubroca2022-08-292-2/+8
| | * | | tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-09-304-9/+19
| | * | | sctp: handle the error returned from sctp_auth_asoc_init_active_keyXin Long2022-09-301-4/+14
| | * | | mISDN: fix use-after-free bugs in l1oip timer handlersDuoming Zhou2022-09-302-6/+8
| | * | | eth: alx: take rtnl_lock on resumeJakub Kicinski2022-09-301-0/+5
| | * | | vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa2022-09-302-2/+2
| * | | | once: rename _SLOW to _SLEEPABLEJason A. Donenfeld2022-10-043-26/+26
| * | | | Merge branch 'add-generic-pse-support'Jakub Kicinski2022-10-0421-12/+1080
| |\ \ \ \
| | * | | | net: pse-pd: add regulator based PSE driverOleksij Rempel2022-10-043-0/+160
| | * | | | dt-bindings: net: pse-dt: add bindings for regulator based PoDL PSE controllerOleksij Rempel2022-10-042-0/+73
| | * | | | ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel2022-10-0410-1/+449
| | * | | | net: mdiobus: search for PSE nodes by parsing PHY nodes.Oleksij Rempel2022-10-043-2/+39
| | * | | | net: mdiobus: fwnode_mdiobus_register_phy() rework error handlingOleksij Rempel2022-10-041-9/+12
| | * | | | net: add framework to support Ethernet PSE and PDs devicesOleksij Rempel2022-10-046-0/+341
| | * | | | dt-bindings: net: phy: add PoDL PSE propertyOleksij Rempel2022-10-041-0/+6
| |/ / / /
| * | | | Merge branch 'net-marvell-prestera-add-nexthop-routes-offloading'Jakub Kicinski2022-10-047-42/+1683
| |\ \ \ \
| | * | | | net: marvell: prestera: Propagate nh state from hw to kernelYevhen Orlov2022-10-042-0/+114
| | * | | | net: marvell: prestera: Add neighbour cache accountingYevhen Orlov2022-10-042-3/+797
| | * | | | net: marvell: prestera: add stub handler neighbour eventsYevhen Orlov2022-10-042-0/+60
| | * | | | net: marvell: prestera: Add heplers to interact with fib_notifier_infoYevhen Orlov2022-10-041-34/+65
| | * | | | net: marvell: prestera: Add length macros for prestera_ip_addrYevhen Orlov2022-10-041-0/+2
| | * | | | net: marvell: prestera: add delayed wq and flush wq on deinitYevhen Orlov2022-10-043-0/+14
| | * | | | net: marvell: prestera: Add strict cleanup of fib arbiterYevhen Orlov2022-10-041-1/+41
| | * | | | net: marvell: prestera: Add cleanup of allocated fib_nodesYevhen Orlov2022-10-041-0/+12
| | * | | | net: marvell: prestera: Add router nexthops ABIYevhen Orlov2022-10-046-8/+582
| |/ / / /
| * | | | eth: octeon: fix build after netif_napi_add() changesJakub Kicinski2022-10-041-2/+2
| * | | | Merge branch 'mlx5-xsk-updates-part4-and-more'Jakub Kicinski2022-10-0420-159/+466
| |\ \ \ \
| | * | | | net/mlx5: E-Switch, Return EBUSY if can't get mode lockJianbo Liu2022-10-041-1/+1
| | * | | | net/mlx5: E-switch, Don't update group if qos is not enabledChris Mi2022-10-041-1/+5
| | * | | | net/mlx5: E-Switch, Allow offloading fwd dest flow table with vportRoi Dayan2022-10-041-7/+9
| | * | | | net/mlx5: Set default grace period based on function typeMaher Sanalla2022-10-041-2/+16
| | * | | | net/mlx5: Start health poll at earlier stage of driver loadMoshe Shemesh2022-10-043-10/+19
| | * | | | net/mlx5e: Expose rx_oversize_pkts_buffer counterGal Pressman2022-10-044-4/+32
| | * | | | net/mlx5e: xsk: Optimize for unaligned mode with 3072-byte framesMaxim Mikityanskiy2022-10-044-3/+61
| | * | | | net/mlx5e: xsk: Print a warning in slow configurationsMaxim Mikityanskiy2022-10-041-0/+9
| | * | | | net/mlx5e: xsk: Use KLM to protect frame overrun in unaligned modeMaxim Mikityanskiy2022-10-044-10/+90
| | * | | | net/mlx5e: Improve MTT/KSM alignmentMaxim Mikityanskiy2022-10-045-16/+18
| | * | | | net/mlx5e: xsk: Use umr_mode to calculate striding RQ parametersMaxim Mikityanskiy2022-10-047-72/+171