summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-15net: switchdev: Drop EXPERIMENTAL from descriptionFlorian Fainelli1-1/+1
2016-05-14Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller28-456/+635
2016-05-14e1000e: don't modify SYSTIM registers during SIOCSHWTSTAMP ioctlJacob Keller3-16/+55
2016-05-14igb/igbvf: Add support for GSO partialAlexander Duyck2-116/+203
2016-05-14e1000e: mark shifted values as unsignedJacob Keller1-4/+4
2016-05-14e1000e: use BIT() macro for bit definesJacob Keller10-142/+143
2016-05-14igbvf: use BIT() macro instead of shiftsJacob Keller5-10/+11
2016-05-14igbvf: remove unused variable and dead codeJacob Keller1-3/+1
2016-05-14igb: adjust PTP timestamps for Tx/Rx latencyNathan Sullivan2-0/+44
2016-05-14e1000e: e1000e_cyclecounter_read(): do overflow check only if neededDenys Vlasenko1-14/+14
2016-05-14e1000e: e1000e_cyclecounter_read(): fix er32(SYSTIML) overflow checkDenys Vlasenko1-1/+1
2016-05-14e1000e: e1000e_cyclecounter_read(): incvalue is 32 bits, not 64Denys Vlasenko1-1/+2
2016-05-14igb: make igb_update_pf_vlvf staticJacob Keller1-1/+1
2016-05-14igb: use BIT() macro or unsigned prefixJacob Keller11-136/+136
2016-05-14e1000e: Cleanup consistency in ret_val variable usageBrian Walsh1-11/+11
2016-05-14e1000e: fix ethtool autoneg off for non-copperSteve Shih1-2/+10
2016-05-13udp: Resolve NULL pointer dereference over flow-based vxlan deviceAlexander Duyck2-13/+5
2016-05-13sunrpc: set SOCK_FASYNCEric Dumazet1-0/+3
2016-05-13tipc: eliminate risk of double link_up eventsJon Paul Maloy1-1/+1
2016-05-12phy: micrel: Use MICREL_PHY_ID_MASK definitionFabio Estevam1-17/+17
2016-05-12gre: Fix wrong tpi->proto in WCCPHaishuang Yan4-7/+7
2016-05-12ip6_gre: Fix get_size calculation for gre6 tunnelHaishuang Yan1-3/+0
2016-05-12gtp: put back reference to netns when not required anymorePablo Neira1-3/+12
2016-05-12Merge tag 'mac80211-next-for-davem-2016-05-12' of git://git.kernel.org/pub/sc...David S. Miller17-121/+230
2016-05-12mac80211: allow software PS-Poll/U-APSD with AP_LINK_PSJohannes Berg2-26/+71
2016-05-12cfg80211: make wdev_list accessible to driversJohannes Berg9-24/+31
2016-05-12cfg80211: remove erroneous commentJohannes Berg1-1/+1
2016-05-12cfg80211: allow finding vendor with OUI without specifying the OUI typeEmmanuel Grumbach2-4/+8
2016-05-12mac80211: allow same PN for AMSDU sub-framesSara Sharon2-5/+17
2016-05-12mac80211: remove disconnected APs from BSS tableDavid Spinadel1-0/+5
2016-05-12Merge branch 'qed-sriov'David S. Miller33-456/+8130
2016-05-12qed*: Tx-switching configurationYuval Mintz11-4/+53
2016-05-12qed*: support ndo_get_vf_configYuval Mintz3-0/+108
2016-05-12qed*: IOV support spoof-checkingYuval Mintz6-0/+112
2016-05-12qed*: IOV link controlYuval Mintz6-0/+280
2016-05-12qed*: Support forced MACYuval Mintz8-0/+234
2016-05-12qed*: Support PVID configurationYuval Mintz9-7/+468
2016-05-12qede: Add VF supportYuval Mintz3-9/+90
2016-05-12qed: Align TLVsYuval Mintz6-2/+375
2016-05-12qed: Bulletin and LinkYuval Mintz5-6/+425
2016-05-12qed: IOV l2 functionalityYuval Mintz9-246/+1957
2016-05-12qed: IOV configure and FLRYuval Mintz15-11/+983
2016-05-12qed: Introduce VFsYuval Mintz25-188/+1842
2016-05-12qed: Add VF->PF channel infrastructureYuval Mintz10-15/+585
2016-05-12qed: Add CONFIG_QED_SRIOVYuval Mintz9-0/+650
2016-05-12Merge tag 'nfc-next-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller24-1108/+1695
2016-05-12Merge branch 'mlx5-next'David S. Miller7-30/+328
2016-05-12net/mlx5e: Enable CQE compression when PCI is slower than linkSaeed Mahameed3-0/+72
2016-05-12net/mlx5e: Expand WQE stride when CQE compression is enabledTariq Toukan3-29/+46
2016-05-12net/mlx5e: CQE compressionTariq Toukan6-2/+211