aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-29/+148
2023-03-30Merge tag 'net-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-24/+143
2023-03-30netfilter: ctnetlink: Support offloaded conntrack entry deletionPaul Blakey1-8/+0
2023-03-30netfilter: nfnetlink_queue: enable classid socket info retrievalEric Sage1-0/+20
2023-03-30netfilter: nfnetlink_log: remove rcu_bh usageFlorian Westphal1-13/+23
2023-03-30net: dsa: sync unicast and multicast addresses for VLAN filters tooVladimir Oltean1-5/+116
2023-03-30net: optimize ____napi_schedule() to avoid extra NET_RX_SOFTIRQEric Dumazet1-4/+18
2023-03-30net: optimize napi_schedule_rps()Eric Dumazet1-3/+5
2023-03-30net: add softnet_data.in_net_rx_actionEric Dumazet1-0/+4
2023-03-30net: napi_schedule_rps() cleanupEric Dumazet1-6/+12
2023-03-30wifi: nl80211: support advertising S1G capabilitiesKieran Frewen1-0/+10
2023-03-30wifi: mac80211: S1G capabilities information element in probe requestKieran Frewen2-0/+24
2023-03-30mac80211: minstrel_ht: remove unused n_supported variableTom Rix1-6/+0
2023-03-30wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau1-1/+2
2023-03-30wifi: mac80211: fix flow dissection for forwarded packetsFelix Fietkau1-1/+1
2023-03-30wifi: mac80211: fix mesh forwardingFelix Fietkau1-0/+3
2023-03-30wifi: mac80211: fix receiving mesh packets in forwarding=0 networksFelix Fietkau1-8/+8
2023-03-30wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()Ryder Lee1-1/+1
2023-03-30wifi: mac80211: fix potential null pointer dereferenceFelix Fietkau1-2/+2
2023-03-30wifi: mac80211: drop bogus static keywords in A-MSDU rxFelix Fietkau1-2/+2
2023-03-30virtio/vsock: WARN_ONCE() for invalid state of socketArseniy Krasnov1-0/+7
2023-03-30virtio/vsock: fix header length on skb mergingArseniy Krasnov1-1/+1
2023-03-29Merge tag 'ieee802154-for-net-2023-03-29' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski1-2/+1
2023-03-29bpf: allow a TCP CC to write app_limitedYixin Shen1-0/+3
2023-03-29mptcp: do not fill info not used by the PM in usedMatthieu Baerts1-7/+13
2023-03-29mptcp: simplify subflow_syn_recv_sock()Paolo Abeni1-28/+13
2023-03-29mptcp: avoid unneeded address copyPaolo Abeni1-2/+0
2023-03-296lowpan: Remove redundant initialisation.Kuniyuki Iwashima1-1/+1
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima2-12/+9
2023-03-29vsock: support sockmapBobby Eshleman6-6/+262
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner5-28/+12
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo4-27/+27
2023-03-28virtio/vsock: check argument to avoid no effect callArseniy Krasnov1-0/+6
2023-03-28virtio/vsock: allocate multiple skbuffs on txArseniy Krasnov1-14/+43
2023-03-28bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcpMartin KaFai Lau1-2/+2
2023-03-28can: isotp: add module parameter for maximum pdu sizeOliver Hartkopp1-9/+56
2023-03-27ethtool: Add support for configuring tx_push_buf_lenShay Agroskin2-3/+33
2023-03-27net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet2-2/+14
2023-03-27can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_writeIvan Orlov1-6/+10
2023-03-27can: j1939: prevent deadlock by moving j1939_sk_errqueue()Oleksij Rempel1-2/+6
2023-03-27dev_ioctl: fix a W=1 warningHeiner Kallweit1-0/+1
2023-03-27vsock/loopback: use only sk_buff_head.lock to protect the packet queueStefano Garzarella1-8/+2
2023-03-279p: Add additional debug flags and open modesEric Van Hensbergen1-4/+4
2023-03-25xsk: allow remap of fill and/or completion ringsNuno Gonçalves1-3/+6
2023-03-25bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau1-1/+1
2023-03-25bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet1-0/+6
2023-03-25bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet2-5/+0
2023-03-25Merge tag 'nfsd-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-5/+5
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-99/+206
2023-03-24net: ieee802154: Handle limited devices with only datagram supportMiquel Raynal1-0/+10