summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2023-03-24wifi: nl80211: make nl80211_send_chandef non-staticJaewan Kim-2/+2
2023-03-24mac80211: support RNR for EMA APAloka Dixit-8/+86
2023-03-24cfg80211: support RNR for EMA APAloka Dixit-7/+72
2023-03-24wifi: mac80211: use bullet list for amsdu_mesh_control formats listBagas Sanjaya-5/+7
2023-03-24fix typos in net/sched/* filesTaichi Nishimura-3/+3
2023-03-24ipv6: prevent router_solicitations for team portXin Long-1/+2
2023-03-23Merge branch 'main' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/net...Jakub Kicinski-286/+225
2023-03-23Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-8/+15
2023-03-23Merge tag 'for-net-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-71/+155
2023-03-23Merge tag 'wireless-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-13/+23
2023-03-23Bluetooth: HCI: Fix global-out-of-boundsSungwoo Kim-0/+2
2023-03-23Bluetooth: mgmt: Fix MGMT add advmon with RSSI commandHoward Chung-1/+2
2023-03-23Bluetooth: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz-38/+79
2023-03-23SUNRPC: fix shutdown of NFS TCP client socketSiddharth Kawar-0/+1
2023-03-23net/sched: act_api: use the correct TCA_ACT attributes in dumpPedro Tammela-4/+4
2023-03-23net: ipv4: Allow changing IPv4 address protocolPetr Machata-0/+3
2023-03-22bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee-0/+6
2023-03-22bpf: Create links for BPF struct_ops maps.Kui-Feng Lee-2/+6
2023-03-22net: Update an existing TCP congestion control algorithm.Kui-Feng Lee-7/+59
2023-03-22net/sched: remove two skb_mac_header() usesEric Dumazet-2/+2
2023-03-22sch_cake: do not use skb_mac_header() in cake_overhead()Eric Dumazet-3/+3
2023-03-22net: do not use skb_mac_header() in qdisc_pkt_len_init()Eric Dumazet-4/+4
2023-03-22net: Catch invalid index in XPS mappingNick Child-0/+2
2023-03-22Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski-0/+3
2023-03-22Bluetooth: Remove "Power-on" check from Mesh featureBrian Gix-6/+0
2023-03-22Bluetooth: Fix race condition in hci_cmd_sync_clearMin Li-0/+2
2023-03-22Bluetooth: ISO: fix timestamped HCI ISO data packet parsingPauli Virtanen-2/+7
2023-03-22Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz-4/+19
2023-03-22Bluetooth: hci_sync: Resume adv with no RPA when active scanZhengping Jiang-20/+44
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn-11/+11
2023-03-22SUNRPC: Fix a crash in gss_krb5_checksum()Chuck Lever-5/+5
2023-03-22netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja-11/+13
2023-03-22xtables: move icmp/icmpv6 logic to xt_tcpudpFlorian Westphal-134/+112
2023-03-22netfilter: xtables: disable 32bit compat interface by defaultFlorian Westphal-1/+0
2023-03-22netfilter: nft_masq: deduplicate eval call-backsJeremy Sowden-46/+29
2023-03-22netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden-94/+71
2023-03-22xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer-2/+8
2023-03-22net-zerocopy: Reduce compound page head accessXiaoyan Li-3/+11
2023-03-22wifi: mac80211: generate EMA beacons in AP modeAloka Dixit-18/+137
2023-03-22wifi: mac80211: fix mesh path discovery based on unicast packetsFelix Fietkau-11/+11
2023-03-22wifi: mac80211: fix qos on mesh interfacesFelix Fietkau-2/+4
2023-03-22wifi: mac80211: implement support for yet another mesh A-MSDU formatFelix Fietkau-20/+43
2023-03-22wifi: mac80211: add mesh fast-rx supportFelix Fietkau-5/+29
2023-03-22wifi: mac80211: use mesh header cache to speed up mesh forwardingFelix Fietkau-5/+68
2023-03-22wifi: mac80211: mesh fast xmit supportFelix Fietkau-25/+507
2023-03-22wifi: mac80211: fix race in mesh sequence number assignmentFelix Fietkau-5/+3
2023-03-22wifi: mac80211: add support for letting drivers register tc offload supportFelix Fietkau-1/+55
2023-03-22net-sysfs: display two backlog queue len separatelyJason Xing-5/+13
2023-03-22virtio/vsock: check transport before skb allocationArseniy Krasnov-5/+3
2023-03-21tools: ynl: skip the explicit op array size when not neededJakub Kicinski-1/+1