aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-01-129p/client: fix data race on req->statusDominique Martinet
2023-01-12caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao
2023-01-12net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni
2023-01-12netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik
2023-01-12netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik
2023-01-12net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim
2023-01-12net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim
2023-01-12tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima
2023-01-12nfc: Fix potential resource leaksMiaoqian Lin
2023-01-12net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei
2023-01-12netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso
2023-01-12mptcp: fix lockdep false positivePaolo Abeni
2023-01-12mptcp: fix deadlock in fastopen error pathPaolo Abeni
2023-01-12netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso
2023-01-12netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso
2023-01-12netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso
2023-01-12bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski
2023-01-12SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto
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