summaryrefslogtreecommitdiffstats
path: root/include/media (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-25net: fec: add statistics for XDP_TXWei Fang1-1/+4
2023-08-25net: ngbe: move mdio access registers to libwxJiawen Wu2-61/+42
2023-08-25net: txgbe: support copper NIC with external PHYJiawen Wu5-22/+221
2023-08-25net: txgbe: support switching mode to 1000BASE-X and SGMIIJiawen Wu4-1/+61
2023-08-25net: txgbe: add FW version warningJiawen Wu1-0/+3
2023-08-25net: pcs: xpcs: adapt Wangxun NICs for SGMII modeJiawen Wu3-6/+52
2023-08-25net: pcs: xpcs: add 1000BASE-X AN interrupt supportJiawen Wu2-1/+21
2023-08-25net: pcs: xpcs: support to switch mode for Wangxun NICsJiawen Wu6-6/+227
2023-08-25net: pcs: xpcs: add specific vendor supoprt for Wangxun 10Gb NICsJiawen Wu2-3/+39
2023-08-25netlink: specs: fix indent in fouJakub Kicinski1-9/+9
2023-08-25tools: ynl-gen: support empty attribute listsJakub Kicinski1-2/+9
2023-08-25tools: ynl-gen: fix collecting global policy attrsJakub Kicinski1-1/+3
2023-08-25tools: ynl-gen: set length of binary fieldsJakub Kicinski3-0/+11
2023-08-25tools: ynl: allow passing binary dataJakub Kicinski1-1/+6
2023-08-25net/mlx5e: fix up for "net/mlx5e: Move MACsec flow steering operations to be ...Stephen Rothwell1-0/+1
2023-08-24net: dsa: use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski5-5/+5
2023-08-24docs: netdev: recommend against --in-reply-toJakub Kicinski1-0/+6
2023-08-24net: generalize calculation of skb extensions lengthThomas Weißschuh1-17/+7
2023-08-24selftests: bonding: add macvlan over bond testingHangbin Liu2-1/+101
2023-08-24selftest: bond: add new topo bond_topo_2d1c.shHangbin Liu4-113/+167
2023-08-24bonding: fix macvlan over alb bond supportHangbin Liu2-13/+4
2023-08-24rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel1-0/+3
2023-08-24net: ethernet: mtk_eth_soc: support 36-bit DMA addressing on MT7988Daniel Golle2-4/+48
2023-08-24net: ethernet: mtk_eth_soc: add support for in-SoC SRAMDaniel Golle2-22/+78
2023-08-24net: ethernet: mtk_eth_soc: add reset bits for MT7988Daniel Golle2-24/+68
2023-08-24net: ethernet: mtk_eth_soc: fix register definitions for MT7988Daniel Golle1-3/+5
2023-08-24net: fec: add exception tracing for XDPWei Fang1-15/+11
2023-08-24net: dm9051: Use PTR_ERR_OR_ZERO() to simplify codeYu Liao1-3/+1
2023-08-23platform/mellanox: Fix mlxbf-tmfifo not handling all virtio CONSOLE notificat...Shih-Yi Chen1-0/+1
2023-08-23netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal3-0/+11
2023-08-23netfilter: nf_tables: fix out of memory error handlingFlorian Westphal1-3/+10
2023-08-23netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso1-2/+2
2023-08-23netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso1-1/+5
2023-08-23netfilter: nf_tables: flush pending destroy work before netlink notifierPablo Neira Ayuso1-1/+1
2023-08-23netfilter: nf_tables: validate all pending tablesFlorian Westphal2-4/+8
2023-08-23ibmveth: Use dcbf rather than dcbflMichael Ellerman1-1/+1
2023-08-23i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters()Andrii Staikov1-2/+3
2023-08-23bnxt: use the NAPI skb allocation cacheJakub Kicinski1-3/+3
2023-08-23net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim1-13/+40
2023-08-23net: dsa: rzn1-a5psw: remove redundant logsAlexis Lothoré1-6/+0
2023-08-23net: Avoid address overwrite in kernel_connectJordan Rife1-1/+6
2023-08-23virtio_net: Introduce skb_vnet_common_hdr to avoid typecastingFeng Liu1-9/+18
2023-08-23dp83640: Use list_for_each_entry() helperJinjie Ruan1-11/+4
2023-08-23mlx4: Delete custom device management logicPetr Pavlu4-166/+0
2023-08-23mlx4: Connect the infiniband part to the auxiliary busPetr Pavlu2-23/+67
2023-08-23mlx4: Connect the ethernet part to the auxiliary busPetr Pavlu2-20/+58
2023-08-23mlx4: Register mlx4 devices to an auxiliary virtual busPetr Pavlu6-4/+268
2023-08-23mlx4: Avoid resetting MLX4_INTFF_BONDING per driverPetr Pavlu1-8/+11
2023-08-23mlx4: Move the bond work to the core driverPetr Pavlu5-87/+77
2023-08-23mlx4: Get rid of the mlx4_interface.activate callbackPetr Pavlu3-24/+16