aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-12-31net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error pathVladimir Oltean
2022-12-31Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-12-31Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-12-31Bluetooth: hci_conn: Fix crash on hci_create_cis_syncLuiz Augusto von Dentz
2022-12-31Bluetooth: Fix EALREADY and ELOOP cases in bt_status()Christophe JAILLET
2022-12-31Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMSInga Stotland
2022-12-31Bluetooth: hci_core: fix error handling in hci_register_dev()Yang Yingliang
2022-12-31sctp: sysctl: make extra pointers netns awareFiro Yang
2022-12-31af_unix: call proto_unregister() in the error path in af_unix_init()Yang Yingliang
2022-12-31net: setsockopt: fix IPV6_UNICAST_IF option for connected socketsRichard Gobert
2022-12-31net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu
2022-12-31ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov
2022-12-31net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev
2022-12-31SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo
2022-12-31xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu
2022-12-31bpf, sockmap: fix race in sock_map_free()Eric Dumazet
2022-12-31bpf: Add dummy type reference to nf_conn___init to fix type deduplicationToke Høiland-Jørgensen
2022-12-31hsr: Synchronize sequence number updates.Sebastian Andrzej Siewior
2022-12-31hsr: Synchronize sending frames to have always incremented outgoing seq nr.Sebastian Andrzej Siewior
2022-12-31hsr: Disable netpoll.Sebastian Andrzej Siewior
2022-12-31hsr: Avoid double remove of a node.Sebastian Andrzej Siewior
2022-12-31hsr: Add a rcu-read lock to hsr_forward_skb().Sebastian Andrzej Siewior
2022-12-31Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior
2022-12-31wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() failsChen Zhongjin
2022-12-31wifi: mac80211: fix maybe-unused warningÍñigo Huguet
2022-12-31wifi: mac80211: fix memory leak in ieee80211_if_add()Zhengchao Shao
2022-12-31wifi: nl80211: Add checks for nla_nest_start() in nl80211_send_iface()Yuan Can
2022-12-31bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang
2022-12-31bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
2022-12-31bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang
2022-12-31netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal
2022-12-31bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev
2022-12-31net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima
2022-12-31udp: Clean up some functions.Kuniyuki Iwashima
2022-12-31rxrpc: Fix ack.bufferSize to be 0 when generating an ackDavid Howells
2022-12-31soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima
2022-12-31wifi: mac80211: fix ifdef symbol nameJohannes Berg
2022-12-31wifi: mac80211: check link ID in auth/assoc continuationJohannes Berg
2022-12-31wifi: mac80211: mlme: fix null-ptr deref on failed assocJohannes Berg
2022-12-07ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet
2022-12-07Merge tag 'linux-can-fixes-for-6.1-20221207' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2022-12-07Merge tag 'ieee802154-for-net-2022-12-05' of git://git.kernel.org/pub/scm/lin...Paolo Abeni
2022-12-07tipc: call tipc_lxc_xmit without holding node_read_lockXin Long
2022-12-07can: af_can: fix NULL pointer dereference in can_rcv_filterOliver Hartkopp
2022-12-06ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel
2022-12-06ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel
2022-12-06tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing
2022-12-06ip_gre: do not report erspan version on GRE interfaceHangbin Liu
2022-12-05NFC: nci: Bounds check struct nfc_target arraysKees Cook
2022-12-05mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()Wei Yongjun