summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* net: alteon: acenic: remove redundant pointer rxdescColin Ian King2018-07-041-4/+1
* net: dsa: bcm_sf2: remove redundant variable offColin Ian King2018-07-041-6/+1
* igb: Add support for ETF offloadJesus Sanchez-Palencia2018-07-043-17/+138
* igb: Only call skb_tx_timestamp after descriptors are readyJesus Sanchez-Palencia2018-07-041-2/+2
* igb: Refactor igb_offload_cbs()Jesus Sanchez-Palencia2018-07-041-9/+14
* igb: Only change Tx arbitration when CBS is onJesus Sanchez-Palencia2018-07-041-16/+33
* igb: Refactor igb_configure_cbs()Jesus Sanchez-Palencia2018-07-041-32/+28
* net: usb: asix: allow optionally getting mac address from device treeMarcel Ziswiler2018-07-041-15/+23
* sfc: batch up RX deliveryEdward Cree2018-07-043-1/+21
* net: dsa: Add Vitesse VSC73xx DSA router driverLinus Walleij2018-07-043-0/+1376
* net: phy: vitesse: Add support for VSC73xxLinus Walleij2018-07-041-0/+175
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-041-2/+3
|\
| * nfp: bpf: allow source ptr type be map ptr in memcpy optimizationJiong Wang2018-06-271-2/+3
* | net: aquantia: bump driver versionIgor Russkikh2018-07-031-2/+2
* | net: aquantia: Add renegotiate ethtool operation supportAnton Mikaev2018-07-034-0/+63
* | net: aquantia: Implement rx/tx flow control ethtools callbackIgor Russkikh2018-07-034-1/+74
* | net: aquantia: Improve adapter init/deinit logicIgor Russkikh2018-07-036-31/+66
* | net: aquantia: Ethtool based ring size configurationAnton Mikaev2018-07-037-50/+136
* | net: stmmac_tc: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-07-031-3/+3
* | net: phy: DP83TC811: Fix SGMII enable/disableDan Murphy2018-07-031-11/+9
* | net: phy: DP83TC811: Add INT_STAT3Dan Murphy2018-07-031-0/+26
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-0348-155/+352
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-0247-154/+351
| |\ \
| | * | qede: Adverstise software timestamp caps when PHC is not available.Sudarsana Reddy Kalluru2018-07-021-2/+8
| | * | qed: Fix use of incorrect size in memcpy call.Sudarsana Reddy Kalluru2018-07-021-4/+4
| | * | qed: Fix setting of incorrect eswitch mode.Sudarsana Reddy Kalluru2018-07-022-3/+18
| | * | qed: Limit msix vectors in kdump kernel to the minimum required count.Sudarsana Reddy Kalluru2018-07-021-0/+8
| | * | ipvlan: call dev_change_flags when ipvlan mode is resetHangbin Liu2018-07-021-8/+28
| | * | net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-022-4/+2
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-011-3/+3
| | |\ \
| | | * | nfp: bpf: don't stop offload if replace failedJakub Kicinski2018-06-251-3/+3
| | * | | hv_netvsc: split sub-channel setup into async and syncStephen Hemminger2018-06-304-52/+65
| | * | | alx: take rtnl before calling __alx_open from resumeSabrina Dubroca2018-06-301-1/+7
| | * | | sfc: correctly initialise filter rwsem for farchBert Kenward2018-06-301-0/+1
| | * | | net: phy: DP83TC811: Fix disabling interruptsDan Murphy2018-06-301-1/+1
| | * | | dpaa_eth: DPAA SGT needs to be 256BMadalin Bucur2018-06-301-7/+8
| | * | | fsl/fman: fix parser reporting bad checksum on short framesMadalin Bucur2018-06-301-0/+8
| | * | | bnx2x: Fix receiving tx-timeout in error or recovery state.Sudarsana Reddy Kalluru2018-06-303-0/+13
| | * | | cnic: tidy up a size calculationDan Carpenter2018-06-301-1/+1
| | * | | net: stmmac: Set DMA buffer size in HWJose Abreu2018-06-284-0/+19
| | * | | Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-06-2811-33/+41
| | |\ \ \
| | | * | | net/mlx5: Fix command interface race in polling modeAlex Vesker2018-06-271-1/+3
| | | * | | net/mlx5: Fix incorrect raw command length parsingAlex Vesker2018-06-271-3/+1
| | | * | | net/mlx5: Fix wrong size allocation for QoS ETC TC regitsterShay Agroskin2018-06-271-2/+2
| | | * | | net/mlx5: Fix required capability for manipulating MPFSEli Cohen2018-06-271-4/+5
| | | * | | net/mlx5: E-Switch, Disallow vlan/spoofcheck setup if not being esw managerEli Cohen2018-06-272-9/+5
| | | * | | net/mlx5e: Avoid dealing with vport representors if not being e-switch managerOr Gerlitz2018-06-273-9/+9
| | | * | | net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerOr Gerlitz2018-06-275-6/+13
| | | * | | net/mlx5e: Don't attempt to dereference the ppriv struct if not being eswitch...Or Gerlitz2018-06-271-1/+5
| | * | | | virtio_net: split XDP_TX kick and XDP_REDIRECT map flushingJesper Dangaard Brouer2018-06-281-11/+19