summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe/ixgbe.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r271286brueffer2014-09-151-1/+1
* MFC 270063: update of netmap codeluigi2014-08-201-3/+3
* Make the ixgbe tunables now match their sysctl counterparts.smh2014-08-141-9/+9
* MFC r268790hiren2014-07-201-1/+1
* MFC svn 267065 and 267187luigi2014-06-091-2/+2
* MFH: sync the netmap code with the one in HEADluigi2014-02-181-4/+5
* MFC: 257695oleg2013-11-191-17/+19
* There are some high performance NICs that count statistics in hardware,glebius2013-10-091-1/+2
* Expose system level ixgbe sysctls.hiren2013-10-051-0/+26
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-241-1/+1
* Improve the MSIX setup code in the drivers, thanks to Marius forjfv2013-08-121-1/+7
* Make the various driver MSIX setup routines fallback to MSI morejfv2013-08-061-17/+18
* Correct a fat-finger in the last delta.jfv2013-08-051-1/+1
* A number of important fixes:jfv2013-08-011-24/+20
* Remove the conditional define around the option headers,jfv2013-07-121-3/+0
* Fix my last commit, flags rather than flag... duh.jfv2013-07-111-1/+1
* Fix to a panic found internally, bad pointer during rxeofjfv2013-07-101-0/+1
* Add quad port probe support, this gives the admin proper information about th...jfv2013-06-181-92/+206
* use netmap_rx_irq() / netmap_tx_irq() to handle interrupts inluigi2013-04-301-23/+4
* Two small fixes:jfv2013-03-291-8/+36
* Fix a small, but important bug, a task drain was mistakenlyjfv2013-03-041-1/+1
* First, sync to internal shared code, and thenjfv2013-03-041-51/+81
* This fixes a out-of-order problem with severalrrs2013-02-071-11/+12
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* rename the 'tag' and 'map' fields used the rx ring to theirluigi2012-12-201-21/+21
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-1/+1
* Remove the sysctl process_limit interface, after somejfv2012-12-031-43/+7
* Patch #12 OK, I said there was only 11 patches, but unfortunatelyjfv2012-12-011-22/+42
* Patch #11 - The final patch: this one greatly improves thejfv2012-12-011-83/+85
* Patch #10 Performance - this changes the protocol offloadjfv2012-12-011-52/+46
* Patch #9 Performance - improve the tx dma failurejfv2012-11-301-25/+22
* Patch #8 Performance changes - this one improves locality,jfv2012-11-301-38/+38
* Patch #7 This is primarily about processing limit control.jfv2012-11-301-16/+26
* Patch #6 Whitespace cleanup, and removal of some very oldjfv2012-11-301-32/+34
* Patch #5 Cleanup unused IEEE1588 code fragments, the day mayjfv2012-11-301-7/+1
* Patch #4 - this does two things, it removes a number of statistics,jfv2012-11-301-28/+7
* Patch #3 - Add a new ioctl to access SFP+ module diagnosticjfv2012-11-301-2/+18
* Patch #2 - remove OACTIVE and DEPLETED notions from thejfv2012-11-301-39/+8
* First of a series of 11 patches leading to new ixgbe version 2.5.0jfv2012-11-301-301/+103
* A few important fixes:jfv2012-10-311-11/+72
* Correct code that was lost somewhere in the past,jfv2012-10-311-1/+1
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-5/+0
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+5
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-5/+0
* provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.emax2012-10-171-2/+1
* introduce concept of ifi_baudrate power factor. the idea is to workemax2012-10-161-1/+2
* The drbr(9) API appeared to be so unclear, that most drivers inglebius2012-09-281-1/+1
* Merge similar fixes from 223198 from igb to ixgbe:jhb2012-09-261-8/+42
* Remove a prefetch() directive that, after careful testing, does more harmscottl2012-09-111-1/+0
* Heavily optimize the case of small RX packets of 160 bytes or less. Forscottl2012-08-311-16/+52
OpenPOWER on IntegriCloud