aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mxge
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-5/+4
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-167-14/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-128-8/+8
* Mechanically convert mxge(4) to IfAPIJustin Hibbits2023-02-062-113/+111
* mxge: cleanup from purging EOL release compatibilityElliott Mitchell2023-02-042-153/+19
* mxge: purge EOL release compatibilityElliott Mitchell2023-02-042-24/+2
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-3/+3
* mxge: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* mxgbe: Remove a dummy variable used to force a register read.John Baldwin2022-04-081-2/+1
* mxge: Remove write only variables, mark ifp __unusedWarner Losh2022-04-061-5/+1
* mxge_rss_ethp_z8e_fw_modevent: eliminate write only variable parentWarner Losh2022-04-051-2/+1
* mxge_rss_eth_z8e_fw_modevent: eliminate write only variable parentWarner Losh2022-04-051-2/+1
* mxge_ethp_z8e_fw_modevent: eliminate write only variable parentWarner Losh2022-04-051-2/+1
* mxge_eth_z8e_fw_modevent: eliminate write only variable parentWarner Losh2022-04-051-2/+1
* Use uintptr_t instead of unsigned long for integers holding pointers.John Baldwin2020-12-161-4/+4
* mxge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-018-82/+18
* Avoid trying to toggle TSO twiceRyan Moeller2020-06-151-2/+6
* Use ifr_data_get_ptr() consistently.Brooks Davis2020-03-031-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-72/+53
* Remove sparc64 kernel supportWarner Losh2020-02-031-21/+0
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-23/+34
* if_mxge: update zlib version 1.0.4 to 1.2.11.Xin LI2019-08-031-19/+4
* mxge: replace 65536 with IP_MAXPACKET in tso settings.Andrew Gallatin2018-07-051-2/+2
* mxge: choose appropriate values for hw tsoAndrew Gallatin2018-07-041-0/+3
* mxge: Add SIOCGI2C support for devices with SFP/XFP cagesAndrew Gallatin2018-07-041-0/+60
* mxge: fix panic at module unloadAndrew Gallatin2018-07-041-0/+8
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* mxge(4) should pass unhandled ioctls to ether_ioctl()Ravi Pokala2018-02-151-6/+2
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-7/+8
* Fix build after r327949.Pedro F. Giffuni2018-01-141-1/+0
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-7/+7
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-278-0/+8
* mxge: Setup mbuf flowid before calling tcp_lro_rx().Sepherosa Ziehau2016-05-121-11/+10
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-4/+2
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-5/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-3/+3
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-4/+4
* Add optimizing LRO wrapper:Hans Petter Selasky2016-01-191-3/+3
* Move zlib.c from net to libkern.Craig Rodrigues2015-04-221-1/+1
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-2/+2
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-3/+3
* Whitespace cleanup.Gleb Smirnoff2014-09-251-251/+251
* - Provide mxge_get_counter() to return counters that are not collected,Gleb Smirnoff2014-09-251-37/+38
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-191-1/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-132-8/+2
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-4/+1
* - Correct mispellings of word resourceGabor Kovesdan2013-04-171-1/+1