summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xsk: Honor SO_BINDTODEVICE on bindIlya Maximets2023-07-271-0/+5
* tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet2023-07-271-3/+9
* net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC modeVladimir Oltean2023-07-271-2/+3
* sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye2023-07-271-2/+2
* netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2023-07-272-4/+15
* netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...Ilia.Gavrilov2023-07-271-1/+1
* netfilter: conntrack: dccp: copy entire header to stack buffer, not just basi...Florian Westphal2023-07-271-3/+49
* net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma2023-07-276-24/+77
* nfc: llcp: simplify llcp_sock_connect() error pathsKrzysztof Kozlowski2023-07-271-3/+4
* netlink: do not hard code device address lenth in fdb dumpsEric Dumazet2023-07-271-4/+4
* netlink: fix potential deadlock in netlink_set_err()Eric Dumazet2023-07-272-4/+6
* wifi: cfg80211: rewrite merging of inherited elementsBenjamin Berg2023-07-271-89/+124
* rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer2023-07-271-45/+51
* nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski2023-07-271-1/+2
* nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2023-07-276-53/+61
* sch_netem: acquire qdisc lock in netem_change()Eric Dumazet2023-06-281-2/+6
* netfilter: nfnetlink_osf: fix module autoloadPablo Neira Ayuso2023-06-282-1/+1
* netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso2023-06-281-2/+5
* ipvs: align inner_mac_header for encapsulationTerin Stock2023-06-281-0/+2
* xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2023-06-282-0/+6
* neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky2023-06-211-31/+0
* net: tipc: resize nlattr array to correct sizeLin Ma2023-06-211-2/+2
* net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov2023-06-211-5/+7
* sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter2023-06-211-1/+1
* net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones2023-06-211-8/+10
* ping6: Fix send to link-local addresses with VRF.Guillaume Nault2023-06-211-1/+2
* netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMPablo Neira Ayuso2023-06-211-1/+2
* Remove DECnet support from kernelStephen Hemminger2023-06-2122-10689/+1
* Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz2023-06-141-4/+4
* can: j1939: avoid possible use-after-free when j1939_can_rx_register failsFedor Pchelkin2023-06-141-1/+3
* can: j1939: change j1939_netdev_lock type to mutexFedor Pchelkin2023-06-141-11/+11
* can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...Oleksij Rempel2023-06-141-0/+5
* batman-adv: Broken sync while rescheduling delayed workVladislav Efanov2023-06-141-1/+1
* net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua2023-06-141-0/+1
* net: sched: move rtm_tca_policy declaration to include fileEric Dumazet2023-06-141-2/+0
* rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet2023-06-141-2/+4
* netfilter: ipset: Add schedule point in call_ad().Kuniyuki Iwashima2023-06-141-0/+8
* netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelperTijs Van Buggenhout2023-06-141-0/+3
* Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim2023-06-141-0/+9
* Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu2023-06-141-0/+4
* treewide: Remove uninitialized_var() usageKees Cook2023-06-0916-20/+20
* flow_dissector: work around stack frame size warningArnd Bergmann2023-06-091-9/+8
* atm: hide unused procfs functionsArnd Bergmann2023-06-091-0/+2
* netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix2023-06-091-0/+4
* xfrm: Check if_id in inbound policy/secpath matchBenedict Wong2023-06-091-5/+6
* net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua2023-06-091-0/+3
* udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov2023-06-091-1/+1
* net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela2023-06-091-1/+1
* net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao2023-06-091-0/+4
* net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye2023-06-091-0/+5