summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-11net/sched: act_mpls: fix action bind logicPedro Tammela1-29/+37
2023-03-11net/sched: act_pedit: fix action bind logicPedro Tammela1-27/+31
2023-03-11net/sched: transition act_pedit to rcu and percpu statsPedro Tammela1-61/+87
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: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov3-0/+12
2023-03-11netfilter: ctnetlink: make event listener tracking globalFlorian Westphal3-5/+9
2023-03-11netfilter: xt_length: use skb len to match in length_mt6Xin Long1-2/+1
2023-03-11netfilter: ebtables: fix table blob use-after-freeFlorian Westphal3-5/+3
2023-03-11netfilter: ip6t_rpfilter: Fix regression with VRF interfacesPhil Sutter1-1/+3
2023-03-11netfilter: conntrack: fix rmmod double-free raceFlorian Westphal3-14/+15
2023-03-11netfilter: ctnetlink: fix possible refcount leak in ctnetlink_create_conntrack()Hangyu Hua1-1/+4
2023-03-11netfilter: nf_tables: allow to fetch set elements when table has an ownerPablo Neira Ayuso1-1/+1
2023-03-11net/sched: Retire tcindex classifierJamal Hadi Salim3-754/+0
2023-03-10net: avoid double iput when sock_alloc_file failsThadeu Lima de Souza Cascardo1-7/+4
2023-03-10wifi: cfg80211: Set SSID if it is not already setMarc Bornand1-0/+17
2023-03-10wifi: cfg80211: Fix use after free for wextAlexander Wetzel1-5/+26
2023-03-10scm: add user copy checks to put_cmsg()Eric Dumazet1-0/+2
2023-03-10can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp1-0/+3
2023-03-10netfilter: nf_tables: NULL pointer dereference in nf_tables_updobj()Alok Tiwari1-0/+3
2023-03-10inet: fix fast path in __inet_hash_connect()Pietro Borrello1-11/+1
2023-03-10NFS: fix disabling of swapNeilBrown1-0/+2
2023-03-10l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()Shigeru Yoshida1-58/+67
2023-03-10net/smc: fix application data exceptionD. Wythe1-9/+8
2023-03-10net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe1-0/+2
2023-03-10xsk: check IFF_UP earlier in Tx pathMaciej Fijalkowski1-26/+33
2023-03-10wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta()Johannes Berg1-15/+11
2023-03-10wifi: mac80211: fix off-by-one link settingJohannes Berg1-1/+1
2023-03-10wifi: mac80211: avoid u32_encode_bits() warningArnd Bergmann1-1/+1
2023-03-10wifi: mac80211: Don't translate MLD addresses for multicastAndrei Otcheretianski1-1/+2
2023-03-10wifi: mac80211: fix non-MLO station associationKarthikeyan Periyasamy1-3/+0
2023-03-10wifi: mac80211: make rate u32 in sta_set_rate_info_rx()Shayne Chen1-1/+1
2023-03-10wifi: mac80211: move color collision detection report in a delayed workLorenzo Bianconi3-1/+31
2023-03-10rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello1-1/+1
2023-03-10Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz2-24/+8
2023-03-10Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeedsKees Cook1-9/+3
2023-03-10rxrpc: Fix overwaking on call pokingDavid Howells1-2/+4
2023-03-10net: add sock_init_data_uid()Pietro Borrello1-3/+12
2023-03-10wifi: cfg80211: Fix extended KCK key length check in nl80211_set_rekey_data()Shivani Baranwal1-1/+1
2023-03-03bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau1-2/+2
2023-02-16devlink: Fix netdev notifier chain corruptionIdo Schimmel2-12/+1
2023-02-15net: mpls: fix stale pointer if allocation fails during device renameJakub Kicinski1-0/+4