summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: netdev compatible TX stop for iTXQ driversAlexander Wetzel2022-10-072-7/+9
* wifi: mac80211: fix decap offload for stations on AP_VLAN interfacesFelix Fietkau2022-10-071-3/+4
* wifi: mac80211: unlock on error in ieee80211_can_powered_addr_change()Dan Carpenter2022-10-071-1/+1
* wifi: mac80211: remove/avoid misleading printsJames Prestwood2022-10-071-3/+4
* wifi: mac80211: fix probe req HE capabilities accessJames Prestwood2022-10-071-1/+1
* wifi: mac80211: do not drop packets smaller than the LLC-SNAP header on fast-rxFelix Fietkau2022-10-071-1/+1
* wifi: mt76: fix rate reporting / throughput regression on mt7915 and newerFelix Fietkau2022-10-061-2/+8
* Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-042136-46141/+122889
|\
| * eth: pse: add missing static inlinesJakub Kicinski2022-10-041-6/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-0445-120/+264
| |\
| | * net: mvpp2: fix mvpp2 debugfs leakRussell King (Oracle)2022-10-043-3/+21
| | * r8152: Rate limit overflow messagesAndrew Gaul2022-10-041-1/+3
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-10-0414-69/+130
| | |\
| | | * xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa2022-09-223-5/+6
| | | * bpf: Gate dynptr API behind CAP_BPFKumar Kartikeya Dwivedi2022-09-211-14/+14
| | | * Merge branch 'Fix wrong cgroup attach flags being assigned to effective progs'Martin KaFai Lau2022-09-215-26/+81
| | | |\
| | | | * selftests/bpf: Adapt cgroup effective query uapi changePu Lehui2022-09-211-7/+4
| | | | * bpftool: Fix wrong cgroup attach flags being assigned to effective progsPu Lehui2022-09-211-5/+49
| | | | * bpf, cgroup: Reject prog_attach_flags array when effective queryPu Lehui2022-09-213-14/+28
| | | |/
| | | * bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones2022-09-161-0/+2
| | | * bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer2022-09-111-1/+1
| | | * selftests/xsk: Add missing close() on netns fdMaciej Fijalkowski2022-08-311-0/+4
| | | * xsk: Fix backpressure mechanism on TxMaciej Fijalkowski2022-08-312-23/+21
| | | * MAINTAINERS: Add include/linux/tnum.h to BPF COREShung-Hsi Yu2022-08-311-0/+1
| | * | net/ieee802154: reject zero-sized raw_sendmsg()Tetsuo Handa2022-10-031-0/+3
| | * | 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