summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-08netlink: Fix potential skb memleak in netlink_ackTao Chen1-1/+3
2022-11-08net: macb: implement live mac addr changeRoman Gushchin1-1/+15
2022-11-08net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)21-20/+9
2022-11-08net: lan966x: move unnecessary linux/sfp.h includeRussell King (Oracle)1-1/+0
2022-11-07Merge branch 'genetlink-per-op-type-policies'David S. Miller7-142/+445
2022-11-07genetlink: convert control family to split opsJakub Kicinski1-4/+13
2022-11-07genetlink: allow families to use split ops directlyJakub Kicinski2-26/+149
2022-11-07genetlink: inline old iteration helpersJakub Kicinski1-23/+9
2022-11-07genetlink: use iterator in the op to policy map dumpingJakub Kicinski1-23/+26
2022-11-07genetlink: add iterator for walking family opsJakub Kicinski1-41/+76
2022-11-07genetlink: inline genl_get_cmd()Jakub Kicinski1-18/+12
2022-11-07genetlink: support split policies in ctrl_dumppolicy_put_op()Jakub Kicinski1-22/+33
2022-11-07genetlink: add policies for both doit and dumpit in ctrl_dumppolicy_start()Jakub Kicinski1-10/+38
2022-11-07genetlink: check for callback type at op load timeJakub Kicinski1-10/+10
2022-11-07genetlink: load policy based on validation flagsJakub Kicinski1-7/+10
2022-11-07genetlink: introduce split op representationJakub Kicinski7-29/+136
2022-11-07genetlink: move the private fields in struct genl_familyJakub Kicinski1-5/+6
2022-11-07genetlink: refactor the cmd <> policy mapping dumpJakub Kicinski1-12/+15
2022-11-07Merge branch 'am65-cpsw-suspend-resume'David S. Miller6-55/+283
2022-11-07net: ethernet: ti: am65-cpsw: Fix hardware switch mode on suspend/resumeRoger Quadros2-0/+9
2022-11-07net: ethernet: ti: am65-cpsw: retain PORT_VLAN_REG after suspend/resumeRoger Quadros2-0/+11
2022-11-07net: ethernet: ti: cpsw_ale: Add cpsw_ale_restore() helperRoger Quadros2-0/+11
2022-11-07net: ethernet: ti: am65-cpsw: Add suspend/resume supportRoger Quadros1-55/+166
2022-11-07net: ethernet: ti: am65-cpsw/cpts: Add suspend/resume helpersRoger Quadros2-0/+86
2022-11-07net: phy: fix yt8521 duplicated argument to & or |Frank1-4/+4
2022-11-07gve: Fix error return code in gve_prefill_rx_pages()Yang Yingliang1-1/+3
2022-11-07net: fec: simplify the code logic of quirksShenwei Wang1-19/+30
2022-11-07s390/lcs: Fix return type of lcs_start_xmit()Nathan Chancellor1-5/+3
2022-11-07s390/netiucv: Fix return type of netiucv_tx()Nathan Chancellor1-8/+1
2022-11-07s390/ctcm: Fix return type of ctc{mp,}m_tx()Nathan Chancellor1-9/+2
2022-11-07net: wwan: t7xx: Add NAPI supportHaijun Liu5-166/+161
2022-11-07net: wwan: t7xx: Use needed_headroom instead of hard_header_lenIlpo Järvinen1-1/+1
2022-11-07net: hinic: Add support for configuration of rx-vlan-filter by ethtoolCai Huoqing3-0/+55
2022-11-07net: hinic: Add control command support for VF PMD driver in DPDKCai Huoqing2-0/+84
2022-11-07net: hinic: Convert the cmd code from decimal to hex to be more readableCai Huoqing1-52/+52
2022-11-07dt-bindings: net: dsa-port: constrain number of 'reg' in portsKrzysztof Kozlowski1-1/+2
2022-11-07dt-bindings: net: constrain number of 'reg' in ethernet portsKrzysztof Kozlowski2-2/+6
2022-11-07net: axiemac: add PM callbacks to support suspend/resumeAndy Chiu1-0/+36
2022-11-07net: mv643xx_eth: support MII/GMII/RGMII modes for KirkwoodDavid Yang2-7/+44
2022-11-05octeon_ep: support Octeon device CNF95NVeerasenareddy Burru3-3/+20
2022-11-05Merge branch 'sfc-add-basic-flower-matches-to-offload'Jakub Kicinski4-11/+285
2022-11-05sfc: add Layer 4 matches to ef100 TC offloadEdward Cree3-2/+37
2022-11-05sfc: add Layer 3 flag matches to ef100 TC offloadEdward Cree3-1/+35
2022-11-05sfc: add Layer 3 matches to ef100 TC offloadEdward Cree4-9/+100
2022-11-05sfc: add Layer 2 matches to ef100 TC offloadEdward Cree4-6/+103
2022-11-05sfc: check recirc_id match caps before MAE offloadEdward Cree1-0/+17
2022-11-05net: ethernet: renesas: Fix return type of rswitch_start_xmit()Nathan Chancellor1-1/+1
2022-11-05net: remove redundant check in ip_metrics_convert()Zhengchao Shao1-3/+0
2022-11-04Merge branch 'net-ipa-more-endpoints'David S. Miller13-188/+241
2022-11-04net: ipa: use a bitmap for enabled endpointsAlex Elder2-14/+22