summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: qrtr: Fix the local node ID as 1Manivannan Sadhasivam2020-02-211-2/+1
* net: qrtr: Migrate nameservice to kernel from userspaceManivannan Sadhasivam2020-02-214-39/+766
* net: phy: dp83867: Add speed optimization featureDan Murphy2020-02-211-0/+150
* enetc: remove "depends on (ARCH_LAYERSCAPE || COMPILE_TEST)"Vladimir Oltean2020-02-211-3/+3
* tc-testing: updated tdc tests for basic filter with u16 extended match rulesRoman Mashak2020-02-211-0/+242
* net: page_pool: Add documentation on page_pool APIIlias Apalodimas2020-02-211-0/+159
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2020-02-2114-6/+576
|\
| * igc: Add commentSasha Neftin2020-02-201-0/+2
| * igc: Add WOL supportSasha Neftin2020-02-204-0/+75
| * igc: Add pcie error handler supportSasha Neftin2020-02-201-0/+103
| * igc: Complete to commit Add basic skeleton for PTPSasha Neftin2020-02-203-1/+4
| * e1000e: Add support for Tiger Lake deviceVitaly Lifshits2020-02-202-0/+2
| * igc: Fix the typo in commentSasha Neftin2020-02-201-1/+1
| * e1000e: Add support for Alder LakeSasha Neftin2020-02-205-0/+21
| * igc: Add dump optionsSasha Neftin2020-02-206-1/+338
| * igc: Complete to commit Add legacy power management supportSasha Neftin2020-02-201-0/+27
| * igc: make non-global functions staticChen Zhou2020-02-201-2/+2
| * net: intel: e1000e: fix possible sleep-in-atomic-context bugs in e1000e_get_h...Jia-Ju Bai2020-02-201-2/+2
| * e1000e: fix missing cpu_to_le64 on buffer_addrBen Dooks (Codethink)2020-02-191-1/+1
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-02-2115-117/+414
|\ \
| * | ice: fix define for E822 backplane deviceBruce Allan2020-02-193-4/+4
| * | ice: add support for E823 devicesBruce Allan2020-02-193-9/+53
| * | ice: add additional E810 device idBruce Allan2020-02-192-0/+3
| * | ice: add backslash-n to stringsJesse Brandeburg2020-02-195-18/+13
| * | ice: increase PF reset wait timeout to 300 millisecondsJacob Keller2020-02-191-1/+1
| * | ice: Support XDP UMEM wake up mechanismKrzysztof Kazimierczak2020-02-191-0/+18
| * | ice: SW DCB, report correct max TC valueDave Ertman2020-02-191-8/+1
| * | ice: Report correct DCB modeAvinash Dayanand2020-02-191-3/+24
| * | ice: Add DCBNL ops required to configure ETS in CEE for SW DCBAvinash JD2020-02-191-0/+43
| * | ice: Always clear the QRXFLXP_CNTXT register for VF Rx queuesBrett Creeley2020-02-192-2/+7
| * | ice: Fix for TCAM entry managementDan Nowlin2020-02-191-14/+51
| * | ice: update malicious driver detection event handlingPaul Greenwalt2020-02-196-59/+150
| * | ice: Validate config for SW DCB mapAvinash Dayanand2020-02-193-0/+47
| |/
* | net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann2020-02-205-10/+10
* | net: page_pool: API cleanup and commentsIlias Apalodimas2020-02-206-80/+74
* | Merge branch 'mlxsw-Preparation-for-RTNL-removal'David S. Miller2020-02-208-123/+199
|\ \
| * | mlxsw: spectrum_nve: Make tunnel initialization symmetricIdo Schimmel2020-02-201-2/+3
| * | mlxsw: spectrum: Export function to check if RIF existsIdo Schimmel2020-02-203-7/+16
| * | mlxsw: spectrum: Prevent RIF access outside of routing codeIdo Schimmel2020-02-203-12/+24
| * | mlxsw: spectrum_router: Prepare function for router lock introductionIdo Schimmel2020-02-201-3/+9
| * | mlxsw: spectrum_router: Prepare function for router lock introductionIdo Schimmel2020-02-201-3/+9
| * | mlxsw: spectrum_router: Do not assume RTNL is taken when resolving underlay d...Ido Schimmel2020-02-201-10/+29
| * | mlxsw: spectrum_router: Do not assume RTNL is taken during RIF teardownIdo Schimmel2020-02-201-1/+3
| * | mlxsw: spectrum_router: Do not assume RTNL is taken during nexthop initIdo Schimmel2020-02-201-2/+6
| * | mlxsw: spectrum_span: Only update mirroring agents if presentIdo Schimmel2020-02-201-10/+10
| * | mlxsw: spectrum: Convert callers to use new mirroring APIIdo Schimmel2020-02-202-56/+7
| * | mlxsw: spectrum_span: Prepare work item to update mirroring agentsIdo Schimmel2020-02-201-0/+38
| * | mlxsw: spectrum_span: Use struct_size() to simplify allocationIdo Schimmel2020-02-201-18/+5
| * | mlxsw: spectrum_span: Do no expose mirroring agents to entire driverIdo Schimmel2020-02-202-32/+46
| * | mlxsw: spectrum: Protect counter pool with a lockIdo Schimmel2020-02-201-5/+20