summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol22-106/+25
2022-12-01dt-bindings: nfc: nxp,nci: Document NQ310 compatibleLuca Weiss1-1/+3
2022-12-01Merge branch 'support-direct-read-from-region'Jakub Kicinski6-80/+215
2022-12-01ice: implement direct read for NVM and Shadow RAM regionsJacob Keller2-2/+75
2022-12-01ice: document 'shadow-ram' devlink regionJacob Keller1-0/+5
2022-12-01ice: use same function to snapshot both NVM and Shadow RAMJacob Keller1-72/+23
2022-12-01devlink: support directly reading from region memoryJacob Keller4-17/+94
2022-12-01devlink: refactor region_read_snapshot_fill to use a callback functionJacob Keller1-9/+35
2022-12-01devlink: remove unnecessary parameter from chunk_fill functionJacob Keller1-8/+2
2022-12-01devlink: find snapshot in devlink_nl_cmd_region_read_dumpitJacob Keller1-11/+14
2022-12-01devlink: report extended error message in region_read_dumpit()Jacob Keller1-4/+12
2022-12-01devlink: use min_t to calculate data_sizeJacob Keller1-4/+2
2022-12-01net: microchip: vcap: Change how the rule id is generatedHoratiu Vultur2-7/+1
2022-12-01octeontx2-af: Simplify a size computation in rvu_npc_exact_init()Christophe JAILLET1-1/+1
2022-12-01octeontx2-af: Fix the size of memory allocated for the 'id_bmap' bitmapChristophe JAILLET1-2/+2
2022-12-01octeontx2-af: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+3
2022-12-01octeontx2-af: Slightly simplify rvu_npc_exact_init()Christophe JAILLET1-2/+1
2022-12-01octeontx2-af: Fix a potentially spurious error messageChristophe JAILLET1-1/+1
2022-11-30selftests/net: add csum offload testWillem de Bruijn3-0/+988
2022-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski8-49/+114
2022-11-30Merge branch 'net-pcs-altera-tse-simplify-and-clean-up-the-driver'Jakub Kicinski1-18/+3
2022-11-30net: pcs: altera-tse: remove unnecessary register definitionsMaxime Chevallier1-9/+0
2022-11-30net: pcs: altera-tse: don't set the speed for 1000BaseXMaxime Chevallier1-1/+0
2022-11-30net: pcs: altera-tse: use read_poll_timeout to wait for resetMaxime Chevallier1-8/+3
2022-11-30Merge branch 'mptcp-msg_fastopen-and-tfo-listener-side-support'Jakub Kicinski9-115/+358
2022-11-30selftests: mptcp: mptfo Initiator/ListenerDmytro Shytyi2-42/+150
2022-11-30mptcp: add support for TCP_FASTOPEN_KEY sockoptMatthieu Baerts1-3/+3
2022-11-30mptcp: add TCP_FASTOPEN sock optionDmytro Shytyi1-1/+4
2022-11-30mptcp: add subflow_v(4,6)_send_synack()Dmytro Shytyi4-1/+92
2022-11-30mptcp: implement delayed seq generation for passive fastopenDmytro Shytyi6-15/+54
2022-11-30mptcp: consolidate initial ack seq generationPaolo Abeni4-45/+45
2022-11-30mptcp: track accurately the incoming MPC suboption typePaolo Abeni1-3/+8
2022-11-30mptcp: add MSG_FASTOPEN sendmsg flag supportDmytro Shytyi1-6/+3
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski605-2716/+4968
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds73-265/+480
2022-11-29udp_tunnel: Add checks for nla_nest_start() in __udp_tunnel_nic_dump_write()Yuan Can1-0/+2
2022-11-29net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda1-0/+1
2022-11-29MAINTAINERS: Update maintainer list for chelsio driversAyush Sawal1-4/+0
2022-11-29ionic: update MAINTAINERS entryShannon Nelson2-1/+3
2022-11-29sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao5-7/+49
2022-11-29packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn1-4/+2
2022-11-29net/mlx5: Lag, Fix for loop when checking lagChris Mi1-2/+4
2022-11-29Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path"Saeed Mahameed2-0/+23
2022-11-29nfp: ethtool: support reporting link modesYu Xiao5-0/+173
2022-11-29net: devlink: add WARN_ON_ONCE to check return value of unregister_netdevice_...Jiri Pirko1-2/+2
2022-11-29Merge branch 'add-support-for-lan966x-is2-vcap'Paolo Abeni16-727/+3321
2022-11-29net: microchip: vcap: Implement w32beHoratiu Vultur1-4/+112
2022-11-29net: lan966x: Add port keyset config and callback interfaceHoratiu Vultur1-0/+366
2022-11-29net: lan966x: add tc matchall goto actionHoratiu Vultur4-1/+70
2022-11-29net: lan966x: add tc flower support for VCAP APIHoratiu Vultur5-1/+421