summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-17skbuff: Fix nfct leak on napi stolenTao Liu2-1/+1
2023-03-17SUNRPC: Fix a server shutdown leakBenjamin Coddington1-1/+5
2023-03-17net/smc: fix fallback failed while sendmsg with fastopenD. Wythe1-5/+8
2023-03-17netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal2-2/+2
2023-03-17netfilter: ctnetlink: revert to dumping mark regardless of event typeIvan Delalande1-7/+7
2023-03-17net: caif: Fix use-after-free in cfusbl_device_notify()Shigeru Yoshida1-0/+3
2023-03-17ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()Eric Dumazet1-0/+1
2023-03-17nfc: change order inside nfc_se_io error pathFedor Pchelkin1-1/+1
2023-03-13wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"Hector Martin1-2/+0
2023-03-11tcp: Fix listen() regression in 5.10.163Kuniyuki Iwashima1-0/+1
2023-03-11Bluetooth: hci_sock: purge socket queues in the destruct() callbackNguyen Dinh Phi1-4/+7
2023-03-11net: tls: avoid hanging tasks on the tx_lockJakub Kicinski1-7/+19
2023-03-11tcp: tcp_check_req() can be called from process contextEric Dumazet1-2/+5
2023-03-11net/sched: act_sample: fix action bind logicPedro Tammela1-2/+9
2023-03-11nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin1-0/+4
2023-03-119p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Zhengchao Shao1-3/+12
2023-03-119p/xen: fix connection sequenceJuergen Gross1-15/+23
2023-03-119p/xen: fix version parsingJuergen Gross1-2/+8
2023-03-11net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet1-1/+3
2023-03-11sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long1-31/+21
2023-03-11ipv6: Add lwtunnel encap size of all siblings in nexthop calculationLu Wei1-5/+6
2023-03-11netfilter: ebtables: fix table blob use-after-freeFlorian Westphal3-5/+3
2023-03-11netfilter: ctnetlink: fix possible refcount leak in ctnetlink_create_conntrack()Hangyu Hua1-1/+4
2023-03-11net/sched: Retire tcindex classifierJamal Hadi Salim3-768/+0
2023-03-11wifi: cfg80211: Fix use after free for wextAlexander Wetzel1-5/+26
2023-03-11inet: fix fast path in __inet_hash_connect()Pietro Borrello1-11/+1
2023-03-11NFS: fix disabling of swapNeilBrown1-0/+2
2023-03-11NFSv4: keep state manager thread active if swap is enabledNeilBrown1-0/+2
2023-03-11l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()Shigeru Yoshida1-58/+67
2023-03-11wifi: mac80211: make rate u32 in sta_set_rate_info_rx()Shayne Chen1-1/+1
2023-03-11rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello1-1/+1
2023-03-11Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz2-24/+8
2023-03-11net: add sock_init_data_uid()Pietro Borrello1-3/+12
2023-03-11wifi: cfg80211: Fix extended KCK key length check in nl80211_set_rekey_data()Shivani Baranwal1-1/+1
2023-03-03net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().Kuniyuki Iwashima2-1/+1
2023-03-03bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau1-2/+2
2023-03-03neigh: make sure used and confirmed times are validJulian Anastasov1-3/+15
2023-03-03Fix XFRM-I support for nested ESP tunnelsBenedict Wong2-4/+53
2023-02-25Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...Vladimir Oltean1-5/+3
2023-02-25mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshPavel Skripkin3-81/+54
2023-02-22net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter1-1/+1
2023-02-22net/sched: tcindex: search key must be 16 bitsPedro Tammela1-1/+1
2023-02-22net/sched: act_ctinfo: use percpu statsPedro Tammela1-3/+3
2023-02-22flow_offload: fill flags to action structureBaowen Zheng14-14/+14
2023-02-22ipv6: Fix tcp socket connection with DSCP.Guillaume Nault1-0/+1
2023-02-22ipv6: Fix datagram socket connection with DSCP.Guillaume Nault1-1/+1
2023-02-22net: mpls: fix stale pointer if allocation fails during device renameJakub Kicinski1-0/+4
2023-02-22net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()Hangyu Hua1-1/+3
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2-12/+5
2023-02-22net/sched: tcindex: update imperfect hash filters respecting rcuPedro Tammela1-4/+30