summaryrefslogtreecommitdiff
path: root/sys/dev/mxge
AgeCommit message (Expand)Author
3 daysmxge(4): avoid clang 21 warning in NO-IP configurationDimitry Andric
2024-09-03mxge(4): Stop checking for failures from taskqueue_create(M_WAITOK)Zhenlei Huang
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-06Mechanically convert mxge(4) to IfAPIJustin Hibbits
2023-02-04mxge: cleanup from purging EOL release compatibilityElliott Mitchell
2023-02-04mxge: purge EOL release compatibilityElliott Mitchell
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2022-05-09mxge: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-07mxgbe: Remove a dummy variable used to force a register read.John Baldwin
2022-04-05mxge: Remove write only variables, mark ifp __unusedWarner Losh
2022-04-04mxge_rss_ethp_z8e_fw_modevent: eliminate write only variable parentWarner Losh
2022-04-04mxge_rss_eth_z8e_fw_modevent: eliminate write only variable parentWarner Losh
2022-04-04mxge_ethp_z8e_fw_modevent: eliminate write only variable parentWarner Losh
2022-04-04mxge_eth_z8e_fw_modevent: eliminate write only variable parentWarner Losh
2020-12-16Use uintptr_t instead of unsigned long for integers holding pointers.John Baldwin
2020-09-01mxge: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-15Avoid trying to toggle TSO twiceRyan Moeller
2020-03-03Use ifr_data_get_ptr() consistently.Brooks Davis
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-10-14Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-08-03if_mxge: update zlib version 1.0.4 to 1.2.11.Xin LI
2018-07-05mxge: replace 65536 with IP_MAXPACKET in tso settings.Andrew Gallatin
2018-07-04mxge: choose appropriate values for hw tsoAndrew Gallatin
2018-07-04mxge: Add SIOCGI2C support for devices with SFP/XFP cagesAndrew Gallatin
2018-07-04mxge: fix panic at module unloadAndrew Gallatin
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-02-15mxge(4) should pass unhandled ioctls to ether_ioctl()Ravi Pokala
2018-01-21Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni
2018-01-14Fix build after r327949.Pedro F. Giffuni
2018-01-13dev: make some use of mallocarray(9).Pedro F. Giffuni
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-12mxge: Setup mbuf flowid before calling tcp_lro_rx().Sepherosa Ziehau
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-04-01tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau
2016-03-18Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits
2016-02-19Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits
2016-01-19Add optimizing LRO wrapper:Hans Petter Selasky
2015-04-22Move zlib.c from net to libkern.Craig Rodrigues
2014-12-01Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky
2014-10-21Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky
2014-09-25Whitespace cleanup.Gleb Smirnoff
2014-09-25- Provide mxge_get_counter() to return counters that are not collected,Gleb Smirnoff
2014-09-19Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff
2014-03-13Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff
2013-11-30Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler