summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i40e: Correct UDP packet header for non_tunnel-ipv6Akeem G Abodunrin2016-05-141-1/+1
* i40e: change Rx hang message into a WARN_ONCEJacob Keller2016-05-141-3/+1Star
* i40e: Refactor ethtool get_settingsCatherine Sullivan2016-05-141-123/+135
* i40e: lie to the VFMitch Williams2016-05-141-3/+7
* i40e: Add vf-true-promisc-support priv flagAnjali Singhai Jain2016-05-146-18/+111
* i40e: Implement the API function for aq_set_switch_configShannon Nelson2016-05-142-0/+33
* i40e: Add allmulti support for the VFAnjali Singhai Jain2016-05-143-3/+30
* i40e: Add support for disabling all link and change bits needed for PHY inter...Kevin Scott2016-05-143-2/+7
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2016-05-1428-456/+635
|\
| * e1000e: don't modify SYSTIM registers during SIOCSHWTSTAMP ioctlJacob Keller2016-05-143-16/+55
| * igb/igbvf: Add support for GSO partialAlexander Duyck2016-05-142-116/+203
| * e1000e: mark shifted values as unsignedJacob Keller2016-05-141-4/+4
| * e1000e: use BIT() macro for bit definesJacob Keller2016-05-1410-142/+143
| * igbvf: use BIT() macro instead of shiftsJacob Keller2016-05-145-10/+11
| * igbvf: remove unused variable and dead codeJacob Keller2016-05-141-3/+1Star
| * igb: adjust PTP timestamps for Tx/Rx latencyNathan Sullivan2016-05-142-0/+44
| * e1000e: e1000e_cyclecounter_read(): do overflow check only if neededDenys Vlasenko2016-05-131-14/+14
| * e1000e: e1000e_cyclecounter_read(): fix er32(SYSTIML) overflow checkDenys Vlasenko2016-05-131-1/+1
| * e1000e: e1000e_cyclecounter_read(): incvalue is 32 bits, not 64Denys Vlasenko2016-05-131-1/+2
| * igb: make igb_update_pf_vlvf staticJacob Keller2016-05-131-1/+1
| * igb: use BIT() macro or unsigned prefixJacob Keller2016-05-1311-136/+136
| * e1000e: Cleanup consistency in ret_val variable usageBrian Walsh2016-05-131-11/+11
| * e1000e: fix ethtool autoneg off for non-copperSteve Shih2016-05-131-2/+10
|/
* udp: Resolve NULL pointer dereference over flow-based vxlan deviceAlexander Duyck2016-05-132-13/+5Star
* sunrpc: set SOCK_FASYNCEric Dumazet2016-05-131-0/+3
* tipc: eliminate risk of double link_up eventsJon Paul Maloy2016-05-121-1/+1
* phy: micrel: Use MICREL_PHY_ID_MASK definitionFabio Estevam2016-05-121-17/+17
* gre: Fix wrong tpi->proto in WCCPHaishuang Yan2016-05-124-7/+7
* ip6_gre: Fix get_size calculation for gre6 tunnelHaishuang Yan2016-05-121-3/+0Star
* gtp: put back reference to netns when not required anymorePablo Neira2016-05-121-3/+12
* Merge tag 'mac80211-next-for-davem-2016-05-12' of git://git.kernel.org/pub/sc...David S. Miller2016-05-1217-121/+230
|\
| * mac80211: allow software PS-Poll/U-APSD with AP_LINK_PSJohannes Berg2016-05-122-26/+71
| * cfg80211: make wdev_list accessible to driversJohannes Berg2016-05-129-24/+31
| * cfg80211: remove erroneous commentJohannes Berg2016-05-121-1/+1
| * cfg80211: allow finding vendor with OUI without specifying the OUI typeEmmanuel Grumbach2016-05-122-4/+8
| * mac80211: allow same PN for AMSDU sub-framesSara Sharon2016-05-122-5/+17
| * mac80211: remove disconnected APs from BSS tableDavid Spinadel2016-05-121-0/+5
| * wext: remove a/b/g/n from SIOCGIWNAMEJohannes Berg2016-05-021-35/+0Star
| * nl80211: use nla_put_u64_64bit() for the remaining u64 attributesJohannes Berg2016-04-272-14/+26
| * nl80211: add missing kerneldoc for new *_PAD attributesJohannes Berg2016-04-261-0/+4
| * cfg80211: Add option to report the bss entry in connect resultKanchanapally, Vidyullatha2016-04-265-11/+60
| * cfg80211/nl80211: Add support for NL80211_STA_INFO_RX_DURATIONMohammed Shafi Shajakhan2016-04-263-2/+8
* | Merge branch 'qed-sriov'David S. Miller2016-05-1233-456/+8130
|\ \
| * | qed*: Tx-switching configurationYuval Mintz2016-05-1211-4/+53
| * | qed*: support ndo_get_vf_configYuval Mintz2016-05-123-0/+108
| * | qed*: IOV support spoof-checkingYuval Mintz2016-05-126-0/+112
| * | qed*: IOV link controlYuval Mintz2016-05-126-0/+280
| * | qed*: Support forced MACYuval Mintz2016-05-128-0/+234
| * | qed*: Support PVID configurationYuval Mintz2016-05-129-7/+468
| * | qede: Add VF supportYuval Mintz2016-05-123-9/+90