summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | net: dsa: mv88e6xxx: Add mv88e6390 watchdog interrupt supportAndrew Lunn2017-02-134-0/+71
| * | | net: dsa: mv88e6xxx: Add watchdog interrupt handlerAndrew Lunn2017-02-134-1/+127
|/ / /
* | | net: natsemi: ns83820: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-21/+25
* | | net: nuvoton: w90p910: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-6/+8
* | | net: neterion: vxge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-20/+27
* | | net: neterion: s2io: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-22/+29
* | | net: micrel: ks8851_mll: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-6/+8
* | | net: micrel: ks8851: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-6/+8
* | | net: micrel: ks8695net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-41/+50
* | | net: natsemi: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-52/+67
* | | net: myricom: myri10ge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-13/+10
* | | net: microchip: encx24j600: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-14/+18
* | | net: microchip: enc28j60: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-14/+17
* | | net: micrel: ksz884x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-24/+38
* | | Merge branch 'bnxt_en-misc-updates'David S. Miller2017-02-134-101/+431
|\ \ \
| * | | bnxt_en: Added PCI IDs for BCM57452 and BCM57454 ASICsDeepak Khungar2017-02-131-0/+6
| * | | bnxt_en: Fix bnxt_setup_tc() error message.Michael Chan2017-02-131-1/+1
| * | | bnxt_en: Print FEC settings as part of the linkup dmesg.Michael Chan2017-02-132-1/+16
| * | | bnxt_en: Do not setup PHY unless driving a single PF.Michael Chan2017-02-131-0/+3
| * | | bnxt_en: Add hardware NTUPLE filter for encapsulated packets.Michael Chan2017-02-131-3/+14
| * | | bnxt_en: Allow NETIF_F_NTUPLE to be enabled on VFs.Michael Chan2017-02-131-1/+1
| * | | bnxt_en: Fix ethtool -l pre-set max combined channel.Michael Chan2017-02-131-1/+1
| * | | bnxt_en: Retry failed NVM_INSTALL_UPDATE with defragmentation flag.Kshitij Soni2017-02-131-6/+26
| * | | bnxt_en: Update to firmware interface spec 1.7.0.Michael Chan2017-02-133-88/+363
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-1316-122/+832
|\ \ \
| * | | netfilter: nf_tables: honor NFT_SET_OBJECT in set backend selectionPablo Neira Ayuso2017-02-123-3/+4
| * | | netfilter: update MAINTAINERSPablo Neira Ayuso2017-02-121-2/+1
| * | | netfilter: nf_tables: add NFTA_RULE_ID attributePablo Neira Ayuso2017-02-123-0/+31