summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ptp: Classify ptp over ip over vlan packetsStefan Sørensen2014-07-082-38/+32
* be2net: re-enable vlan filtering mode asapKalesh AP2014-07-031-9/+4
* be2net: create optimal number of queues on SR-IOV configVasundhara Volam2014-07-034-75/+178
* be2net: read VF's capabilities from GET_PROFILE_CONFIG cmdVasundhara Volam2014-07-034-5/+35
* be2net: remove be_cmd_get_profile_config_mbox/mccq() variantsVasundhara Volam2014-07-031-67/+14
* drivers/net/hyperv/netvsc.c: remove unnecessary null test before kfreeFabian Frederick2014-07-031-3/+1
* sh_eth: remove checks around dev_kfree_skb() callsSergei Shtylyov2014-07-031-12/+6
* qlcnic: Update version to 5.3.61Harish Patil2014-07-031-2/+2
* qlcnic: Enhance Tx timeout debug data collection.Harish Patil2014-07-031-6/+35
* drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c: remove unnecessary null test...Fabian Frederick2014-07-031-2/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-07-0215-113/+200
|\
| * ixgbe: change PTP NSECS_PER_SEC to IXGBE_PTP_PPS_HALF_SECONDJacob Keller2014-07-011-7/+9
| * igb: bring link up when PHY is powered upTodd Fujinaka2014-07-011-0/+2
| * i40e/i40evf: Bump i40e to 0.4.19 and i40evf to 0.9.38Catherine Sullivan2014-07-012-2/+2
| * i40evf: change branding stringMitch Williams2014-07-011-1/+1
| * i40e: remove linux/export.h header from i40e_ptp.cJacob Keller2014-07-011-1/+0
| * i40e: limit GLLAN_TXPRE_QDIS to QINDX 0-127Christopher Pau2014-07-011-1/+3
| * i40e/i40evf: initialize context descriptorJesse Brandeburg2014-07-012-0/+2
| * i40e: FD filter replay logic bug fixAnjali Singhai Jain2014-07-011-4/+6
| * i40e/i40evf: add ASQ write back timeout variable to AQ structureKamil Krawczyk2014-07-014-2/+10
| * i40evf: set flags before sending messageMitch Williams2014-07-011-17/+16
| * i40e: Correct mask assignment valueKevin Scott2014-07-011-2/+2
| * i40e: clear all queues and interruptsShannon Nelson2014-07-013-0/+95
| * i40e/i40evf: clear aq bah-bal on shutdownShannon Nelson2014-07-012-0/+8
| * i40e/i40evf: Add base address registers to aq structShannon Nelson2014-07-014-76/+44
* | bonding: allow to add vlans on top of empty bondJiri Pirko2014-07-021-13/+0
* | cxgb4vf: Adds device ID for few more Chelsio T4 AdaptersHariprasad Shenai2014-07-021-0/+9
* | cxgb4: Adds device ID for few more Chelsio T4 AdaptersHariprasad Shenai2014-07-021-0/+20
* | cxgb4: Replaced the backdoor mechanism to access the HW memory with PCIe Wind...Hariprasad Shenai2014-07-024-172/+148
* | cxgb4: Use FW interface to get BAR0 valueHariprasad Shenai2014-07-024-8/+98
* | rdma/cxgb4: Fixes cxgb4 probe failure in VM when PF is exposed through PCI Pa...Hariprasad Shenai2014-07-023-9/+13
* | ptp: Allow reassigning calibration pin functionStefan Sørensen2014-07-021-7/+2
* | dp83640: Get calibration pin with ptp_find_pinStefan Sørensen2014-07-021-1/+5
* | dp83640: Verify calibration pin assignmentStefan Sørensen2014-07-021-0/+10
* | dp83640: Increase supported perout pins to 7Stefan Sørensen2014-07-021-9/+9
* | dp83640: Program pulsewidth2 values of perout triggers 0 and 1Stefan Sørensen2014-07-021-0/+5
* | bnx2x: Fail probe of VFs using an old incompatible driverYuval Mintz2014-07-022-0/+54
* | bnx2x: enlarge minimal alignemnt of data offsetDmitry Kravkov2014-07-021-2/+4
* | bnx2x: VF can report link speedDmitry Kravkov2014-07-028-88/+366
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-06-2711-134/+373
|\
| * i40e: fix fdir programmingJesse Brandeburg2014-06-261-2/+4
| * i40e: Add debugfs hooks to print current total FD filter countAnjali Singhai Jain2014-06-261-0/+4
| * i40e: Fix the FD sideband logic to detect a FD table full conditionAnjali Singhai Jain2014-06-263-7/+20
| * i40e: Avoid adding the TCP-IPv4 filter twiceAnjali Singhai Jain2014-06-261-13/+0
| * i40e: only create PTP device node onceJacob Keller2014-06-261-12/+46
| * i40e: don't store user requested mode until we've validated itJacob Keller2014-06-261-4/+7
| * i40e: break PTP hardware control from ioctl command for timestamp modeJacob Keller2014-06-261-16/+43
| * i40e: rename i40e_ptp_enable to i40e_ptp_feature_enableJacob Keller2014-06-261-4/+4
| * i40evf: resend FW request if no responseMitch Williams2014-06-261-0/+4
| * i40evf: fix typoMitch Williams2014-06-261-1/+1