summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* fm10k: do not use enum as booleanJacob Keller2015-10-141-1/+1
* fm10k: use snprintf() instead of sprintf() to avoid buffer overflowJacob Keller2015-10-142-7/+7
* ixgbe: add flow control ethertype to the anti-spoofing filterEmil Tantilov2015-10-142-5/+15
* i40e/i40evf: Bump i40e version to 1.3.25 and i40evf to 1.3.17Catherine Sullivan2015-10-142-2/+2
* i40e/i40evf: Refactor PHY structure and add phy_capabilities enumCatherine Sullivan2015-10-144-90/+181
* i40e/i40evf: Add module_types and update_link_infoCatherine Sullivan2015-10-146-9/+76
* i40e/i40evf: split device ids into a separate fileShannon Nelson2015-10-144-50/+112
* i40e: update fw version text string per previous product formatsCarolyn Wyborny2015-10-142-4/+13
* i40e: don't panic on VSI allocation failureMitch Williams2015-10-141-5/+6
* i40e: remove redundant callMitch Williams2015-10-141-2/+0Star
* i40e: Convert CEE App TLV selector to IEEE selectorGreg Bowers2015-10-142-4/+14
* i40e/i40evf: Add info to nvm info struct for OEM version dataCarolyn Wyborny2015-10-143-1/+13
* i40evf: properly handle ndo_set_mac_address callsMitch Williams2015-10-142-3/+16
* i40e: Use BIT() macro for priority map parsingNeerav Parikh2015-10-141-1/+1
* i40e: Make it clear a parameter is never usedCarolyn Wyborny2015-10-141-1/+2
* i40e/i40evf: Add new link status definesShannon Nelson2015-10-142-2/+6
* net: Add IPv6 support to VRF deviceDavid Ahern2015-10-132-2/+275
* net: dsa: mv88e6xxx: fix hardware bridgingVivien Didelot2015-10-134-50/+3Star
* net: dsa: mv88e6xxx: do not support per-port FIDVivien Didelot2015-10-132-63/+11Star
* net: dsa: mv88e6xxx: bridges do not need an FIDVivien Didelot2015-10-132-110/+32Star
* qlcnic: constify qlcnic_mbx_ops structureJulia Lawall2015-10-132-3/+3
* net: hns: fix the unknown phy_nterface_t type errorhuangdaode2015-10-131-0/+1
* tun: use sk_fullsock() before reading sk->sk_tsflagsEric Dumazet2015-10-131-1/+1
* ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-131-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.or...David S. Miller2015-10-13110-1380/+2670
|\
| * Merge tag 'iwlwifi-next-for-kalle-2015-10-05' of git://git.kernel.org/pub/scm...Kalle Valo2015-10-0731-243/+642
| |\
| | * iwlwifi: mvm: add minimal multi-RXQ infrastructureJohannes Berg2015-10-052-27/+83
| | * iwlwifi: size firmware flags memory correctlyJohannes Berg2015-10-053-7/+20
| | * iwlwifi: mvm: make threshold temperatures unsignedJohannes Berg2015-10-051-6/+6
| | * iwlwifi: nvm: add nvm phy_sku section to debugfsMoshe Harel2015-10-053-0/+8
| | * iwlwifi: mvm: fix signedness warnings in ToF debugfsJohannes Berg2015-10-051-6/+10
| | * iwlwifi: mvm: rs: dynamically switch between 80MHz and 20MHz in some scenariosEyal Shapira2015-10-052-0/+48
| | * iwlwifi: mvm: minor rx code cleanupJohannes Berg2015-10-051-2/+2
| | * iwlwifi: remove IWL3165_UCODE_API_OK and _MINJohannes Berg2015-10-051-7/+0Star
| | * iwlwifi: mvm: rs: fix success ratio comparison in rs_get_best_rateEyal Shapira2015-10-051-2/+2
| | * iwlwifi: mvm: rs: minor indentation fixEyal Shapira2015-10-051-2/+2
| | * iwlwifi: mvm: rs: remove overflowing debug messageEyal Shapira2015-10-051-1/+0Star
| | * iwlwifi: mvm: rs: improve rate debug messagesEyal Shapira2015-10-051-9/+51
| | * iwlwifi: mvm: stop using DEVICE_POWER_FLAGS_CAM_MSKJohannes Berg2015-10-052-10/+4Star
| | * iwlwifi: mvm: support enabling a queue with a given ssnLiad Kaufman2015-10-053-7/+8
| | * iwlwifi: mvm: support using multiple ACs on single HW queueLiad Kaufman2015-10-057-89/+249
| | * iwlwifi: transport: track number of allocated queuesJohannes Berg2015-10-052-0/+6
| | * iwlwifi: op-mode API: add rx_rss methodJohannes Berg2015-10-051-1/+18
| | * iwlwifi: mvm: remove PHY RX from handlersJohannes Berg2015-10-051-1/+3
| | * iwlwifi: mvm: Improve debugfs tof robustnessAssaf Krauss2015-10-051-7/+9
| | * iwlwifi: mvm: ToF - fill bssid of responder configurationGregory Greenman2015-10-051-0/+1
| | * iwlwifi: mvm: Fix tof debugfs formats (dec vs. hex)Assaf Krauss2015-10-051-19/+21
| | * iwlwifi: mvm: fix tof.h header guardNicolas Iooss2015-10-051-1/+1
| | * iwlwifi: mvm: Correctly update MAC context on add/del stationIlan Peer2015-10-054-9/+5Star
| | * iwlwifi: mvm: fix default disabled aggs in staLiad Kaufman2015-10-051-1/+1