aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue5-20/+16
2015-03-02pppoe: Use workqueue to die properly when a PADT is receivedSimon Farnsworth1-1/+16
2015-03-01bnx2: disable toggling of rxvlan if necessaryIvan Vecera1-12/+3
2015-03-01net: macb: Properly add DMACFG bit definitionsArun Chandran1-1/+2
2015-03-01net: macb: Add on the fly CPU endianness detectionArun Chandran1-4/+18
2015-03-01Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packetsShrikrishna Khare2-11/+23
2015-02-28qeth: Fix command sizesStefan Raspl1-2/+3
2015-02-28s390: remove claw driverUrsula Braun4-3738/+1
2015-02-28hyperv: Implement netvsc_get_channels() ethool opAndrew Schwartzmeyer3-1/+20
2015-02-28usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings4-3/+8
2015-02-27team: allow TSO being set on masterJiri Pirko1-0/+3
2015-02-26rocker: put port in FORWADING state after leaving bridgeScott Feldman1-9/+30
2015-02-26rocker: rename lport to pportScott Feldman2-104/+103
2015-02-26rocker: fix non-portable err return codesScott Feldman2-1/+37
2015-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller16-189/+1130
2015-02-25net: dsa: bcm_sf2: add HW bridging supportFlorian Fainelli3-1/+171
2015-02-24i40e/i40evf: Update driver versionsSravanthi Tangeda2-3/+3
2015-02-24i40evf: Add more info to interrupt vector namesCarolyn Wyborny1-1/+2
2015-02-24i40e: Use ethtool private flags to display NPAR statusGreg Rose2-0/+44
2015-02-24i40e: Set FLAG_RD when sending buffer FW must readKevin Scott1-1/+1
2015-02-24i40e: print Rx packet split statusMitch Williams1-2/+4
2015-02-24i40e: setup FCoE device typeVasu Dev1-0/+6
2015-02-24i40e: Set BUF flag for Set Version AQ commandKevin Scott1-1/+1
2015-02-24i40e: Add support for getlink, setlink ndo opsNeerav Parikh6-22/+196
2015-02-24i40e: Implement configfs for NPAR BW configurationGreg Rose4-8/+369
2015-02-24i40e: Add NPAR BW get and set functionsGreg Rose5-1/+273
2015-02-24i40e: enable packet split only when IOMMU presentMitch Williams2-2/+7
2015-02-24i40evf: allow enabling of debug prints via ethtoolAshish Shah1-2/+4
2015-02-24i40e: Add method to keep track of current rxnfc settingsCarolyn Wyborny2-1/+12
2015-02-24i40e/i40evf: Use advertised speed settings in ethtool and refactor get_settingsCatherine Sullivan4-124/+173
2015-02-24i40e/i40evf: Fix output of i40e_debug_aq() for big endian machinesPaul M Stillwell Jr2-23/+37
2015-02-24net: via-rhine: add BQL supportTino Reichardt1-9/+20
2015-02-24bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar2-7/+93
2015-02-24bonding: Verify RX LACPDU has proper dest mac-addrMahesh Bandewar1-0/+3
2015-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller38-1032/+2157
2015-02-24net: bcmgenet: rename bcmgenet_hw_params->bds_cnt and GENET_DEFAULT_BD_CNTPetri Gynther2-15/+16
2015-02-24net: bcmgenet: precalculate TxCB->bd_addrPetri Gynther1-1/+8
2015-02-24net: bcmgenet: rework Tx queue initPetri Gynther1-46/+35
2015-02-24net: bcmgenet: bcmgenet_init_tx_ring() cleanupPetri Gynther1-14/+8
2015-02-23i40evf: don't wait foreverMitch Williams1-2/+13
2015-02-23i40evf: refactor resetMitch Williams1-10/+31
2015-02-23i40evf: disable NAPI polling soonerMitch Williams1-2/+1
2015-02-23i40e: Fix i40e_ndo_set_vf_spoofchkGreg Rose1-1/+2
2015-02-23i40e/i40evf: Bump Driver VersionsSravanthi Tangeda2-2/+2
2015-02-23i40e/i40evf: Remove unused variable an_enable and function update_link_infoCatherine Sullivan6-38/+6
2015-02-23i40e: Fix the EMPR interrupt received handlingAnjali Singhai Jain2-4/+3
2015-02-23i40e/i40evf: i40e_register.h updatesAnjali Singhai Jain4-74/+50
2015-02-23i40e: Use #define for the VSI connection typeNeerav Parikh2-4/+4
2015-02-23i40e/i40evf: restrict VC opcodes to their initial valuesNicholas Nunley2-44/+40
2015-02-23i40e/i40evf: Refactor the receive routinesMitch Williams6-214/+651