summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: rfkill: gpio: set GPIO directionRouven Czerwinski2024-01-081-0/+8
* net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin2024-01-081-4/+13
* Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz2024-01-081-1/+2
* wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg2024-01-081-1/+1
* wifi: cfg80211: Add my certificateChen-Yu Tsai2024-01-081-0/+87
* net: check dev->gso_max_size in gso_features_check()Eric Dumazet2024-01-081-0/+3
* net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit2024-01-081-0/+5
* net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian2024-01-081-1/+8
* net/rose: fix races in rose_kill_by_device()Eric Dumazet2024-01-081-5/+34
* net: sched: ife: fix potential use-after-freeEric Dumazet2024-01-081-0/+1
* wifi: mac80211: mesh_plink: fix matches_local logicJohannes Berg2024-01-081-5/+5
* appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim2023-12-201-5/+4
* vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov2023-12-201-1/+1
* net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen2023-12-201-0/+6
* net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim2023-12-201-1/+3
* atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim2023-12-201-2/+5
* drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel2023-12-132-1/+6
* psample: Require 'CAP_NET_ADMIN' when joining "packets" groupIdo Schimmel2023-12-131-1/+2
* genetlink: add CAP_NET_ADMIN test for multicast bindIdo Schimmel2023-12-131-0/+32
* netlink: don't call ->netlink_bind with table lock heldIdo Schimmel2023-12-131-2/+2
* packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann2023-12-132-9/+9
* tcp: do not accept ACK of bytes we never sentEric Dumazet2023-12-131-1/+5
* netfilter: xt_owner: Fix for unsafe access of sk->sk_socketPhil Sutter2023-12-131-4/+12
* netfilter: xt_owner: Add supplementary groups optionLukasz Pawelczyk2023-12-131-3/+20
* ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida2023-12-131-4/+7
* ipv6: fix potential NULL deref in fib6_add()Eric Dumazet2023-12-131-5/+1
* netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik2023-12-131-7/+7
* ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao2023-12-081-2/+4
* ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan2023-12-081-1/+1
* net: sched: fix race condition in qdisc_graft()Eric Dumazet2023-11-281-2/+3
* tipc: Fix kernel-infoleak due to uninitialized TLV valueShigeru Yoshida2023-11-281-0/+1
* Bluetooth: Fix double free in hci_conn_cleanupZhengHan Wang2023-11-282-15/+14
* net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet2023-11-282-2/+2
* wifi: mac80211: don't return unset power in ieee80211_get_tx_power()Ping-Ke Shih2023-11-281-0/+4
* netfilter: xt_recent: fix (increase) ipv6 literal buffer lengthMaciej Żenczykowski2023-11-201-1/+1
* net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe2023-11-204-4/+9
* net/smc: wait for pending work before clcsock release_sockKarsten Graul2023-11-203-10/+30
* net/smc: postpone release of clcsockUrsula Braun2023-11-202-17/+23
* dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima2023-11-202-6/+7
* dccp: Call security_inet_conn_request() after setting IPv4 addresses.Kuniyuki Iwashima2023-11-201-3/+3
* tipc: Change nla_policy for bearer-related names to NLA_NUL_STRINGShigeru Yoshida2023-11-201-2/+2
* llc: verify mac len before reading mac headerWillem de Bruijn2023-11-203-2/+14
* ipv6: avoid atomic fragment on GSO packetsYan Zhai2023-11-201-1/+7
* tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet2023-11-201-1/+1
* tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet2023-11-201-5/+4
* tcp_metrics: add missing barriers on deleteEric Dumazet2023-11-201-2/+2
* netfilter: nfnetlink_log: silence bogus compiler warningFlorian Westphal2023-11-081-1/+1
* xfrm6: fix inet6_dev refcount underflow problemZhang Changzhong2023-10-251-2/+2
* Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook2023-10-251-1/+2
* Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD2023-10-251-1/+1