aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-07net: fec: fix spelling mistakes and add missing newlineColin Ian King1-4/+4
2016-06-07bnxt_en: Simplify VLAN receive logic.Michael Chan1-20/+9
2016-06-07bnxt_en: Enable and disable RX CTAG and RX STAG VLAN acceleration together.Michael Chan1-0/+14
2016-06-07bnxt_en: Fix tx push race condition.Michael Chan1-1/+2
2016-06-05bnx2x: allow adding VLANs while interface is downMichal Schmidt1-89/+62
2016-06-04Merge tag 'wireless-drivers-for-davem-2016-06-04' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller3-3/+21
2016-06-03net-next: mediatek: properly handle RGMII modesJohn Crispin1-0/+3
2016-06-03net-next: mediatek: add fixed-phy supportJohn Crispin1-0/+3
2016-06-03net-next: mediatek: fix gigabit and flow control advertisementJohn Crispin1-4/+26
2016-06-03net-next: mediatek: use mdiobus_free() in favour of kfree()John Crispin1-2/+2
2016-06-03net: ethernet: ti: cpsw: fix rx-usecs interrupt pacing consistencyIvan Khoronzhuk1-1/+1
2016-06-03gianfar: fix the last transmit buffer descriptorYangbo Lu1-1/+2
2016-06-03brcmfmac: add eth_type_trans back for PCIe full dongleFranky Lin1-0/+2
2016-06-02stmmac: do not sleep in atomic context for mdio_resetVincent Palatin1-2/+4
2016-06-01qed: fix qed_fill_link() error handlingArnd Bergmann3-10/+41
2016-06-01net/ethoc: fix null dereference on error exit pathColin Ian King1-3/+4
2016-06-01Merge tag 'mac80211-for-davem-2016-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-0/+1
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-167/+332
2016-05-31sfc: Track RPS flow IDs per channel instead of per functionJon Cooper3-17/+56
2016-05-31usbnet: smsc95xx: fix link detection for disabled autonegotiationChristoph Fritz1-0/+51
2016-05-31virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recvwangyunjian1-16/+2
2016-05-31bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov1-7/+10
2016-05-31net: fec: update dirty_tx even if no skbTroy Kisky1-5/+3
2016-05-31vxlan: Accept user specified MTU value when create new vxlan linkChen Haiquan1-0/+3
2016-05-31mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNALMartin Willi1-0/+1
2016-05-29sfc: use flow dissector helpers for aRFSEdward Cree1-54/+21
2016-05-29net: nps_enet: Disable interrupts before napi rescheduleElad Kanfi1-1/+3
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann4-7/+7
2016-05-27rtlwifi: Fix scheduling while atomic error from commit 49f86ec21c01Larry Finger1-3/+3
2016-05-27brcmfmac: add fallback for devices that do not report per-chain valuesJaap Jan Meijer1-0/+16
2016-05-26qed: Don't config min BW on 100g on link flapYuval Mintz1-0/+7
2016-05-26qed: Prevent 100g from working in MSISudarsana Reddy Kalluru2-8/+15
2016-05-26qed: Add missing 100g init modeYuval Mintz1-0/+7
2016-05-26qed: Save min/max accross dcbx-changeYuval Mintz1-2/+4
2016-05-26qed: Fix allocation in interrupt contextSudarsana Reddy Kalluru1-11/+16
2016-05-26qede: Don't expose self-test for VFsYuval Mintz1-1/+4
2016-05-26qede: Reload on GRO changesYuval Mintz1-0/+24
2016-05-26qede: Fix VF minimum BW settingYuval Mintz1-1/+1
2016-05-25net/mlx4_en: get rid of private net_device_statsEric Dumazet4-15/+5
2016-05-25net/mlx4_en: get rid of ret_statsEric Dumazet2-6/+6
2016-05-25net/mlx4_en: clear some TX ring stats in mlx4_en_clear_stats()Eric Dumazet1-0/+4
2016-05-25net/mlx4_en: fix tx_dropped bugEric Dumazet4-5/+9
2016-05-25net: arc: trivial: Replace comma with a semicolonMarek Vasut1-1/+1
2016-05-25net: stmmac: Fix incorrect memcpy source memoryMarek Vasut1-1/+1
2016-05-25net: alx: use custom skb allocatorFeng Tang2-1/+51
2016-05-25team: don't call netdev_change_features under team->lockIvan Vecera1-2/+7
2016-05-25sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree1-0/+16
2016-05-25net: mvneta: Fix lacking spinlock initializationGregory CLEMENT1-0/+1
2016-05-25qed: Reset the enable flag for eth protocol.Sudarsana Reddy Kalluru1-1/+1
2016-05-24net/qlge: Avoids recursive EEH errorGavin Shan1-1/+2