aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-01-07mptcp: use proper req destructor for IPv6Matthieu Baerts
2023-01-07mptcp: dedicated request sock for subflow in v6Matthieu Baerts
2023-01-07mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts
2023-01-07mptcp: netlink: fix some error return codeWei Yongjun
2023-01-04SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever
2022-12-319p: set req refcount to zero to avoid uninitialized usageSchspa Shi
2022-12-31Bluetooth: Add quirk to disable MWS Transport ConfigurationSven Peter
2022-12-31ethtool: avoiding integer overflow in ethtool_phys_id()Maxim Korotkov
2022-12-31mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi
2022-12-31ipv6/sit: use DEV_STATS_INC() to avoid data-racesEric Dumazet
2022-12-31net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2022-12-31bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev
2022-12-31openvswitch: Use kmalloc_size_roundup() to match ksize() usageKees Cook
2022-12-31mctp: Remove device type check at unregisterMatt Johnston
2022-12-31net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet
2022-12-31rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells
2022-12-31net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang
2022-12-31skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan
2022-12-31devlink: protect devlink dump by the instance lockJakub Kicinski
2022-12-31openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron
2022-12-31devlink: hold region lock when flushing snapshotsJakub Kicinski
2022-12-31unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg()Kirill Tkhai
2022-12-31netfilter: flowtable: really fix NAT IPv6 offloadQingfang DENG
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