Age | Commit message (Expand) | Author |
2016-11-17 | Autoconfiguration and firmware semaphore refactoring | Mike Belopuhov |
2016-11-17 | EEPROM code refactoring for X540 | Mike Belopuhov |
2016-11-17 | Bring in new PHY bits, some of the 82599 specific stuff becomes shared | Mike Belopuhov |
2016-09-25 | Remove more duplicated includes | Frederic Cambus |
2016-03-15 | Ethernet drivers no longer need to include if_vlan_var.h for the VLAN | Christian Weisgerber |
2015-12-18 | Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutex | Mark Kettenis |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-24 | No need to include <net/if_arp.h> | Martin Pieuchot |
2015-11-24 | No need to include <net/if_types.h> for <net/if_vlan_var.h> | Martin Pieuchot |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-10 | remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg | Theo de Raadt |
2013-10-30 | remove #include <sys/workq.h> cos this driver doesnt use it. | David Gwynne |
2013-08-05 | First stab at updating this monster to the Intel/FreeBSD current version. | Mike Belopuhov |
2012-12-05 | minor cleanup, whitespaces, mostly synced with freebsd | Mike Belopuhov |
2012-11-06 | Remove Flow Director code that is not used, is outdated and tends | Mike Belopuhov |
2012-08-06 | Add support for 10Gb ethernet cards based on the Intel X540 chipset. | Mike Belopuhov |
2012-07-29 | whitespace cleanup, no binary change | Mike Belopuhov |
2012-01-20 | save content of the pci attach args, not the pointer; from Christian Ehrhardt | Mike Belopuhov |
2011-06-10 | Monster update of ix(4). This brings ix(4) close to what is currently | Claudio Jeker |
2010-02-23 | Add support for 82599 devices based on changes to the FreeBSD driver. | Jonathan Gray |
2010-02-19 | Partial sync to the latest version of ixgbe in FreeBSD leaving things | Jonathan Gray |
2009-06-04 | switch to a bnx style dynamic pool backed tx so we don't | Jonathan Gray |
2008-06-08 | more cleanup, removed unused code. we don't do LRO/RSS yet, code can | Reyk Floeter |
2008-06-08 | replace strange Linux-style u8/u16/u32/u64/s32 integer types with the | Reyk Floeter |
2008-06-08 | Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter, | Reyk Floeter |