summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-03-04wifi: cfg80211: check A-MSDU format more carefullyJohannes Berg
2024-03-04wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg
2024-03-04wifi: mac80211: fix supported rate masking in scanJohannes Berg
2024-03-04wifi: mac80211: check link exists before useJohannes Berg
2024-03-04wifi: mac80211: always initialize match_authJohannes Berg
2024-02-22Merge tag 'nf-next-24-02-21' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-02-22ipv6/sit: Do not allocate stats in the driverBreno Leitao
2024-02-22net/af_iucv: fix virtual vs physical address confusionAlexander Gordeev
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-22Merge tag 'wireless-next-2024-02-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-02-22net: mctp: tests: Add a test for proper tag creation on local outputJeremy Kerr
2024-02-22net: mctp: tests: Test that outgoing skbs have flow data populatedJeremy Kerr
2024-02-22net: mctp: copy skb ext data when fragmentingJeremy Kerr
2024-02-22net: mctp: tests: Add MCTP net isolation testsJeremy Kerr
2024-02-22net: mctp: tests: Add netid argument to __mctp_route_test_initJeremy Kerr
2024-02-22net: mctp: provide a more specific tag allocation ioctlJeremy Kerr
2024-02-22net: mctp: separate key correlation across netsJeremy Kerr
2024-02-22net: mctp: tests: create test skbs with the correct net and deviceJeremy Kerr
2024-02-22net: mctp: make key lookups match the ANY address on either local or peerJeremy Kerr
2024-02-22net: mctp: Add some detail on the key allocation implementationJeremy Kerr
2024-02-22net: mctp: avoid confusion over local/peer dest/source addressesJeremy Kerr
2024-02-22l2tp: pass correct message length to ip6_append_dataTom Parkin
2024-02-22Merge tag 'nf-24-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-02-22Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman
2024-02-22phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont
2024-02-22phonet: take correct lock to peek at the RX queueRémi Denis-Courmont
2024-02-21net/sched: flower: Add lock protection when remove filter handleJianbo Liu
2024-02-21devlink: fix port dump cmd typeJiri Pirko
2024-02-21udp: add local "peek offset enabled" flagPaolo Abeni
2024-02-21net: mctp: put sock on tag allocation failureJeremy Kerr
2024-02-22netfilter: nf_tables: use kzalloc for hook allocationFlorian Westphal
2024-02-22netfilter: nf_tables: register hooks last when adding new chain/flowtablePablo Neira Ayuso
2024-02-22netfilter: nft_flow_offload: release dst in case direct xmit path is usedPablo Neira Ayuso
2024-02-22netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso
2024-02-22netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal
2024-02-21tls: don't skip over different type records from the rx_listSabrina Dubroca
2024-02-21tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca
2024-02-21tls: break out of main loop when PEEK gets a non-data recordSabrina Dubroca
2024-02-21bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida
2024-02-21wifi: nl80211: refactor parsing CSA offsetsJohannes Berg
2024-02-21wifi: nl80211: force WLAN_AKM_SUITE_SAE in big endian in NL80211_CMD_EXTERNAL...Alexis Lothoré
2024-02-21wifi: cfg80211: use ML element parsing helpersJohannes Berg
2024-02-21wifi: mac80211: align ieee80211_mle_get_bss_param_ch_cnt()Johannes Berg
2024-02-21wifi: cfg80211: refactor RNR parsingJohannes Berg
2024-02-21wifi: cfg80211: clean up cfg80211_inform_bss_frame_data()Johannes Berg
2024-02-21wifi: cfg80211: remove cfg80211_inform_single_bss_frame_data()Johannes Berg
2024-02-21wifi: cfg80211: set correct param change count in ML elementBenjamin Berg
2024-02-21wifi: cfg80211: Add KHZ_PER_GHZ to units.h and reuseAndy Shevchenko
2024-02-21wifi: mac80211: clean up assignments to pointer cache.Colin Ian King