summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* net: dsa: microchip: KSZ9477 register regmap alignment to 32 bit boundariesLukasz Majewski2023-07-291-20/+15
* net: stmmac: tegra: Properly allocate clock bulk dataThierry Reding2023-07-291-1/+2
* mISDN: hfcpci: Fix potential deadlock on &hc->lockChengfeng Ye2023-07-281-5/+5
* net: sched: cls_u32: Fix match key mis-addressingJamal Hadi Salim2023-07-281-6/+50
* dt-bindings: net: rockchip-dwmac: fix {tx|rx}-delay defaults/range in schemaEugen Hristev2023-07-281-2/+8
* Merge tag 'mlx5-fixes-2023-07-26' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-07-2726-73/+137
|\
| * net/mlx5: Unregister devlink params in case interface is downShay Drory2023-07-261-0/+1
| * net/mlx5: DR, Fix peer domain namespace settingShay Drory2023-07-2612-29/+38
| * net/mlx5: fs_chains: Fix ft prio if ignore_flow_level is not supportedChris Mi2023-07-262-2/+1
| * net/mlx5e: kTLS, Fix protection domain in use syndrome when devlink reloadJianbo Liu2023-07-262-11/+26
| * net/mlx5: Bridge, set debugfs access right to root-onlyVlad Buslov2023-07-261-1/+1
| * net/mlx5e: xsk: Fix crash on regular rq reactivationDragos Tatulea2023-07-261-8/+21
| * net/mlx5e: xsk: Fix invalid buffer access for legacy rqDragos Tatulea2023-07-261-1/+4
| * net/mlx5e: Move representor neigh cleanup to profile cleanup_txJianbo Liu2023-07-261-10/+7
| * net/mlx5e: Fix crash moving to switchdev mode when ntuple offload is setAmir Tzin2023-07-261-0/+10
| * net/mlx5e: Don't hold encap tbl lock if there is no encap actionChris Mi2023-07-262-6/+18
| * net/mlx5: Honor user input for migratable port fn attrShay Drory2023-07-261-1/+1
| * net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer()Yuanjun Gong2023-07-261-1/+3
| * net/mlx5: fix potential memory leak in mlx5e_init_rep_rxZhengchao Shao2023-07-261-1/+2
| * net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctxZhengchao Shao2023-07-261-2/+3
| * net/mlx5e: fix double free in macsec_fs_tx_create_crypto_table_groupsZhengchao Shao2023-07-261-0/+1
* | net: dsa: fix value check in bcm_sf2_sw_probe()Yuanjun Gong2023-07-271-2/+6
* | net: flower: fix stack-out-of-bounds in fl_set_key_cfm()Eric Dumazet2023-07-272-3/+6
* | MAINTAINERS: stmmac: retire Giuseppe CavallaroJakub Kicinski2023-07-271-1/+0
* | net: dsa: fix older DSA drivers using phylinkRussell King (Oracle)2023-07-271-1/+8
* | rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE lengthLin Ma2023-07-271-2/+6
* | Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-2749-201/+522
|\ \
| * | tipc: stop tipc crypto on failure in tipc_node_createFedor Pchelkin2023-07-271-1/+1
| * | af_unix: Terminate sun_path when bind()ing pathname socket.Kuniyuki Iwashima2023-07-271-5/+16
| * | tipc: check return value of pskb_trim()Yuanjun Gong2023-07-271-1/+2
| * | benet: fix return value check in be_lancer_xmit_workarounds()Yuanjun Gong2023-07-271-1/+2
| * | Merge tag 'nf-23-07-26' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-07-263-17/+35
| |\ \
| | * | netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHA...Pablo Neira Ayuso2023-07-261-2/+3
| | * | netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERRORPablo Neira Ayuso2023-07-261-9/+18
| | * | netfilter: nft_set_rbtree: fix overlap expiration walkFlorian Westphal2023-07-261-6/+14
| * | | virtio-net: fix race between set queues and probeJason Wang2023-07-261-2/+2
| * | | net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma2023-07-261-0/+14
| * | | splice, net: Fix splice_to_socket() for O_NONBLOCK socketJan Stancek2023-07-261-0/+2
| * | | net: fec: tx processing does not call XDP APIs if budget is 0Wei Fang2023-07-261-4/+12
| * | | Merge branch 'mptcp-more-fixes-for-6-5'Jakub Kicinski2023-07-262-5/+2
| |\ \ \ | | |_|/ | |/| |
| | * | mptcp: more accurate NL event generationPaolo Abeni2023-07-261-2/+1
| | * | selftests: mptcp: join: only check for ip6tables if neededMatthieu Baerts2023-07-261-3/+1
| |/ /
| * | Merge branch 'tools-ynl-gen-fix-parse-multi-attr-enum-attribute'Jakub Kicinski2023-07-261-8/+8
| |\ \ | | |/ | |/|
| | * tools: ynl-gen: fix parse multi-attr enum attributeArkadiusz Kubalewski2023-07-261-6/+6
| | * tools: ynl-gen: fix enum index in _decode_enum(..)Arkadiusz Kubalewski2023-07-261-2/+2
| |/
| * igc: Fix Kernel Panic during ndo_tx_timeout callbackMuhammad Husaini Zulkifli2023-07-261-12/+28
| * net: dsa: qca8k: fix mdb add/del case with 0 VIDChristian Marangi2023-07-261-0/+6
| * net: dsa: qca8k: fix broken search_and_delChristian Marangi2023-07-261-0/+4
| * net: dsa: qca8k: fix search_and_insert wrong handling of new ruleChristian Marangi2023-07-261-3/+6
| * net: dsa: qca8k: enable use_single_write for qca8xxxChristian Marangi2023-07-261-2/+5