summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-2535-59/+223
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-01-253-10/+47
| |\
| | * xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski2024-01-241-0/+2
| | * xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski2024-01-241-6/+36
| | * xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski2024-01-241-0/+1
| | * xsk: recycle buffer in case Rx queue was fullMaciej Fijalkowski2024-01-241-4/+8
| * | netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso2024-01-248-2/+47
| * | netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal2024-01-241-10/+6
| * | netfilter: nf_tables: restrict anonymous set and map names to 16 bytesFlorian Westphal2024-01-241-0/+4
| * | netfilter: nft_limit: reject configurations that cause integer overflowFlorian Westphal2024-01-241-7/+16
| * | netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechainPablo Neira Ayuso2024-01-241-2/+9
| * | net/sched: flower: Fix chain template offloadIdo Schimmel2024-01-242-1/+31
| |/
| * Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-01-235-4/+8
| |\
| | * wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau2024-01-182-1/+3
| | * wifi: mac80211: fix potential sta-link leakJohannes Berg2024-01-181-1/+4
| | * wifi: cfg80211/mac80211: remove dependency on non-existing optionLukas Bulwahn2024-01-182-2/+0
| | * wifi: cfg80211: fix missing interfaces when dumpingMichal Kazior2024-01-181-0/+1
| * | ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao2024-01-231-0/+3
| * | netlink: fix potential sleeping issue in mqueue_flush_fileZhengchao Shao2024-01-231-1/+1
| * | tcp: Add memory barrier to tcp_push()Salvatore Dipietro2024-01-231-0/+1
| * | net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recvSharath Srinivasan2024-01-221-1/+1
| * | net: fix removing a namespace with conflicting altnamesJakub Kicinski2024-01-222-0/+12
| * | udp: fix busy pollingEric Dumazet2024-01-211-2/+9
| * | llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima2024-01-191-7/+0
| * | llc: make llc_ui_sendmsg() more robust against bonding changesEric Dumazet2024-01-191-8/+16
| * | vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPINGLin Ma2024-01-191-0/+4
| * | tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao2024-01-193-3/+7
| * | net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu2024-01-191-1/+1
* | | Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-01-251-2/+2
|\ \ \
| * | | SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()Lucas Stach2024-01-171-2/+2
* | | | Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-01-191-13/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | libceph: remove MAX_EXTENTS check for sparse readsXiubo Li2024-01-151-13/+4
* | | | Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-1833-115/+219
|\ \ \ \
| * \ \ \ Merge tag 'nf-24-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-01-1812-59/+121
| |\ \ \ \
| | * | | | ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin2024-01-171-2/+2
| | * | | | netfilter: nf_tables: reject NFT_SET_CONCAT with not field length descriptionPablo Neira Ayuso2024-01-171-1/+5
| | * | | | netfilter: nf_tables: skip dead set elements in netlink dumpPablo Neira Ayuso2024-01-171-1/+1
| | * | | | netfilter: nf_tables: do not allow mismatch field size and set key lengthPablo Neira Ayuso2024-01-171-1/+5
| | * | | | netfilter: nf_tables: check if catch-all set element is active in next genera...Pablo Neira Ayuso2024-01-171-1/+1
| | * | | | netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov2024-01-174-18/+58
| | * | | | netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov2024-01-176-14/+15
| | * | | | netfilter: nf_queue: remove excess nf_bridge variablePavel Tikhomirov2024-01-171-3/+1
| | * | | | netfilter: nfnetlink_log: use proper helper for fetching physinifPavel Tikhomirov2024-01-171-4/+4
| | * | | | netfilter: nft_limit: do not ignore unsupported flagsPablo Neira Ayuso2024-01-171-7/+12
| | * | | | netfilter: nf_tables: bail out if stateful expression provides no .clonePablo Neira Ayuso2024-01-171-8/+7
| | * | | | netfilter: nf_tables: validate .maxattr at expression registrationPablo Neira Ayuso2024-01-171-0/+3
| | * | | | netfilter: nf_tables: reject invalid set policyPablo Neira Ayuso2024-01-171-1/+9
| * | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-181-12/+10
| |\ \ \ \ \
| | * | | | | bpf: Avoid iter->offset making backward progress in bpf_iter_udpMartin KaFai Lau2024-01-131-11/+10
| | * | | | | bpf: iter_udp: Retry with a larger batch size without going back to the previ...Martin KaFai Lau2024-01-131-1/+0