summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-12-02net: dsa: hellcreek: Check return valueArtem Chernyshev
2022-12-02net: dsa: ksz: Check return valueArtem Chernyshev
2022-12-02tcp: use 2-arg optimal variant of kfree_rcu()Eric Dumazet
2022-12-02Merge tag 'wireless-next-2022-12-02' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-12-02Bluetooth: Fix crash when replugging CSR fake controllersLuiz Augusto von Dentz
2022-12-02Bluetooth: Fix not cleanup led when bt_init failsChen Zhongjin
2022-12-02Bluetooth: Fix support for Read Local Supported Codecs V2Chethan T N
2022-12-02Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim
2022-12-02Bluetooth: silence a dmesg error message in hci_request.cMateusz Jończyk
2022-12-02Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis()Wang ShaoBo
2022-12-02Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()Wang ShaoBo
2022-12-02Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkIsmael Ferreras Morezuelas
2022-12-039p/xen: do not memcpy header into req->rcDominique Martinet
2022-12-029p: set req refcount to zero to avoid uninitialized usageSchspa Shi
2022-12-029p/net: Remove unneeded idr.h #includeChristophe JAILLET
2022-12-02net: devlink: convert port_list into xarrayJiri Pirko
2022-12-01hsr: Use a single struct for self_node.Sebastian Andrzej Siewior
2022-12-01hsr: Synchronize sequence number updates.Sebastian Andrzej Siewior
2022-12-01hsr: Synchronize sending frames to have always incremented outgoing seq nr.Sebastian Andrzej Siewior
2022-12-01hsr: Disable netpoll.Sebastian Andrzej Siewior
2022-12-01hsr: Avoid double remove of a node.Sebastian Andrzej Siewior
2022-12-01hsr: Add a rcu-read lock to hsr_forward_skb().Sebastian Andrzej Siewior
2022-12-01Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior
2022-12-01sctp: delete free member from struct sctp_sched_opsXin Long
2022-12-01mptcp: add pm listener eventsGeliang Tang
2022-12-01net/tcp: Separate initialization of twskDmitry Safonov
2022-12-01net/tcp: Do cleanup on tcp_md5_key_copy() failureDmitry Safonov
2022-12-01net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov
2022-12-01net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()Dmitry Safonov
2022-12-01wifi: mac80211: fix and simplify unencrypted drop check for meshFelix Fietkau
2022-12-01wifi: mac80211: add support for restricting netdev features per vifFelix Fietkau
2022-12-01wifi: mac80211: update TIM for S1G specification changesKieran Frewen
2022-12-01wifi: mac80211: don't parse multi-BSSID in assoc respJohannes Berg
2022-12-01wifi: cfg80211: use bss_from_pub() instead of container_of()Johannes Berg
2022-12-01wifi: mac80211: remove unnecessary synchronize_net()Johannes Berg
2022-12-01wifi: mac80211: Drop not needed check for NULLAlexander Wetzel
2022-12-01wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() failsChen Zhongjin
2022-12-01wifi: cfg80211: fix comparison of BSS frequenciesJUN-KYU SHIN
2022-12-01wifi: mac80211: fix maybe-unused warningÍñigo Huguet
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells
2022-12-01rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()David Howells
2022-12-01rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells
2022-12-01rxrpc: Extract the peer address from an incoming packet earlierDavid Howells
2022-12-01rxrpc: Reduce the use of RCU in packet inputDavid Howells
2022-12-01rxrpc: Simplify skbuff accounting in receive pathDavid Howells
2022-12-01rxrpc: Remove RCU from peer->error_targets listDavid Howells
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells