summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-20devlink: remove linecards lockJiri Pirko3-30/+13
2023-01-19wifi: wireless: deny wireless extensions on MLO-capable devicesJohannes Berg1-0/+4
2023-01-19wifi: wireless: warn on most wireless extension usageJohannes Berg1-2/+14
2023-01-19net/ulp: use consistent error code when blocking ULPPaolo Abeni1-1/+1
2023-01-19wifi: mac80211: drop extra 'e' from ieeee80211... nameJohannes Berg2-5/+5
2023-01-19wifi: cfg80211: Deduplicate certificate loadingLukas Wunner1-46/+8
2023-01-19tcp: avoid the lookup process failing to get sk in ehash tableJason Xing2-6/+19
2023-01-19net: sched: gred: prevent races when adding offloads to statsJakub Kicinski1-0/+2
2023-01-19Merge tag 'wireless-2023-01-18' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-1/+0
2023-01-18mac80211: support minimal EHT rate reporting on RXJohannes Berg4-7/+48
2023-01-18wifi: mac80211: Add HE MU-MIMO related flags in ieee80211_bss_confMuna Sinada1-0/+15
2023-01-18wifi: mac80211: Add VHT MU-MIMO related flags in ieee80211_bss_confMuna Sinada1-0/+15
2023-01-18wifi: cfg80211: Support 32 bytes KCK key in GTK rekey offloadShivani Baranwal1-2/+4
2023-01-18wifi: cfg80211: Fix extended KCK key length check in nl80211_set_rekey_data()Shivani Baranwal1-1/+1
2023-01-18wifi: cfg80211: remove support for static WEPJohannes Berg6-13/+8
2023-01-18l2tp: prevent lockdep issue in l2tp_tunnel_register()Eric Dumazet1-3/+2
2023-01-18xdp: document xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+7
2023-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller1-0/+15
2023-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller14-1062/+272
2023-01-18ipv6: Remove extra counter pull before gcTanmay Bhushan1-4/+0
2023-01-18netfilter: nf_tables: add support to destroy operationFernando Fernandez Mancera1-8/+103
2023-01-18netfilter: nf_tables: avoid retpoline overhead for some ct expression callsFlorian Westphal4-12/+92
2023-01-18netfilter: nf_tables: avoid retpoline overhead for objref callsFlorian Westphal2-6/+8
2023-01-18netfilter: nf_tables: add static key to skip retpoline workaroundsFlorian Westphal1-1/+29
2023-01-18netfilter: ip_tables: remove clusterip targetFlorian Westphal3-944/+0
2023-01-18netfilter: conntrack: move rcu read lock to nf_conntrack_find_getFlorian Westphal1-8/+9
2023-01-18netfilter: conntrack: avoid reload of ct->statusFlorian Westphal2-8/+11
2023-01-18netfilter: conntrack: remove pr_debug callsFlorian Westphal3-44/+5
2023-01-18netfilter: conntrack: sctp: use nf log infrastructure for invalid packetsFlorian Westphal1-31/+15
2023-01-18Bluetooth: Fix possible deadlock in rfcomm_sk_state_changeYing Hsu1-1/+6
2023-01-18Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz1-3/+0
2023-01-18Bluetooth: hci_event: Fix Invalid wait contextLuiz Augusto von Dentz1-1/+4
2023-01-18Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz1-35/+26
2023-01-18Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()Zhengchao Shao1-10/+3
2023-01-18Bluetooth: hci_conn: Fix memory leaksZhengchao Shao1-4/+14
2023-01-18Bluetooth: hci_sync: Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2Luiz Augusto von Dentz1-3/+3
2023-01-18Bluetooth: Fix a buffer overflow in mgmt_mesh_add()Harshit Mogalapalli1-1/+1
2023-01-18netfilter: conntrack: handle tcp challenge acks during connection reuseFlorian Westphal1-0/+15
2023-01-17Merge wireless into wireless-nextKalle Valo176-2515/+2585
2023-01-17inet: fix fast path in __inet_hash_connect()Pietro Borrello1-11/+1
2023-01-17net: kfree_skb_list use kmem_cache_free_bulkJesper Dangaard Brouer1-1/+39
2023-01-17net: fix call location in kfree_skb_list_reasonJesper Dangaard Brouer1-13/+21
2023-01-17devlink: remove some unnecessary codeDan Carpenter1-11/+6
2023-01-17sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu3-49/+83
2023-01-16Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"Eric Dumazet1-1/+0
2023-01-16l2tp: close all race conditions in l2tp_tunnel_register()Cong Wang1-14/+14
2023-01-16l2tp: convert l2tp_tunnel_list to idrCong Wang1-43/+42
2023-01-16virtio/vsock: replace virtio_vsock_pkt with sk_buffBobby Eshleman3-322/+300
2023-01-16net/sched: sch_taprio: fix possible use-after-freeEric Dumazet1-0/+3
2023-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2-3/+3