summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski33-233/+460
2024-02-23Merge tag 'wireless-next-2024-02-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski7-455/+372
2024-02-22net: mctp: tests: Add a test for proper tag creation on local outputJeremy Kerr1-0/+75
2024-02-22net: mctp: tests: Test that outgoing skbs have flow data populatedJeremy Kerr2-0/+137
2024-02-22net: mctp: copy skb ext data when fragmentingJeremy Kerr2-0/+11
2024-02-22net: mctp: tests: Add MCTP net isolation testsJeremy Kerr1-0/+161
2024-02-22net: mctp: tests: Add netid argument to __mctp_route_test_initJeremy Kerr1-4/+7
2024-02-22net: mctp: provide a more specific tag allocation ioctlJeremy Kerr1-20/+97
2024-02-22net: mctp: separate key correlation across netsJeremy Kerr3-16/+38
2024-02-22net: mctp: tests: create test skbs with the correct net and deviceJeremy Kerr2-8/+17
2024-02-22net: mctp: make key lookups match the ANY address on either local or peerJeremy Kerr1-3/+11
2024-02-22net: mctp: Add some detail on the key allocation implementationJeremy Kerr1-0/+37
2024-02-22net: mctp: avoid confusion over local/peer dest/source addressesJeremy Kerr2-9/+9
2024-02-22l2tp: pass correct message length to ip6_append_dataTom Parkin1-1/+1
2024-02-22Merge tag 'nf-24-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-42/+56
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2-3/+7
2024-02-22Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman1-0/+10
2024-02-22phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont1-9/+32
2024-02-22phonet: take correct lock to peek at the RX queueRémi Denis-Courmont1-2/+2
2024-02-22net/sched: flower: Add lock protection when remove filter handleJianbo Liu1-1/+4
2024-02-22devlink: fix port dump cmd typeJiri Pirko1-1/+1
2024-02-22udp: add local "peek offset enabled" flagPaolo Abeni3-3/+3
2024-02-22net: mctp: put sock on tag allocation failureJeremy Kerr1-1/+1
2024-02-22netfilter: nf_tables: use kzalloc for hook allocationFlorian Westphal1-1/+1
2024-02-22netfilter: nf_tables: register hooks last when adding new chain/flowtablePablo Neira Ayuso1-38/+40
2024-02-22netfilter: nft_flow_offload: release dst in case direct xmit path is usedPablo Neira Ayuso1-0/+1
2024-02-22netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso1-3/+13
2024-02-22netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal1-0/+1
2024-02-22tls: don't skip over different type records from the rx_listSabrina Dubroca1-8/+14
2024-02-22tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca1-1/+1
2024-02-22tls: break out of main loop when PEEK gets a non-data recordSabrina Dubroca1-0/+2
2024-02-21bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida1-2/+5
2024-02-21wifi: nl80211: refactor parsing CSA offsetsJohannes Berg1-81/+56
2024-02-21wifi: nl80211: force WLAN_AKM_SUITE_SAE in big endian in NL80211_CMD_EXTERNAL...Alexis Lothoré1-1/+18
2024-02-21wifi: cfg80211: use ML element parsing helpersJohannes Berg1-33/+8
2024-02-21wifi: mac80211: align ieee80211_mle_get_bss_param_ch_cnt()Johannes Berg1-4/+5
2024-02-21wifi: cfg80211: refactor RNR parsingJohannes Berg1-137/+169
2024-02-21wifi: cfg80211: clean up cfg80211_inform_bss_frame_data()Johannes Berg1-39/+32
2024-02-21wifi: cfg80211: remove cfg80211_inform_single_bss_frame_data()Johannes Berg1-165/+80
2024-02-21wifi: cfg80211: set correct param change count in ML elementBenjamin Berg1-10/+16
2024-02-21wifi: cfg80211: Add KHZ_PER_GHZ to units.h and reuseAndy Shevchenko1-4/+3
2024-02-21wifi: mac80211: clean up assignments to pointer cache.Colin Ian King1-5/+1
2024-02-21wifi: mac80211: make associated BSS pointer visible to the driverMiri Korenblit2-11/+9
2024-02-21wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh1-2/+12
2024-02-21af_unix: Drop oob_skb ref before purging queue in GC.Kuniyuki Iwashima1-13/+9
2024-02-21Merge tag 'wireless-next-2024-02-20' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller46-3898/+5774
2024-02-21ipv6: Simplify the allocation of slab cachesKunwu Chan1-4/+2
2024-02-21ipv4: Simplify the allocation of slab caches in ip_rt_initKunwu Chan1-3/+2
2024-02-21ipmr: Simplify the allocation of slab cachesKunwu Chan1-4/+1
2024-02-21ip6mr: Simplify the allocation of slab caches in ip6_mr_initKunwu Chan1-4/+1