summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski2023-04-021-1/+18
* icmp: guard against too small mtuEric Dumazet2023-03-311-0/+5
* vsock/vmci: convert VMCI error code to -ENOMEM on sendArseniy Krasnov2023-03-311-1/+7
* l2tp: generate correct module alias stringsAndrea Righi2023-03-312-8/+8
* net: qrtr: Fix a refcount bug in qrtr_recvmsg()Ziyang Xuan2023-03-311-0/+2
* virtio/vsock: fix leaks due to missing skb ownerBobby Eshleman2023-03-311-0/+10
* Merge tag 'wireless-2023-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-03-303-15/+19
|\
| * wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau2023-03-301-1/+2
| * wifi: mac80211: fix flow dissection for forwarded packetsFelix Fietkau2023-03-301-1/+1
| * wifi: mac80211: fix mesh forwardingFelix Fietkau2023-03-301-0/+3
| * wifi: mac80211: fix receiving mesh packets in forwarding=0 networksFelix Fietkau2023-03-301-8/+8
| * wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()Ryder Lee2023-03-301-1/+1
| * wifi: mac80211: fix potential null pointer dereferenceFelix Fietkau2023-03-301-2/+2
| * wifi: mac80211: drop bogus static keywords in A-MSDU rxFelix Fietkau2023-03-301-2/+2
* | Merge tag 'net-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-306-24/+143
|\ \
| * | net: dsa: sync unicast and multicast addresses for VLAN filters tooVladimir Oltean2023-03-301-5/+116
| * | virtio/vsock: WARN_ONCE() for invalid state of socketArseniy Krasnov2023-03-301-0/+7
| * | virtio/vsock: fix header length on skb mergingArseniy Krasnov2023-03-301-1/+1
| * | Merge tag 'ieee802154-for-net-2023-03-29' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2023-03-291-2/+1
| |\ \
| | * | net: ieee802154: remove an unnecessary null pointer checkDongliang Mu2023-03-171-2/+1
| * | | can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_writeIvan Orlov2023-03-271-6/+10
| * | | can: j1939: prevent deadlock by moving j1939_sk_errqueue()Oleksij Rempel2023-03-271-2/+6
| * | | vsock/loopback: use only sk_buff_head.lock to protect the packet queueStefano Garzarella2023-03-271-8/+2
* | | | Merge tag 'nfsd-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-251-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | SUNRPC: Fix a crash in gss_krb5_checksum()Chuck Lever2023-03-221-5/+5
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-232-8/+15
|\ \ \ \
| * | | | xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer2023-03-221-2/+8
| * | | | xsk: Add missing overflow check in xdp_umem_regKal Conley2023-03-161-6/+7
* | | | | Merge tag 'for-net-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-03-235-71/+155
|\ \ \ \ \
| * | | | | Bluetooth: HCI: Fix global-out-of-boundsSungwoo Kim2023-03-231-0/+2
| * | | | | Bluetooth: mgmt: Fix MGMT add advmon with RSSI commandHoward Chung2023-03-231-1/+2
| * | | | | Bluetooth: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz2023-03-231-38/+79
| * | | | | Bluetooth: Remove "Power-on" check from Mesh featureBrian Gix2023-03-221-6/+0
| * | | | | Bluetooth: Fix race condition in hci_cmd_sync_clearMin Li2023-03-221-0/+2
| * | | | | Bluetooth: ISO: fix timestamped HCI ISO data packet parsingPauli Virtanen2023-03-221-2/+7
| * | | | | Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz2023-03-221-4/+19
| * | | | | Bluetooth: hci_sync: Resume adv with no RPA when active scanZhengping Jiang2023-03-221-20/+44
* | | | | | Merge tag 'wireless-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-03-235-13/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | wifi: mac80211: fix mesh path discovery based on unicast packetsFelix Fietkau2023-03-221-11/+11
| * | | | wifi: mac80211: fix qos on mesh interfacesFelix Fietkau2023-03-221-2/+4
| * | | | wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue()Alexander Wetzel2023-03-153-0/+8
* | | | | erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2023-03-212-4/+4
* | | | | net: dsa: tag_brcm: legacy: fix daisy-chained switchesÁlvaro Fernández Rojas2023-03-211-2/+8
* | | | | net: dsa: report rx_bytes unadjusted for ETH_HLENVladimir Oltean2023-03-201-1/+1
* | | | | Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-1730-204/+240
|\ \ \ \ \
| * | | | | net: xdp: don't call notifiers during driver initJakub Kicinski2023-03-161-1/+3
| * | | | | net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu2023-03-161-4/+4
| * | | | | Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu2023-03-161-2/+2
| * | | | | ynl: broaden the license even moreJakub Kicinski2023-03-164-4/+4
| * | | | | hsr: ratelimit only when errors are printedMatthieu Baerts2023-03-161-1/+1