summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | i40e: change ppp name to ddpJingjing Wu2018-01-108-69/+73
| * | | i40evf: Drop i40evf_fire_sw_int as it is prone to racesAlexander Duyck2018-01-101-34/+0
| * | | i40evf: Clean-up flags for promisc mode to avoid high polling rateAlexander Duyck2018-01-101-2/+4
| * | | i40evf: Do not clear MSI-X PBA manuallyAlexander Duyck2018-01-101-13/+5
| * | | i40e: remove redundant initialization of read_sizeColin Ian King2018-01-101-1/+1
| * | | i40e/i40evf: Bump driver versionsAlice Michael2018-01-102-4/+4
| * | | i40e: add helper conversion function for link_speedJacob Keller2018-01-102-2/+33
| * | | i40e: update VFs of link state after GET_VF_RESOURCESJacob Keller2018-01-101-0/+1
| * | | i40evf: hold the critical task bit lock while openingJacob Keller2018-01-101-9/+31
| * | | i40evf: release bit locks in reverse orderJacob Keller2018-01-101-1/+1
| * | | i40evf: use spinlock to protect (mac|vlan)_filter_listJacob Keller2018-01-103-49/+81
| * | | i40evf: don't rely on netif_running() outside rtnl_lock()Jacob Keller2018-01-101-3/+17
| * | | i40e: display priority_xon and priority_xoff statsAlice Michael2018-01-101-0/+4
* | | | ibmvnic: Don't handle RX interrupts when not up.Nathan Fontenot2018-01-111-0/+6
* | | | cxgb4: implement ndo_features_checkGanesh Goudar2018-01-111-0/+19
* | | | cxgb4: add support for vxlan segmentation offloadGanesh Goudar2018-01-113-37/+186
* | | | cxgb4: implement udp tunnel callbacksGanesh Goudar2018-01-113-0/+251
* | | | cxgb4: add data structures to support vxlanGanesh Goudar2018-01-113-0/+208
* | | | Merge branch 'sfc-support-25G-configuration-with-ethtool'David S. Miller2018-01-105-93/+120
|\ \ \ \
| * | | | sfc: add bits for 25/50/100G supported/advertised speedsEdward Cree2018-01-101-0/+12
| * | | | sfc: support the ethtool ksettings API properly so that 25/50/100G worksEdward Cree2018-01-105-83/+92
| * | | | sfc: basic MCDI mapping of 25/50/100G link speedsEdward Cree2018-01-101-10/+16
|/ / / /
* | | | Merge branch 'mlxsw-qdisc-refactoring'David S. Miller2018-01-105-154/+280
|\ \ \ \
| * | | | mlxsw: spectrum: qdiscs: Remove qdisc before setting a new oneNogah Frankel2018-01-101-0/+7
| * | | | mlxsw: spectrum: qdiscs: Create a generic replace functionNogah Frankel2018-01-101-38/+71
| * | | | mlxsw: spectrum: qdiscs: Create a generic destroy functionNogah Frankel2018-01-101-11/+26
| * | | | mlxsw: spectrum: qdiscs: Add an ops structNogah Frankel2018-01-101-14/+62
| * | | | mlxsw: spectrum: qdiscs: Unite all handle checksNogah Frankel2018-01-101-21/+22
| * | | | mlxsw: spectrum: qdiscs: Add tclass number to the mlxsw_sp_qdiscNogah Frankel2018-01-101-18/+18
| * | | | mlxsw: spectrum: qdiscs: Make the clean stats function to be for RED onlyNogah Frankel2018-01-101-20/+13
| * | | | mlxsw: spectrum: qdiscs: Clean qdisc statistics structsNogah Frankel2018-01-101-31/+32
| * | | | net: sch: red: Change offloaded xstats to be incrementalNogah Frankel2018-01-102-19/+20
| * | | | net: sch: red: Change the name of the stats struct to be genericNogah Frankel2018-01-102-6/+7
| * | | | mlxsw: spectrum: qdiscs: Move qdisc's declarations to its designated fileNogah Frankel2018-01-103-25/+51
|/ / / /
* | | | mlxsw: spectrum: Fix typo in firmware upgrade messageIdo Schimmel2018-01-101-1/+1
* | | | tcp: make local function tcp_recv_timestamp staticWei Yongjun2018-01-101-2/+2
* | | | net/mlx5e: fix error return code in mlx5e_alloc_rq()Wei Yongjun2018-01-101-1/+2
* | | | cxgb4vf: Fix SGE FL buffer initialization logic for 64K pagesArjun Vynipadath2018-01-101-6/+17
* | | | tuntap: fix for "tuntap: XDP transmission"Stephen Rothwell2018-01-101-2/+2
|/ / /
* | | net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not setJesper Dangaard Brouer2018-01-101-3/+0
* | | net: phy: marvell: mv88e6390 temperature sensor readingAndrew Lunn2018-01-101-1/+150
* | | Merge branch 'net-create-dynamic-software-irq-moderation-library'David S. Miller2018-01-1015-411/+592
|\ \ \
| * | | MAINTAINERS: add entry for Dynamic Interrupt ModerationAndy Gospodarek2018-01-101-0/+5
| * | | bnxt_en: add support for software dynamic interrupt moderationAndy Gospodarek2018-01-105-12/+118
| * | | net/dim: use struct net_dim_sample as arg to net_dimAndy Gospodarek2018-01-102-12/+11
| * | | net/mlx5e: Move dynamic interrupt coalescing code to include/linuxAndy Gospodarek2018-01-105-134/+97
| * | | net/mlx5e: Change Mellanox references in DIM codeAndy Gospodarek2018-01-108-202/+226
| * | | net/mlx5e: Move generic functions to new fileAndy Gospodarek2018-01-105-20/+55
| * | | net/mlx5e: Move AM logic enumsAndy Gospodarek2018-01-102-25/+26
| * | | net/mlx5e: Remove rq references in mlx5e_rx_amAndy Gospodarek2018-01-103-12/+21