summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-03-23Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-23Merge tag 'for-net-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-03-23Merge tag 'wireless-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-03-23Bluetooth: HCI: Fix global-out-of-boundsSungwoo Kim
2023-03-23Bluetooth: mgmt: Fix MGMT add advmon with RSSI commandHoward Chung
2023-03-23Bluetooth: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz
2023-03-22Bluetooth: Remove "Power-on" check from Mesh featureBrian Gix
2023-03-22Bluetooth: Fix race condition in hci_cmd_sync_clearMin Li
2023-03-22Bluetooth: ISO: fix timestamped HCI ISO data packet parsingPauli Virtanen
2023-03-22Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz
2023-03-22Bluetooth: hci_sync: Resume adv with no RPA when active scanZhengping Jiang
2023-03-22xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer
2023-03-22wifi: mac80211: fix mesh path discovery based on unicast packetsFelix Fietkau
2023-03-22wifi: mac80211: fix qos on mesh interfacesFelix Fietkau
2023-03-21erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet
2023-03-21net: dsa: tag_brcm: legacy: fix daisy-chained switchesÁlvaro Fernández Rojas
2023-03-20net: dsa: report rx_bytes unadjusted for ETH_HLENVladimir Oltean
2023-03-17Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-03-16net: xdp: don't call notifiers during driver initJakub Kicinski
2023-03-16net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu
2023-03-16Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu
2023-03-16ynl: broaden the license even moreJakub Kicinski
2023-03-16hsr: ratelimit only when errors are printedMatthieu Baerts
2023-03-16net/iucv: Fix size of interrupt dataAlexandra Winter
2023-03-16ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel
2023-03-16Merge tag 'ipsec-2023-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring
2023-03-16net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu()Vladimir Oltean
2023-03-16virtio/vsock: don't drop skbuff on copy failureArseniy Krasnov
2023-03-16virtio/vsock: remove redundant 'skb_pull()' callArseniy Krasnov
2023-03-16virtio/vsock: don't use skbuff state to account creditArseniy Krasnov
2023-03-16xsk: Add missing overflow check in xdp_umem_regKal Conley
2023-03-15wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue()Alexander Wetzel
2023-03-15net/smc: Fix device de-init sequenceStefan Raspl
2023-03-15net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang
2023-03-15tcp: Fix bind() conflict check for dual-stack wildcard address.Kuniyuki Iwashima
2023-03-15net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet
2023-03-14net: hsr: Don't log netdev_err message on unknown prp dst nodeKristian Overskeid
2023-03-13net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()D. Wythe
2023-03-12wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"Hector Martin
2023-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2023-03-10mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()Paolo Abeni
2023-03-10mptcp: avoid setting TCP_CLOSE state twiceMatthieu Baerts
2023-03-10mptcp: add ro_after_init for tcp{,v6}_prot_overrideGeliang Tang
2023-03-10mptcp: fix UaF in listener shutdownPaolo Abeni
2023-03-10mptcp: use the workqueue to destroy unaccepted socketsPaolo Abeni
2023-03-10mptcp: refactor passive socket initializationPaolo Abeni
2023-03-10mptcp: fix possible deadlock in subflow_error_reportPaolo Abeni
2023-03-10xdp: add xdp_set_features_flag utility routineLorenzo Bianconi
2023-03-10Merge tag 'wireless-2023-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski