summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-01-25ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin1-2/+2
2024-01-25netfilter: nf_tables: skip dead set elements in netlink dumpPablo Neira Ayuso1-1/+1
2024-01-25ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-13/+13
2024-01-25Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz2-14/+5
2024-01-25netfilter: nf_tables: mark newset as dead on transaction abortFlorian Westphal1-0/+1
2024-01-25virtio/vsock: fix logic which reduces credit update messagesArseniy Krasnov1-3/+10
2024-01-25net/ncsi: Fix netlink major/minor version numbersPeter Delevoryas4-8/+36
2024-01-25ncsi: internal.h: Fix a spelloBhaskar Chowdhury1-1/+1
2024-01-25calipso: fix memory leak in netlbl_calipso_add_pass()Gavrilov Ilia1-23/+26
2024-01-25netlabel: remove unused parameter in netlbl_netlink_auditinfo()Zheng Yejian5-16/+14
2024-01-25net: netlabel: Fix kerneldoc warningsAndrew Lunn1-0/+1
2024-01-25neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao1-1/+8
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell2-14/+7
2024-01-15ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet1-5/+6
2024-01-15net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet2-4/+7
2024-01-15netfilter: nf_tables: Reject tables of unsupported familyPhil Sutter1-0/+27
2024-01-15net: tls, update curr on splice as wellJohn Fastabend1-0/+2
2024-01-15net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange1-0/+1
2024-01-15net: Save and restore msg_namelen in sock_sendmsgMarc Dionne1-0/+2
2024-01-15net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko2-2/+2
2024-01-15can: raw: add support for SO_MARKMarc Kleine-Budde1-0/+1
2024-01-15can: raw: add support for SO_TXTIME/SCM_TXTIMEMarc Kleine-Budde1-1/+10
2024-01-15net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua1-1/+3
2024-01-15nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_localSiddh Raman Pant1-3/+36
2024-01-08net: rfkill: gpio: set GPIO directionRouven Czerwinski1-0/+8
2024-01-08net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin1-4/+13
2024-01-08Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz1-1/+2
2024-01-08wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg1-1/+1
2024-01-08wifi: cfg80211: Add my certificateChen-Yu Tsai1-0/+87
2024-01-08net: check dev->gso_max_size in gso_features_check()Eric Dumazet1-0/+3
2024-01-08net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit1-0/+5
2024-01-08net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian1-1/+8
2024-01-08net/rose: fix races in rose_kill_by_device()Eric Dumazet1-5/+34
2024-01-08net: sched: ife: fix potential use-after-freeEric Dumazet1-0/+1
2024-01-08wifi: mac80211: mesh_plink: fix matches_local logicJohannes Berg1-5/+5
2023-12-20appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim1-5/+4
2023-12-20vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov1-1/+1
2023-12-20net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen1-0/+6
2023-12-20net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim1-1/+3
2023-12-20atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim1-2/+5
2023-12-20net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski1-5/+1
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel2-1/+6
2023-12-13psample: Require 'CAP_NET_ADMIN' when joining "packets" groupIdo Schimmel1-1/+2
2023-12-13genetlink: add CAP_NET_ADMIN test for multicast bindIdo Schimmel1-0/+32
2023-12-13netlink: don't call ->netlink_bind with table lock heldIdo Schimmel1-2/+2
2023-12-13io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov1-0/+6
2023-12-13packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann2-9/+9
2023-12-13bpf: sockmap, updating the sg structure should also update currJohn Fastabend1-0/+19
2023-12-13tcp: do not accept ACK of bytes we never sentEric Dumazet1-1/+5
2023-12-13netfilter: xt_owner: Fix for unsafe access of sk->sk_socketPhil Sutter1-4/+12