aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000/if_em.h
Commit message (Expand)AuthorAgeFilesLines
* e1000(4): Remove disconnected SYSCTLMarius Strobl2024-01-091-2/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* e1000: Automask TSO on lem(4)/em(4) 10/100 EthernetKevin Bowling2023-08-031-0/+1
* e1000: Fix/enable IPv6 transmit checksum offloadKevin Bowling2023-07-221-2/+5
* e1000: Fix a typos in source code commentsGordon Bergling2022-04-091-1/+1
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-1/+0
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-0/+1
* e1000: remove unused ifp backpointerVincenzo Maffione2021-12-011-1/+0
* e1000: print EEPROM/NVM/OROM versionsKevin Bowling2021-10-061-0/+3
* e1000: Fix tabstop width in if_em.hKevin Bowling2021-09-261-118/+118
* e1000: Rename 'struct adapter' to 'struct e1000_sc'Kevin Bowling2021-09-251-159/+149
* e1000: Rework em_msi_link interrupt filterKevin Bowling2021-04-271-2/+0
* Use the standard method for localizing of MSI-X table bar.Michal Meloun2020-12-161-1/+0
* igb(4): Fix define and includes with RSS option enabledEric Joyner2020-09-151-0/+5
* net: prefer ETHER_ADDR_LEN over ETH_ADDR_LENEric Joyner2019-11-041-1/+0
* - Remove the redundant device disabled hint handling; ever sinceMarius Strobl2019-02-091-4/+0
* - Stop iflib(4) from leaking MSI messages on detachment by callingMarius Strobl2019-01-301-3/+2
* Use mbuf defines to construct csum offload masks rather than literalsStephen Hurd2018-10-091-2/+5
* Assorted TSO fixes for em(4)/iflib(9) and dead code removal:Marius Strobl2018-07-151-6/+1
* Update copyright per Matthew MacyStephen Hurd2018-03-211-1/+1
* Update Matthew Macy contact infoStephen Hurd2017-12-191-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Revert r323516 (iflib rollup)Stephen Hurd2017-09-161-2/+1
* Roll up iflib commits from github. This pulls in most of the work doneStephen Hurd2017-09-131-1/+2
* Add a different #define for the maximum number of transmit andSean Bruno2017-08-251-4/+6
* Purge deprecated locking macros.Sean Bruno2017-08-101-20/+0
* Restore igb(4) code dropped during iflib conversionSean Bruno2017-07-191-1/+23
* no_desc_avail is tracked in iflib now making this redundant.Sean Bruno2017-04-041-1/+0
* IFLIB updatesSean Bruno2017-03-131-10/+7
* ugh, device_t not device_t *Sean Bruno2017-01-181-1/+1
* Change device type to unbreak drm-next testing and builds.Sean Bruno2017-01-181-1/+1
* Deprecate kernel configuration option EM_MULTIQUEUE now that the em(4)Sean Bruno2017-01-121-9/+0
* Restore v6 offload caps for igb(4) class devices.Sean Bruno2017-01-111-1/+2
* Add copywrite notices, 2-clause BSD.Sean Bruno2017-01-101-0/+26
* Migrate e1000 to the IFLIB framework:Sean Bruno2017-01-101-154/+143
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-091-1/+1
* Fix and clean up usage of DMA and TSO segments:Marius Strobl2016-02-231-1/+1
* Update em(4) to 7.6.1; update igb(4) to 2.5.3.Eric Joyner2016-02-051-0/+3
* Given that em(4), lem(4) and igb(4) hardware doesn't require theMarius Strobl2016-01-131-4/+3
* Switch em(4) to the extended RX descriptor format. This matches theSean Bruno2016-01-071-4/+16
* Revert 287914,287762.Sean Bruno2015-09-191-3/+0
* Add Intel Skylake/I219 SupportSean Bruno2015-09-171-0/+3
* Revert last two commits to em(4)/igb(4). Reports are coming in thatSean Bruno2015-09-051-3/+0
* em(4): Add Skylake/I219 support.Sean Bruno2015-09-041-0/+3
* Increase EM_MAX_SCATTER to 64 such that the size of em_xmit()::segs[EM_MAX_SC...Sean Bruno2015-08-161-1/+1
* Change EM_MULTIQUEUE to a real kernconf entry and enable support forSean Bruno2015-06-031-2/+34
* Simplify hang detection by stealing the techniques used in ixl(4) andSean Bruno2015-06-021-7/+15
* Convert em(4) to use the driver API.Marcel Moolenaar2014-06-021-1/+1
* if_lem.c: make sure that lem_rxeof() can drain the entire rx queueLuigi Rizzo2013-05-091-0/+1
* Part 2 of 2 New deltas for the 1G drivers.Jack F Vogel2011-12-101-3/+4