summaryrefslogtreecommitdiffstats
path: root/net/tls (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-10wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()Johannes Berg1-1/+1
2022-10-10octeontx2-pf: mcs: fix possible memory leak in otx2_probe()Yang Yingliang1-1/+3
2022-10-10] ptp: ocp: remove symlink for second GNSSVadim Fedorenko1-0/+1
2022-10-09octeontx2-af: cn10k: mcs: Fix error return code in mcs_register_interrupts()Yang Yingliang1-1/+3
2022-10-09net: dsa: fix wrong pointer passed to PTR_ERR() in dsa_port_phylink_create()Yang Yingliang1-1/+1
2022-10-09octeontx2-pf: mcs: fix missing unlock in some error pathsYang Yingliang1-2/+3
2022-10-09macvlan: enforce a consistent minimal mtuEric Dumazet1-1/+1
2022-10-09mISDN: hfcpci: Fix use-after-free bug in hfcpci_softirqDuoming Zhou1-2/+1
2022-10-07net: ethernet: bgmac: Remove -Warray-bounds exceptionKees Cook1-5/+0
2022-10-07net: ethernet: mediatek: Remove -Warray-bounds exceptionKees Cook1-5/+0
2022-10-07prestera: matchall: do not rollback if rule existsSerhiy Boiko1-0/+2
2022-10-07ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern2-4/+9
2022-10-07net: enetc: Remove duplicated include in enetc_qos.cYang Li1-1/+0
2022-10-07octeontx2-pf: mcs: remove unneeded semicolonYang Li1-1/+1
2022-10-07hv_netvsc: Fix race between VF offering and VF association message from hostGaurav Kohli3-1/+25
2022-10-07net: ieee802154: return -EINVAL for unknown addr typeAlexander Aring1-3/+9
2022-10-07MAINTAINERS: add Jan as SMC maintainerWenjia Zhang1-0/+1
2022-10-06net: ethernet: adi: adin1110: Add check in netdev_eventAlexandru Tachici1-5/+8
2022-10-06docs: networking: phy: add missing spaceCasper Andersson1-1/+1
2022-10-06net: pse-pd: PSE_REGULATOR should depend on REGULATORGeert Uytterhoeven1-0/+1
2022-10-06Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...Vladimir Oltean1-5/+3
2022-10-05net/ieee802154: don't warn zero-sized raw_sendmsg()Tetsuo Handa1-0/+4
2022-10-05Revert "net/ieee802154: reject zero-sized raw_sendmsg()"Alexander Aring1-3/+0
2022-10-04eth: pse: add missing static inlinesJakub Kicinski1-6/+6
2022-10-04once: rename _SLOW to _SLEEPABLEJason A. Donenfeld3-26/+26
2022-10-04net: pse-pd: add regulator based PSE driverOleksij Rempel3-0/+160
2022-10-04dt-bindings: net: pse-dt: add bindings for regulator based PoDL PSE controllerOleksij Rempel2-0/+73
2022-10-04ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel10-1/+449
2022-10-04net: mdiobus: search for PSE nodes by parsing PHY nodes.Oleksij Rempel3-2/+39
2022-10-04net: mdiobus: fwnode_mdiobus_register_phy() rework error handlingOleksij Rempel1-9/+12
2022-10-04net: add framework to support Ethernet PSE and PDs devicesOleksij Rempel6-0/+341
2022-10-04dt-bindings: net: phy: add PoDL PSE propertyOleksij Rempel1-0/+6
2022-10-04[brown paperbag] fix coredump breakageAl Viro1-1/+2
2022-10-04net: marvell: prestera: Propagate nh state from hw to kernelYevhen Orlov2-0/+114
2022-10-04net: marvell: prestera: Add neighbour cache accountingYevhen Orlov2-3/+797
2022-10-04net: marvell: prestera: add stub handler neighbour eventsYevhen Orlov2-0/+60
2022-10-04net: marvell: prestera: Add heplers to interact with fib_notifier_infoYevhen Orlov1-34/+65
2022-10-04net: marvell: prestera: Add length macros for prestera_ip_addrYevhen Orlov1-0/+2
2022-10-04net: marvell: prestera: add delayed wq and flush wq on deinitYevhen Orlov3-0/+14
2022-10-04net: marvell: prestera: Add strict cleanup of fib arbiterYevhen Orlov1-1/+41
2022-10-04net: marvell: prestera: Add cleanup of allocated fib_nodesYevhen Orlov1-0/+12
2022-10-04net: marvell: prestera: Add router nexthops ABIYevhen Orlov6-8/+582
2022-10-04eth: octeon: fix build after netif_napi_add() changesJakub Kicinski1-2/+2
2022-10-04net/mlx5: E-Switch, Return EBUSY if can't get mode lockJianbo Liu1-1/+1
2022-10-04net/mlx5: E-switch, Don't update group if qos is not enabledChris Mi1-1/+5
2022-10-04net/mlx5: E-Switch, Allow offloading fwd dest flow table with vportRoi Dayan1-7/+9
2022-10-04net/mlx5: Set default grace period based on function typeMaher Sanalla1-2/+16
2022-10-04net/mlx5: Start health poll at earlier stage of driver loadMoshe Shemesh3-10/+19
2022-10-04net/mlx5e: Expose rx_oversize_pkts_buffer counterGal Pressman4-4/+32
2022-10-04net/mlx5e: xsk: Optimize for unaligned mode with 3072-byte framesMaxim Mikityanskiy4-3/+61