summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* pmcr: Fix pstate setting on Power8Conrad Meyer2018-12-011-5/+5
* Restore build of the kernel, removed through r341377Conrad Meyer2018-12-011-3/+0
* Add Silergy SYR827 PMIC driverEmmanuel Vadot2018-12-013-0/+356
* arm64: rockchip: rk805: Add basic support for RK808 PMICEmmanuel Vadot2018-12-012-6/+92
* Remove IFF_DRVRLOCK as it is used in IRIX only (and we all know IRIXCy Schubert2018-12-011-6/+0
* arm64: rockchip: rk_i2c: Use correct clockEmmanuel Vadot2018-12-011-4/+8
* arm64/rockchip: add RK3399 supportEmmanuel Vadot2018-12-018-44/+2782
* arm64: rockchip: Add RK3399_CLK_PLLEmmanuel Vadot2018-12-015-78/+294
* Restore handling of PMTU discovery, removed through an unifdef(1)Cy Schubert2018-12-011-5/+3
* Allow to create swap zone larger than v_page_count / 2.Konstantin Belousov2018-12-011-6/+6
* Correct the tunable name in the message.Konstantin Belousov2018-12-012-2/+2
* amd64: align target memmove buffer to 16 bytes before using rep movsMateusz Guzik2018-12-011-0/+30
* pf: Fix panic on overlapping interface namesKristof Provost2018-12-011-1/+2
* Fix reporting of SS_ONSTACKEric van Gyzen2018-11-303-6/+6
* amd64: handle small memmove buffers with overlapping storesMateusz Guzik2018-11-301-40/+51
* Limit option_len for the TCP_CCALGOOPT.Michael Tuexen2018-11-302-0/+4
* Adapt the fix in r341008 to correctly work with EBR.Andrey V. Elsukov2018-11-301-8/+2
* arm64: allwinner: Add 792Mhz frequency to sun50i-a64-oppEmmanuel Vadot2018-11-301-0/+5
* sfxge(4): rollback last seen VLAN TCI if Tx packet is droppedAndrew Rybchenko2018-11-301-0/+4
* sfxge(4): ensure EvQ poll stops when abort is requestedAndrew Rybchenko2018-11-301-0/+8
* sfxge(4): support Medford2Andrew Rybchenko2018-11-302-1/+6
* sfxge(4): update external port number calculationAndrew Rybchenko2018-11-301-39/+48
* sfxge(4): correct annotations where NULL input is OKAndrew Rybchenko2018-11-305-20/+34
* sfxge(4): support new link modes in the driverAndrew Rybchenko2018-11-301-0/+13
* sfxge(4): use transceiver ID when reading infoAndrew Rybchenko2018-11-301-6/+40
* sfxge(4): add accessor to whole link statusAndrew Rybchenko2018-11-307-25/+66
* sfxge(4): guard Rx scale code with corresponding optionAndrew Rybchenko2018-11-303-0/+11
* sfxge(4): infer port mode bandwidth from max link speedAndrew Rybchenko2018-11-301-3/+20
* sfxge(4): support improvements to bandwidth calculationsAndrew Rybchenko2018-11-305-36/+19
* sfxge(4): add X2 port modes to bandwidth calculatorAndrew Rybchenko2018-11-301-9/+34
* sfxge(4): update to current port mode terminologyAndrew Rybchenko2018-11-301-19/+22
* sfxge(4): adjust PHY module info interfaceAndrew Rybchenko2018-11-304-12/+21
* sfxge(4): expose PHY module device address constantsAndrew Rybchenko2018-11-302-21/+21
* sfxge(4): make last byte of module information availableAndrew Rybchenko2018-11-301-1/+1
* sfxge(4): add helper API to make Geneve filter specAndrew Rybchenko2018-11-302-13/+95
* sfxge(4): fix MAC Tx stats for less or equal to 64 bytesAndrew Rybchenko2018-11-301-1/+1
* sfxge(4): modify phy caps to indicate FEC requestAndrew Rybchenko2018-11-302-7/+16
* sfxge(4): improve handling of legacy RSS hash flagsAndrew Rybchenko2018-11-302-74/+62
* sfxge(4): simplify the code to parse RSS hash typeAndrew Rybchenko2018-11-302-15/+11
* sfxge(4): check buffer size for hash flagsAndrew Rybchenko2018-11-303-44/+80
* sfxge(4): use simpler code to check hash algorithm typeAndrew Rybchenko2018-11-301-26/+13
* sfxge(4): add support to get active FEC typeAndrew Rybchenko2018-11-305-6/+111
* sfxge(4): fix a typo in unicast filter insertion commentAndrew Rybchenko2018-11-301-1/+1
* sfxge(4): prevent access to the NIC config before probeAndrew Rybchenko2018-11-301-0/+1
* sfxge(4): fix ID retrieval in v3 licensingAndrew Rybchenko2018-11-301-30/+9
* sfxge(4): add API to inform libefx of hardware removalAndrew Rybchenko2018-11-305-4/+35
* sfxge(4): add routine to check for hardware presenceAndrew Rybchenko2018-11-307-4/+71
* sfxge(4): fix out of bounds read when dereferencing sdupAndrew Rybchenko2018-11-3019-273/+199
* sfxge(4): add information if TSO workaround is requiredAndrew Rybchenko2018-11-304-0/+10
* sfxge(4): avoid usage of too big arrays on stackAndrew Rybchenko2018-11-302-12/+33