summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* mlxsw: spectrum_ipip: Add a forgotten includePetr Machata2018-02-131-0/+1
* dpaa_eth: fix incorrect commentJake Moroni2018-02-131-1/+1
* net: Convert loopback_net_opsKirill Tkhai2018-02-131-0/+1
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-02-1212-457/+769
|\
| * i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck2018-02-128-257/+528
| * i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck2018-02-128-86/+115
| * i40evf: Correctly populate rxitr_idx and txitr_idxAlexander Duyck2018-02-121-9/+15
| * i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck2018-02-126-56/+79
| * i40e/i40evf: Don't bother setting the CLEARPBA bitAlexander Duyck2018-02-122-2/+20
| * i40e/i40evf: Clean-up of bits related to using q_vector->reg_idxAlexander Duyck2018-02-123-15/+15
| * i40e: use changed_flags to check I40E_FLAG_DISABLE_FW_LLDPAlan Brady2018-02-121-7/+15
| * i40e: Warn when setting link-down-on-close while in MFPPaweł Jabłoński2018-02-121-0/+6
| * i40e: Add delay after EMP reset for firmware to recoverFilip Sadowski2018-02-121-0/+11
| * i40e/i40evf: Clean up logic for adaptive ITRAlexander Duyck2018-02-122-86/+28
| * i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck2018-02-129-55/+53
| * i40e: fix typo in function descriptionAlan Brady2018-02-122-2/+2
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-122-8/+4
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-115-18/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-0947-88/+311
|\
| * ibmvnic: Remove skb->protocol checks in ibmvnic_xmitJohn Allen2018-02-091-4/+1
| * net: stmmac: remove redundant enable of PMT irqNiklas Cassel2018-02-092-4/+1
| * net: stmmac: rename GMAC_INT_DEFAULT_MASK for dwmac4Niklas Cassel2018-02-092-3/+3
| * net: stmmac: discard disabled flags in interrupt status registerNiklas Cassel2018-02-091-2/+4
| * ibmvnic: Reset long term map ID counterThomas Falcon2018-02-091-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-091-1/+1
| |\
| | * nfp: bpf: fix immed relocation for larger offsetsJakub Kicinski2018-02-081-1/+1
| * | net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPTHeiner Kallweit2018-02-081-1/+1
| * | net: thunder: change q_len's type to handle max ring sizeDean Nelson2018-02-081-1/+1
| * | Merge tag 'wireless-drivers-next-for-davem-2018-02-08' of git://git.kernel.or...David S. Miller2018-02-0816-31/+178
| |\ \
| | * \ Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/at...Kalle Valo2018-02-087-11/+57
| | |\ \
| | | * | Revert "ath10k: add sanity check to ie_len before parsing fw/board ie"Ryan Hsu2018-02-081-7/+7
| | | * | ath9k_htc: add Altai WA1011N-GUOleksij Rempel2018-02-071-0/+1
| | | * | ath10k: fix kernel panic issue during pci probeYu Wang2018-02-071-2/+10
| | | * | ath9k: Fix get channel default noise floorWojciech Dubowik2018-02-071-1/+1
| | | * | ath10k: add support for Ubiquiti rebranded QCA988X v2Tobias Schramm2018-02-073-0/+36
| | | * | ath10k: correct the length of DRAM dump for QCA6174 hw3.x/QCA9377 hw1.1Yu Wang2018-02-071-1/+2
| | * | | rtlwifi: rtl8821ae: Fix connection lost problem correctlyLarry Finger2018-02-072-2/+4
| | |/ /
| | * | mt76: do not set status->aggr for NULL data framesFelix Fietkau2018-02-011-1/+1
| | * | mt76: avoid re-queueing A-MPDU rx reorder work if no frames are pendingFelix Fietkau2018-02-011-1/+5
| | * | mt76: implement processing of BlockAckReq framesFelix Fietkau2018-02-011-1/+33
| | * | mt76: implement AP_LINK_PSFelix Fietkau2018-02-015-15/+78
| * | | ibmvnic: queue reset when CRQ gets closed during resetNathan Fontenot2018-02-081-1/+5
| * | | tuntap: add missing xdp flushJason Wang2018-02-081-0/+15
| * | | nfp: populate MODULE_VERSIONJakub Kicinski2018-02-081-0/+1
| * | | nfp: limit the number of TSO segmentsJakub Kicinski2018-02-082-1/+6
| * | | nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski2018-02-087-21/+33
| * | | nfp: don't advertise hw-tc-offload on non-port netdevsJakub Kicinski2018-02-081-1/+1
| * | | nfp: bpf: require ETH tableJakub Kicinski2018-02-081-0/+12
| * | | net: ethernet: ti: cpsw: fix net watchdog timeoutGrygorii Strashko2018-02-071-2/+14
| * | | ibmvnic: Ensure that buffers are NULL after freeThomas Falcon2018-02-071-0/+5