summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-31wifi: mac80211: fix memory leak in ieee80211_if_add()Zhengchao Shao1-0/+1
2022-12-31bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang1-1/+4
2022-12-31bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang3-10/+16
2022-12-31bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang1-1/+2
2022-12-31netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal1-0/+53
2022-12-31bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev2-4/+6
2022-12-31inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()Eric Dumazet1-4/+8
2022-12-31rxrpc: Fix ack.bufferSize to be 0 when generating an ackDavid Howells1-1/+1
2022-12-31soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima2-6/+90
2022-12-21Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim1-1/+2
2022-12-14ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet1-0/+5
2022-12-14tipc: call tipc_lxc_xmit without holding node_read_lockXin Long1-3/+9
2022-12-14ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel1-0/+3
2022-12-14ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel1-0/+1
2022-12-14tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing1-1/+3
2022-12-14ip_gre: do not report erspan version on GRE interfaceHangbin Liu1-19/+29
2022-12-14NFC: nci: Bounds check struct nfc_target arraysKees Cook1-0/+6
2022-12-14mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()Wei Yongjun1-0/+1
2022-12-14net: dsa: sja1105: Check return valueArtem Chernyshev1-1/+2
2022-12-14net: dsa: hellcreek: Check return valueArtem Chernyshev1-1/+2