summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net_sched: nla_memdup_cookie() can be staticWei Yongjun2017-02-141-1/+1
* net: irda: au1k_ir: drop useless includeManuel Lauss2017-02-141-1/+0
* net: irda: au1k_ir: remove unused timerManuel Lauss2017-02-141-7/+0
* bpf: reduce compiler warnings by adding fallthrough commentsAlexander Alemayhu2017-02-141-0/+5
* pcnet32: fix BNC/AUI port on AM79C970AOndrej Zary2017-02-141-52/+125
* pcnet32: factor out pcnet32_clr_suspend()Ondrej Zary2017-02-141-11/+10
* mlxsw: spectrum: Change ipv6 unregistered mc tableNogah Frankel2017-02-141-1/+0
* Merge branch 'sunvnet-driver-updates'David S. Miller2017-02-144-86/+72
|\
| * ldmvsw: disable tso and gso for bridge operationsShannon Nelson2017-02-142-4/+4
| * ldmvsw: update and simplify version stringShannon Nelson2017-02-141-10/+4
| * sunvnet: remove extra rcu_read_unlocksShannon Nelson2017-02-141-6/+2
| * sunvnet: straighten up message event handling logicShannon Nelson2017-02-141-49/+45
| * sunvnet: add memory barrier before check for tx enableShannon Nelson2017-02-141-0/+1
| * sunvnet: update version and version printingShannon Nelson2017-02-141-10/+4
| * sunvnet: remove unused variable in maybe_tx_wakeupSowmini Varadhan2017-02-141-5/+1
| * sunvnet: make sunvnet common code dynamically loadableShannon Nelson2017-02-142-2/+11
|/
* Merge branch 'sfc-bogus-interrupt-mode-fallbacks'David S. Miller2017-02-144-5/+24
|\
| * sfc: only fall back to a lower interrupt mode if it is supportedAndrew Rybchenko2017-02-141-2/+8
| * sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko2017-02-144-3/+16
|/
* Merge branch 'bridge-fdb-minor-cleanup'David S. Miller2017-02-144-116/+81
|\
| * bridge: fdb: converge fdb_delete_by functions into oneNikolay Aleksandrov2017-02-141-47/+15
| * bridge: fdb: add proper lock checks in searching functionsNikolay Aleksandrov2017-02-142-0/+13
| * bridge: fdb: converge fdb searching functions into oneNikolay Aleksandrov2017-02-144-70/+54
|/
* net:dsa:mv88e6xxx: use watchdog ops for 6097 chipVolodymyr Bendiuga2017-02-141-0/+1
* sched: Fix accidental removal of errout gotoJiri Pirko2017-02-141-0/+1
* net: qcom/emac: fix a sizeof() typoDan Carpenter2017-02-141-1/+1
* net: fs_enet: Simplify codeChristophe Jaillet2017-02-141-4/+3
* net: fs_enet: Fix an error handling pathChristophe Jaillet2017-02-141-1/+1
* Merge tag 'rxrpc-rewrite-20170210' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-02-145-113/+47
|\
| * afs: Use core kernel UUID generationArnd Bergmann2017-02-103-74/+6
| * afs: Move UUID struct to linux/uuid.hDavid Howells2017-02-104-51/+53
* | net: make net_device members garp_port and mrp_port conditionalTobias Klauser2017-02-141-0/+4
* | net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSYEric Dumazet2017-02-142-7/+0
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-02-1417-285/+463
|\ \
| * | i40e: Save more link abilities when using ethtoolHenry Tieman2017-02-121-0/+3
| * | i40e: avoid race condition when sending filters to firmware for additionJacob Keller2017-02-122-51/+112
| * | i40e: allow i40e_update_filter_state to skip broadcast filtersJacob Keller2017-02-121-8/+29
| * | i40e: don't warn every time we clear an Rx timestamp registerJacob Keller2017-02-121-5/+16
| * | i40e: Save link FEC info from link up eventHenry Tieman2017-02-124-2/+23
| * | i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari2017-02-126-13/+19
| * | i40e: Clean up dead codeMitch Williams2017-02-121-10/+3
| * | i40e/i40evf : Changed version from 1.6.25 to 1.6.27Bimmy Pujari2017-02-122-2/+2
| * | i40e: update comment explaining where FDIR buffers are freedJacob Keller2017-02-121-1/+6
| * | i40e/i40evf: eliminate i40e_pull_tail()Scott Peterson2017-02-122-152/+186
| * | i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ringScott Peterson2017-02-124-33/+46
| * | i40e/i40evf: Limit DMA sync of RX buffers to actual packet sizeScott Peterson2017-02-122-14/+18
| * | i40evf: track outstanding client requestMitch Williams2017-02-123-0/+6
| * | i40e: don't check params until after checking for client instanceJacob Keller2017-02-121-2/+2
* | | net:ethernet:aquantia: Add 2500/5000 mbit link modes support.Pavel Belous2017-02-131-37/+59
* | | Merge branch 'mv88e6xxx-Watchdog-support'David S. Miller2017-02-134-1/+198
|\ \ \