summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2023-02-01Bluetooth: Fix a buffer overflow in mgmt_mesh_add()Harshit Mogalapalli
2023-02-01netfilter: conntrack: handle tcp challenge acks during connection reuseFlorian Westphal
2023-02-01l2tp: close all race conditions in l2tp_tunnel_register()Cong Wang
2023-02-01l2tp: convert l2tp_tunnel_list to idrCong Wang
2023-02-01net/sched: sch_taprio: fix possible use-after-freeEric Dumazet
2023-02-01sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htbRahul Rameshbabu
2023-02-01net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang
2023-01-24Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"Eric Dumazet
2023-01-24net/ulp: use consistent error code when blocking ULPPaolo Abeni
2023-01-24mptcp: netlink: respect v4/v6-only socketsMatthieu Baerts
2023-01-24mptcp: explicitly specify sock family at subflow creation timePaolo Abeni
2023-01-24wifi: mac80211: fix initialization of rx->link and rx->link_staFelix Fietkau
2023-01-24wifi: mac80211: sdata can be NULL during AMPDU startAlexander Wetzel
2023-01-24wifi: mac80211: reset multiple BSSID options in stop_ap()Aloka Dixit
2023-01-24wifi: mac80211: fix MLO + AP_VLAN checkFelix Fietkau
2023-01-24Bluetooth: hci_sync: Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2Luiz Augusto von Dentz
2023-01-24net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin
2023-01-18net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel
2023-01-18gro: take care of DODGY packetsEric Dumazet
2023-01-18gro: avoid checking for a failed searchRichard Gobert
2023-01-18tipc: fix unexpected link reset due to discovery messagesTung Nguyen
2023-01-18netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia
2023-01-18ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu
2023-01-18netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bitsPablo Neira Ayuso
2023-01-14net: sched: disallow noqueue for qdisc classesFrederick Lawler
2023-01-14Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever
2023-01-129p/client: fix data race on req->statusDominique Martinet
2023-01-12caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao
2023-01-12net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni
2023-01-12netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik
2023-01-12netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik
2023-01-12net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim
2023-01-12net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim
2023-01-12tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima
2023-01-12nfc: Fix potential resource leaksMiaoqian Lin
2023-01-12net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei
2023-01-12netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso
2023-01-12mptcp: fix lockdep false positivePaolo Abeni
2023-01-12mptcp: fix deadlock in fastopen error pathPaolo Abeni
2023-01-12netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso
2023-01-12netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso
2023-01-12netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso
2023-01-12bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski
2023-01-12SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto
2023-01-07mptcp: use proper req destructor for IPv6Matthieu Baerts
2023-01-07mptcp: dedicated request sock for subflow in v6Matthieu Baerts
2023-01-07mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts
2023-01-07mptcp: netlink: fix some error return codeWei Yongjun
2023-01-04SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever
2022-12-319p: set req refcount to zero to avoid uninitialized usageSchspa Shi