summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-11netfilter: nf_tables: unbind non-anonymous set if rule construction failsPablo Neira Ayuso1-0/+2
2023-08-11netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso1-3/+30
2023-08-11netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso1-4/+22
2023-08-11netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso1-1/+2
2023-08-11netfilter: nf_tables: use net_generic infra for transaction dataPablo Neira Ayuso3-120/+200
2023-08-11netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso10-208/+75
2023-08-11netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso1-9/+14
2023-08-11netfilter: nf_tables: add rescheduling points during loop detection walksFlorian Westphal1-0/+6
2023-08-11netfilter: nf_tables: fix nat hook table deletionFlorian Westphal1-5/+6
2023-08-11net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma1-0/+1
2023-08-11tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet1-3/+9
2023-08-11net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC modeVladimir Oltean1-2/+3
2023-08-11sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye1-2/+2
2023-08-11netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2-4/+15
2023-08-11netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...Ilia.Gavrilov1-1/+1
2023-08-11netlink: do not hard code device address lenth in fdb dumpsEric Dumazet1-4/+4
2023-08-11netlink: fix potential deadlock in netlink_set_err()Eric Dumazet2-4/+6
2023-08-11nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski1-1/+2
2023-08-11nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski6-53/+61
2023-08-11treewide: Remove uninitialized_var() usageKees Cook12-15/+15
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-28xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2-0/+6
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-21sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter1-1/+1
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-10719/+1
2023-06-14Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz1-4/+4
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-14Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim1-0/+9
2023-06-14Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu1-0/+4
2023-06-09atm: hide unused procfs functionsArnd Bergmann1-0/+2
2023-06-09netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix1-0/+4
2023-06-09xfrm: Check if_id in inbound policy/secpath matchBenedict Wong1-5/+6
2023-06-09net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua1-0/+3
2023-06-09udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov1-1/+1
2023-06-09net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela1-1/+1
2023-06-09net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao1-0/+4
2023-06-09net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye1-0/+5
2023-06-09net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye2-3/+8
2023-06-09net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye1-0/+6
2023-06-09net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye1-0/+6
2023-06-09tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu1-1/+2
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet3-0/+9