aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* e1000: prevent ULP flow if cable connectedWenzhuo Lu2021-09-171-0/+4
* e1000: clean LTO warningsAndrzej Ostruszka2021-09-173-3/+3
* e1000: fix multicast setting in VFYong Wang2021-09-171-1/+2
* e1000: fix timeout for shadow RAM writeChengwen Feng2021-09-171-0/+2
* e1000: cleanup pre-processor tagsGuinan Sun2021-09-172-2/+6
* e1000: introduce DPGFR registerGuinan Sun2021-09-171-0/+1
* e1000: expose FEXTNVM registers and masksGuinan Sun2021-09-172-1/+4
* e1000: add missed define for VFTAGuinan Sun2021-09-171-0/+1
* e1000: increase timeout for ME ULP exitGuinan Sun2021-09-171-2/+5
* e1000: add missing register definesGuinan Sun2021-09-171-0/+5
* e1000: add PCIm function stateGuinan Sun2021-09-171-0/+1
* e1000: expose MAC functionsGuinan Sun2021-09-172-2/+2
* e1000: update for i210 slow system clockGuinan Sun2021-09-171-2/+9
* e1000: remove duplicated phy codesGuinan Sun2021-09-1713-420/+578
* e1000: modify HW level time sync mechanismsGuinan Sun2021-09-172-0/+20
* e1000: fix minor issues and improve code styleGuinan Sun2021-09-177-39/+35
* e1000: add function parameter descriptionsGuinan Sun2021-09-175-6/+30
* e1000: expose xMDIO methodsGuinan Sun2021-09-174-75/+77
* e1000: add missing device IDGuinan Sun2021-09-173-0/+3
* e1000: support flashless i211 PBAGuinan Sun2021-09-172-3/+4
* e1000: Update copyrights and readmeKevin Bowling2021-09-1737-981/+1007
* e1000: Revert Update intel shared codeKevin Bowling2021-09-1736-1298/+755
* vfs: Permit unix sockets to be opened with O_PATHMark Johnston2021-09-171-7/+4
* socket: Synchronize soshutdown() with listen(2) and AIOMark Johnston2021-09-172-24/+35
* socket: Remove NOFREE from the socket zoneMark Johnston2021-09-171-1/+1
* socket: Add assertions around naked refcount decrementsMark Johnston2021-09-171-10/+16
* socket: Fix a use-after-free in soclose()Mark Johnston2021-09-171-14/+10
* ktls: Fix error/mode confusion in TCP_*TLS_MODE getsockopt handlersMark Johnston2021-09-173-20/+22
* uma: Show the count of free slabs in each per-domain keg's sysctl treeMark Johnston2021-09-171-1/+4
* rpc: Convert an SOLISTENING check to an assertionMark Johnston2021-09-171-5/+3
* kcov: Disable address and memory sanitizers in get_kinfo()Mark Johnston2021-09-171-1/+1
* buffer pager: allow get_blksize method to return errorKonstantin Belousov2021-09-177-17/+26
* procctl(2): Add PROC_WXMAP_CTL/STATUSKonstantin Belousov2021-09-176-3/+94
* Change lowest address on subnet (host 0) not to broadcast by default.Mike Karels2021-09-171-2/+8
* Remove PT_GET_SC_ARGS_ALLKonstantin Belousov2021-09-165-34/+15
* vm_phys: do not ignore phys_avail[] segments that do not fit completely into ...Konstantin Belousov2021-09-161-13/+12
* pci_host_generic: update Synopsys device description for ACPIMarcin Wojtas2021-09-161-0/+2
* ena: fix building in-kernel driverArtur Rojek2021-09-162-1/+3
* [fib algo][dxr] Fix division by zero.Marko Zec2021-09-161-1/+3
* nfscl: Add vfs.nfs.maxalloclen to limit Allocate/Deallocate RPC RTTRick Macklem2021-09-161-4/+13
* e1000: Fix variable typoKevin Bowling2021-09-151-1/+1
* e1000: Fix up HW vlan opsKevin Bowling2021-09-151-40/+126
* [fib algo][dxr] Optimize trie updating.Marko Zec2021-09-151-1/+8
* [fib algo][dxr] Fix undefined behavior.Marko Zec2021-09-151-1/+4
* iscsi: Abort data-out tasks queued on a terminating session.John Baldwin2021-09-151-0/+5
* iscsi: Add a helper routine to abort a data-out task.John Baldwin2021-09-151-17/+22
* arm: rockchip: rk3288: Use the macros that already exists in rk_cru.hEmmanuel Vadot2021-09-151-101/+2
* arm64: rockchip: rk3328: Add watchdog clockEmmanuel Vadot2021-09-151-0/+5
* arm64: rockchip: rk3328: Finish implementing clocksEmmanuel Vadot2021-09-151-1375/+703
* arm64: rockchip: clk: Add MUXRAW macrosEmmanuel Vadot2021-09-151-3/+6