summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/ether82563.c
AgeCommit message (Expand)Author
2022-02-28ether82563: add pci id for ethernet on dell optiplex 7090 micro (thanks leimy)cinap_lenrek
2021-09-04ether82563: add pci id for i219-v on t490sqwx
2021-08-16ether82563: add 0x15bd i219-lm variant (thanks crab1)Sigrid Solveig Haflínudóttir
2021-07-15ether82563: add pci id for i219-LM from ThinkPad P17 Gen1 Professional Mobile...cinap_lenrek
2021-02-20ether82563: add pci id for i219-LM on thinkcenter (easypeasy, thanks hiro)cinap_lenrek
2020-09-13kernel: massive pci code rewritecinap_lenrek
2020-06-06pc/ether*: use 64-bit physical addresses and check pci membar types and sizescinap_lenrek
2019-10-11ether82563: fix multicast for i210cinap_lenrek
2019-01-13ether82563: fix bugus FCA write and link detection for i217cinap_lenrek
2019-01-12ether82563: work arround spurious jumbo packets on i217 (thanks k0ga)cinap_lenrek
2019-01-12ether82563: use 9018 byte mtu from datasheet for i217, i218, i219cinap_lenrek
2019-01-12ether82563, ether82598, etherx550: round rbsz to multiple of 1Kcinap_lenrek
2018-11-14ether82563: ignore i82753 checksums, fixes T60 ethernetmischief
2018-10-07pc drivers: use pcienable() to handle device power up and missing initializationcinap_lenrek
2018-02-18devether: mux bridges, portable netconsolecinap_lenrek
2018-02-11kernel: move devether and wifi to port/cinap_lenrek
2017-08-29ether82563: make the ethernet of thinkpad p50 work (thanks sam-d)cinap_lenrek
2017-08-13ether82563: add more pci ids for i210 and i354 from 9atom / openbsdcinap_lenrek
2017-08-12ether82563: support for i211 with iNVM. (thanks mfny and brennan for testing)cinap_lenrek
2017-02-20ether82563: work arround phyprobe() failing on 82579LM without cable plugged ...cinap_lenrek
2017-02-19ether82563: support for i219 (tested on t460p, thanks aiju)cinap_lenrek
2016-04-07ether82563: initial i217 support from http://www.9legacy.org/9legacy/patch/pc...cinap_lenrek
2016-01-05pc/pc64: import i210 support from erik quanstrom's 9atomcinap_lenrek
2015-07-12ether82563: fix multicast filter (based on openbsd em(4) driver)cinap_lenrek
2015-04-11ether82563: work arround bad eeprom checksum for some i218 card (thanks BurnZeZ)cinap_lenrek
2015-04-07pc: import intel i218 nic changes from 9atommischief
2014-02-01pc kernel: split mpstartap() and squidboy into separate file... stuff for amd64cinap_lenrek
2013-12-16ether82598, ether82563: remove packblock() avoidance hackcinap_lenrek
2013-11-22pc kernel: kproc error and exitcinap_lenrek
2013-07-30ether82567: determine phy number by probing phy id registerscinap_lenrek
2013-07-29ether82563: make link status work for 82567cinap_lenrek
2013-07-27ether82563: fix mistake (missing buffer alignment)cinap_lenrek
2013-07-27ether82563: remove buffer pool optimizationscinap_lenrek
2013-07-26ether82563, etheriwl, pmmc: fix potential multiprocessor races with wakeupcinap_lenrek
2013-07-26ether82563: avoid deadlock due to icansleep() trying to acquire Rbpool.Lockcinap_lenrek
2013-07-24ether82563: work arround for 82579LM on Lenovo X230cinap_lenrek
2013-03-30ether82563: add untested devices from OpenBSD's em(4) Intel driver. also upda...ppatience0
2013-03-24ether82563: add 82562V-2 didppatience0
2012-12-31ether82563: fix phyerrata()cinap_lenrek
2012-12-29ether82567: x200 ethernet (thanks ftrvxmtrx)cinap_lenrek
2012-09-02ether82563: fix format string errorcinap_lenrek
2012-09-03Add timeout to eeprom and flash init in ether82563 driver.google
2012-09-03Intel 82567V DOES support jumbo frames, despite claims to the contrary.google
2012-09-02Intel 82567V does not support jumbo frames.google
2012-09-02Fix for i82567V-2google
2012-06-21ether82563: sync with erik (fixed 82579 eeprom checksum error, adds i350 supp...cinap_lenrek
2012-03-27ether82563: make sure not to run over tx ring headcinap_lenrek
2011-12-12kernel: fix more malloc bugscinap_lenrek
2011-12-12kernel: fix inproper use of malloc/smalloccinap_lenrek
2011-07-13ether82563: fix block refcounting incompatibility with 9atomcinap_lenrek