summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-18/+18
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-88/+311
2018-02-09ibmvnic: Remove skb->protocol checks in ibmvnic_xmitJohn Allen-4/+1
2018-02-09net: stmmac: remove redundant enable of PMT irqNiklas Cassel-4/+1
2018-02-09net: stmmac: rename GMAC_INT_DEFAULT_MASK for dwmac4Niklas Cassel-3/+3
2018-02-09net: stmmac: discard disabled flags in interrupt status registerNiklas Cassel-2/+4
2018-02-09ibmvnic: Reset long term map ID counterThomas Falcon-0/+1
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-1/+1
2018-02-09Merge tag 'for-linus-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-22/+24
2018-02-08net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPTHeiner Kallweit-1/+1
2018-02-08net: thunder: change q_len's type to handle max ring sizeDean Nelson-1/+1
2018-02-08Merge tag 'wireless-drivers-next-for-davem-2018-02-08' of git://git.kernel.or...David S. Miller-31/+178
2018-02-08ibmvnic: queue reset when CRQ gets closed during resetNathan Fontenot-1/+5
2018-02-08tuntap: add missing xdp flushJason Wang-0/+15
2018-02-08Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/at...Kalle Valo-11/+57
2018-02-08nfp: populate MODULE_VERSIONJakub Kicinski-0/+1
2018-02-08nfp: limit the number of TSO segmentsJakub Kicinski-1/+6
2018-02-08nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski-21/+33
2018-02-08nfp: don't advertise hw-tc-offload on non-port netdevsJakub Kicinski-1/+1
2018-02-08nfp: bpf: require ETH tableJakub Kicinski-0/+12
2018-02-08Revert "ath10k: add sanity check to ie_len before parsing fw/board ie"Ryan Hsu-7/+7
2018-02-08nfp: bpf: fix immed relocation for larger offsetsJakub Kicinski-1/+1
2018-02-07net: ethernet: ti: cpsw: fix net watchdog timeoutGrygorii Strashko-2/+14
2018-02-07ibmvnic: Ensure that buffers are NULL after freeThomas Falcon-0/+5
2018-02-07ibmvnic: Fix rx queue cleanup for non-fatal resetsJohn Allen-1/+2
2018-02-07i40e: Fix the number of queues available to be mapped for useAmritha Nambiar-13/+14
2018-02-07sun: Add SPDX license tags to Sun network driversShannon Nelson-0/+11
2018-02-07cxgb4: Fix error handling path in 'init_one()'Christophe JAILLET-1/+1
2018-02-07ath9k_htc: add Altai WA1011N-GUOleksij Rempel-0/+1
2018-02-07ath10k: fix kernel panic issue during pci probeYu Wang-2/+10
2018-02-07ath9k: Fix get channel default noise floorWojciech Dubowik-1/+1
2018-02-07ath10k: add support for Ubiquiti rebranded QCA988X v2Tobias Schramm-0/+36
2018-02-07ath10k: correct the length of DRAM dump for QCA6174 hw3.x/QCA9377 hw1.1Yu Wang-1/+2
2018-02-07rtlwifi: rtl8821ae: Fix connection lost problem correctlyLarry Finger-2/+4
2018-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-113/+137
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1/+1
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-31/+46
2018-02-06be2net: Handle transmit completion errors in LancerSuresh Reddy-48/+69
2018-02-06be2net: Fix HW stall issue in LancerSuresh Reddy-1/+4
2018-02-06nfp: fix kdoc warnings on nested structuresJakub Kicinski-49/+55
2018-02-06net: amd-xgbe: fix comparison to bitshift when dealing with a maskWolfram Sang-1/+1
2018-02-06net: phy: Handle not having GPIO enabled in the kernelAndrew Lunn-1/+2
2018-02-06xen-netfront: Fix race between device setup and openRoss Lagerwall-22/+24
2018-02-05ibmvnic: fix empty firmware version and errors cleanupDesnes Augusto Nunes do Rosario-10/+4
2018-02-05net: mediatek: Explicitly include pinctrl headersThierry Reding-0/+1
2018-02-05net/mlx5: increase async EQ to avoid EQ overrunMax Gurtovoy-1/+1
2018-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-3/+2
2018-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-33/+60
2018-02-02net: qlge: use memmove instead of skb_copy_to_linear_dataArnd Bergmann-2/+1
2018-02-02net: qed: use correct strncpy() sizeArnd Bergmann-4/+2