summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* netfilter: nf_tables: cleanup documentationGeorge Guo2024-01-241-10/+39
* net/sched: flower: Fix chain template offloadIdo Schimmel2024-01-243-1/+35
* selftests: fill in some missing configs for netJakub Kicinski2024-01-241-0/+28
* hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 KbytesMichael Kelley2024-01-241-2/+2
* Revert "net: macsec: use skb_ensure_writable_head_tail to expand the skb"Rahul Rameshbabu2024-01-241-5/+20
* Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-01-2311-47/+24
|\
| * wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau2024-01-182-1/+3
| * wifi: iwlwifi: fix a memory corruptionEmmanuel Grumbach2024-01-181-2/+2
| * 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
| * wifi: ath11k: rely on mac80211 debugfs handling for vifBenjamin Berg2024-01-184-40/+13
| * wifi: p54: fix GCC format truncation warning with wiphy->fw_versionKalle Valo2024-01-111-1/+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
* | selftest: Don't reuse port for SO_INCOMING_CPU test.Kuniyuki Iwashima2024-01-231-18/+50
* | 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: micrel: Fix PTP frame parsing for lan8814Horatiu Vultur2024-01-221-0/+11
* | Merge branch 'dpll-fixes'David S. Miller2024-01-223-29/+100
|\ \
| * | dpll: fix register pin with unregistered parent pinArkadiusz Kubalewski2024-01-221-6/+0
| * | dpll: fix userspace availability of pinsArkadiusz Kubalewski2024-01-221-2/+27
| * | dpll: fix pin dump crash for rebound moduleArkadiusz Kubalewski2024-01-223-18/+69
| * | dpll: fix broken error path in dpll_pin_alloc(..)Arkadiusz Kubalewski2024-01-221-3/+4
|/ /
* | Merge branch 'tun-fixes'David S. Miller2024-01-221-2/+8
|\ \
| * | tun: add missing rx stats accounting in tun_xdp_actYunjian Wang2024-01-221-0/+2
| * | tun: fix missing dropped counter in tun_xdp_actYunjian Wang2024-01-221-2/+6
|/ /
* | net: fix removing a namespace with conflicting altnamesJakub Kicinski2024-01-222-0/+12
* | idpf: distinguish vports by the dev_port attributeMichal Schmidt2024-01-211-0/+2
* | udp: fix busy pollingEric Dumazet2024-01-214-14/+26
* | llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima2024-01-202-11/+2
* | llc: make llc_ui_sendmsg() more robust against bonding changesEric Dumazet2024-01-201-8/+16
* | vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPINGLin Ma2024-01-201-0/+4
* | Merge branch 'bnxt_en-bug-fixes'Jakub Kicinski2024-01-205-19/+42
|\ \
| * | bnxt_en: Fix possible crash after creating sw mqprio TCsMichael Chan2024-01-205-11/+17
| * | bnxt_en: Prevent kernel warning when running offline self testMichael Chan2024-01-201-0/+3
| * | bnxt_en: Fix RSS table entries calculation for P5_PLUS chipsMichael Chan2024-01-202-6/+14
| * | bnxt_en: Fix memory leak in bnxt_hwrm_get_rings()Michael Chan2024-01-201-2/+3
| * | bnxt_en: Wait for FLR to complete during probeMichael Chan2024-01-201-0/+5
|/ /
* | tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao2024-01-204-3/+15
* | selftests: bonding: Increase timeout to 1200sBenjamin Poirier2024-01-201-1/+1
* | net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu2024-01-191-1/+1
* | Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-1990-235/+1366
|\ \
| * \ Merge tag 'nf-24-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-01-1814-63/+125
| |\ \
| | * | ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin2024-01-171-2/+2