aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* igc: Check PHY control register readsKevin Bowling3 days1-2/+12
* igc: fix data type in MAC hashBarbara Skobiej3 days1-2/+4
* igc: fix MAC address hash bit shiftAleksandr Loktionov3 days1-2/+2
* igc: fix iterator typeAmir Avivi3 days1-1/+2
* ixgbe: Avoid a signed multicast bitmap shiftKevin Bowling3 days1-1/+1
* igc: Avoid a signed multicast bitmap shiftKevin Bowling3 days1-1/+1
* e1000: Preserve errors while disabling D0 LPLUKevin Bowling3 days1-0/+2
* igbv: Accept reset NACKs when no MAC is assignedKevin Bowling3 days1-6/+21
* e1000: Verify i210 and i211 multicast table writesKevin Bowling3 days1-0/+33
* e1000: Avoid a signed multicast bitmap shiftKevin Bowling3 days1-1/+1
* e1000: fix data type in MAC hashBarbara Skobiej3 days2-4/+8
* e1000: fix MAC address hash bit shiftAleksandr Loktionov3 days2-4/+4
* e1000: fix reset for 82580Barbara Skobiej3 days1-2/+4
* sound: Retire sndcard_funcChristos Margiolis3 days8-139/+43
* e1000: Export EEE Low Power Idle countersKevin Bowling3 days1-0/+28
* e1000: add LPI countersSasha Neftin3 days2-0/+4
* e1000: fix unchecked returnDima Ruinskiy3 days1-0/+2
* e1000: Check PHY control register readsKevin Bowling3 days1-3/+17
* e1000: Allow more time for PCH ULP exitKevin Bowling3 days1-4/+1
* e1000: Compare decoded PCH LTR latenciesKevin Bowling3 days1-2/+4
* e1000: Reconfigure modern PCH K1 clock synchronizationKevin Bowling3 days2-4/+85
* e1000: Retry transient MDIC failures on modern PCHKevin Bowling3 days4-79/+148
* e1000: fix semaphore timeout valuePawel Malinowski3 days2-1/+2
* e1000: Separate hardware semaphore policies by familyKevin Bowling3 days6-47/+201
* e1000: Accept uninitialized Tiger Lake NVM checksumsKevin Bowling3 days2-0/+8
* e1000: improve NVM checksum handlingSasha Neftin3 days1-7/+14
* e1000: fix NVM loop bounds and pointer accessMenachem Fogel3 days2-4/+4
* e1000: fix possible variable overflowLukasz Czapnik3 days1-1/+1
* e1000: fix NVM data type in bit shiftPrzemyslaw Ciesielski3 days1-2/+2
* e1000: fix iterator typeAmir Avivi3 days1-1/+2
* sound: Use unsigned long instead of legacy u_longChristos Margiolis3 days12-54/+61
* linuxulator: map IFF_LOWER_UP through NETLINK_ROUTE for Linux appsDevin Teske3 days2-1/+7
* in_mcast: Fix uninitialized variable usage in inm_merge()Mark Johnston3 days2-0/+2
* hwpmc: fix false callchain assertion on the PMC_UR ringAndre Silva3 days1-1/+1
* hwpmc: fix false runcount assertion in user callchain captureAndre Silva3 days1-3/+4
* e1000: Disable autonomous PCH power gating after resetKevin Bowling3 days2-0/+9
* e1000: Add Nova Lake I219 supportKevin Bowling3 days4-1/+24
* ice(4): Add support for E835 CNSA 2.0 adaptersPawel Sobczyk3 days1-0/+30
* SYSINIT: add SI_SUB_NUMAGleb Smirnoff3 days2-1/+2
* SYSINIT: add SI_SUB_FIRSTGleb Smirnoff3 days5-5/+5
* SYSINIT: add explicit SI_ORDER_LASTGleb Smirnoff3 days11-20/+15
* vm_object: Augment an assertion in vm_object_split()Mark Johnston3 days1-1/+4
* vm/vm_phys.c: allow PHYS_TO_VM_PAGE(0) for registered fictitious page @0Konstantin Belousov3 days1-3/+0
* usb: xhci: allow up to 1s for SET_ADDRESSKyle Evans4 days1-1/+1
* net: Revert the ioctl SR-IOV VF status interfaceKevin Bowling4 days17-959/+18
* linker: rely on kick_init running at SI_ORDER_MIDDLEGleb Smirnoff4 days1-2/+3
* usb: use SYSINIT(9) order instead of using non-existing subsystemGleb Smirnoff4 days2-3/+3
* inpcb: take a pcbinfo database out from single lockGleb Smirnoff4 days6-449/+677
* taskqueue: Move wakeup() out of tq_mutexAlexander Motin4 days1-4/+27
* tcp: fix TF_BITSMichael Tuexen4 days1-1/+1