summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2-4/+15
2023-07-27netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...Ilia.Gavrilov1-1/+1
2023-07-27netfilter: conntrack: dccp: copy entire header to stack buffer, not just basi...Florian Westphal1-3/+49
2023-07-27net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma6-24/+77
2023-07-27nfc: llcp: simplify llcp_sock_connect() error pathsKrzysztof Kozlowski1-3/+4
2023-07-27netlink: do not hard code device address lenth in fdb dumpsEric Dumazet1-4/+4
2023-07-27netlink: fix potential deadlock in netlink_set_err()Eric Dumazet2-4/+6
2023-07-27wifi: cfg80211: rewrite merging of inherited elementsBenjamin Berg1-89/+124
2023-07-27rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer1-45/+51
2023-07-27nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski1-1/+2
2023-07-27nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski6-53/+61
2023-07-27sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn1-0/+18
2023-07-27bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev4-0/+19
2023-07-27can: isotp: isotp_sendmsg(): fix return error fix on TX pathOliver Hartkopp1-2/+3
2023-06-28netfilter: nf_tables: hold mutex on netns pre_exit pathPablo Neira Ayuso1-0/+2
2023-06-28netfilter: nf_tables: validate registers coming from userspace.Pablo Neira Ayuso1-14/+17
2023-06-28netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso1-2/+1
2023-06-28sch_netem: acquire qdisc lock in netem_change()Eric Dumazet1-2/+6
2023-06-28netfilter: nfnetlink_osf: fix module autoloadPablo Neira Ayuso2-1/+1
2023-06-28netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso1-2/+5
2023-06-28netfilter: nft_set_pipapo: .walk does not deal with generationsPablo Neira Ayuso1-1/+5
2023-06-28ipvs: align inner_mac_header for encapsulationTerin Stock1-0/+2
2023-06-28xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2-0/+6
2023-06-28xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski2-0/+4
2023-06-28xfrm: Ensure policies always checked on XFRM-I input pathBenedict Wong1-4/+50
2023-06-28xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.cEyal Birger2-0/+2
2023-06-28xfrm: Treat already-verified secpath entries as optionalBenedict Wong2-0/+13
2023-06-28net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye1-10/+10
2023-06-21batman-adv: Switch to kstrtox.h for kstrtou64Sven Eckelmann1-1/+1
2023-06-21neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky1-31/+0
2023-06-21net: tipc: resize nlattr array to correct sizeLin Ma1-2/+2
2023-06-21net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov1-5/+7
2023-06-21sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter1-1/+1
2023-06-21net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones1-8/+10
2023-06-21ping6: Fix send to link-local addresses with VRF.Guillaume Nault1-1/+2
2023-06-21netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMPablo Neira Ayuso1-1/+2
2023-06-21Remove DECnet support from kernelStephen Hemminger22-10677/+1
2023-06-14tcp: fix tcp_min_tso_segs sysctlEric Dumazet1-2/+0
2023-06-14Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz1-4/+4
2023-06-14can: j1939: avoid possible use-after-free when j1939_can_rx_register failsFedor Pchelkin1-1/+3
2023-06-14can: j1939: change j1939_netdev_lock type to mutexFedor Pchelkin1-11/+11
2023-06-14can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...Oleksij Rempel1-0/+5
2023-06-14batman-adv: Broken sync while rescheduling delayed workVladislav Efanov1-1/+1
2023-06-14net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua1-0/+1
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet1-2/+0
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet1-2/+4
2023-06-14ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima1-18/+11
2023-06-14netfilter: ipset: Add schedule point in call_ad().Kuniyuki Iwashima1-0/+8
2023-06-14netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelperTijs Van Buggenhout1-0/+3
2023-06-14Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim1-0/+9