summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-12mptcp: use proper req destructor for IPv6Matthieu Baerts1-3/+16
2023-01-12mptcp: dedicated request sock for subflow in v6Matthieu Baerts1-8/+26
2023-01-12caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao1-1/+5
2023-01-12netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik10-80/+67
2023-01-12netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik1-19/+21
2023-01-12net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim1-2/+2
2023-01-12net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim1-1/+4
2023-01-12nfc: Fix potential resource leaksMiaoqian Lin1-14/+38
2023-01-12net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei1-10/+2
2023-01-12netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso1-18/+45
2023-01-12netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso1-1/+35
2023-01-12netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso1-38/+68
2023-01-12netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso1-30/+28
2023-01-12bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski1-2/+5
2023-01-12SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto1-2/+17
2023-01-12mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts2-5/+14
2023-01-12mptcp: mark ops structures as ro_after_initFlorian Westphal1-8/+7
2023-01-12net/af_packet: make sure to pull mac headerEric Dumazet1-2/+4
2023-01-12net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu1-5/+13
2023-01-12SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever1-2/+7
2022-12-319p: set req refcount to zero to avoid uninitialized usageSchspa Shi1-0/+5
2022-12-31ethtool: avoiding integer overflow in ethtool_phys_id()Maxim Korotkov1-1/+2
2022-12-31mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi1-5/+13
2022-12-31ipv6/sit: use DEV_STATS_INC() to avoid data-racesEric Dumazet1-11/+11
2022-12-31net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-11/+3
2022-12-31bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev1-0/+4
2022-12-31net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet1-0/+6
2022-12-31rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells1-1/+1
2022-12-31net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang1-0/+2
2022-12-31skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan1-0/+3
2022-12-31openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron1-9/+16
2022-12-31unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg()Kirill Tkhai1-2/+9
2022-12-31netfilter: flowtable: really fix NAT IPv6 offloadQingfang DENG1-3/+3
2022-12-31net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error pathVladimir Oltean1-1/+10
2022-12-31Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2022-12-31Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2022-12-31Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMSInga Stotland1-1/+1
2022-12-31sctp: sysctl: make extra pointers netns awareFiro Yang1-29/+44
2022-12-31af_unix: call proto_unregister() in the error path in af_unix_init()Yang Yingliang1-0/+1
2022-12-31net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu1-0/+1
2022-12-31net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev1-1/+5
2022-12-31SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo1-1/+1
2022-12-31xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu1-1/+1
2022-12-31bpf, sockmap: fix race in sock_map_free()Eric Dumazet1-0/+2
2022-12-31hsr: Synchronize sequence number updates.Sebastian Andrzej Siewior2-1/+10
2022-12-31hsr: Synchronize sending frames to have always incremented outgoing seq nr.Sebastian Andrzej Siewior2-7/+8
2022-12-31hsr: Disable netpoll.Sebastian Andrzej Siewior2-11/+8
2022-12-31hsr: Avoid double remove of a node.Sebastian Andrzej Siewior2-5/+12
2022-12-31hsr: Add a rcu-read lock to hsr_forward_skb().Sebastian Andrzej Siewior1-0/+3
2022-12-31wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() failsChen Zhongjin1-1/+3