summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller26-115/+190
2015-03-04xen: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-04netconsole: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+3
2015-03-04wireless: Use eth_<foo>_addr instead of memsetJoe Perches41-116/+118
2015-03-04net: usb: Use eth_<foo>_addr instead of memsetJoe Perches4-5/+5
2015-03-04ethernet: Use eth_<foo>_addr instead of memsetJoe Perches17-25/+25
2015-03-04i40e: Fix dependencies in the i40e driver on configfsGreg Rose4-8/+17
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman8-16/+24
2015-03-03i40e/i40evf: Bump versionsSravanthi Tangeda2-2/+2
2015-03-03i40e: Only enable TC0 for NIC partition typeNeerav Parikh1-3/+3
2015-03-03i40e: Register DCBNL ops in MFP modeNeerav Parikh1-3/+1
2015-03-03i40evf: ethtool RSS fixesMitch Williams1-6/+8
2015-03-03i40e: Fix RSS size at init since default num queue calculation has changedAnjali Singhai Jain2-1/+5
2015-03-03i40e: Move RSS table size for VSIs to the VSI structAnjali Singhai Jain2-0/+5
2015-03-03i40e/i40evf: Add missing packet types for VXLAN encapsulated packet typesAnjali Singhai Jain2-8/+8
2015-03-03i40e: Fix issue with removal of apps from DBCNL app tableNeerav Parikh3-11/+14
2015-03-03i40e: Add FW check to disable DCB and wrap autoneg workaround with FW checkAnjali Singhai Jain1-12/+19
2015-03-03i40e: Enable more than 64 qps for the Main VSIAnjali Singhai Jain3-9/+21
2015-03-03i40e: don't disable PF LB when disabling VFsMitch Williams1-1/+0
2015-03-03i40e: Add safety net for switch callingAkeem G Abodunrin1-0/+4
2015-03-03i40e/i40evf: print FW build number in version stringShannon Nelson6-7/+15
2015-03-03i40e: Skip the priority tagging if DCB is not enabledNeerav Parikh1-0/+5
2015-03-03fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick11-42/+40
2015-03-03fm10k: Implement ndo_features_checkMatthew Vick3-1/+13
2015-03-03fm10k: Modify tunnel length header check when offloadingMatthew Vick2-9/+27
2015-03-03net: Kill dev_rebuild_headerEric W. Biederman7-105/+0
2015-03-03ax25: Refactor to use private neighbour operations.Eric W. Biederman8-0/+16
2015-03-03ax25/6pack: Replace sp_header_ops with ax25_header_opsEric W. Biederman1-27/+1
2015-03-03ax25/kiss: Replace ax_header_ops with ax25_header_opsEric W. Biederman1-32/+1
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-73/+183
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-02bnx2: disable toggling of rxvlan if necessaryIvan Vecera1-12/+3
2015-03-02net: macb: Properly add DMACFG bit definitionsArun Chandran1-1/+2
2015-03-02net: macb: Add on the fly CPU endianness detectionArun Chandran1-4/+18
2015-03-02Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packetsShrikrishna Khare2-11/+23
2015-03-01qeth: Fix command sizesStefan Raspl1-2/+3
2015-03-01s390: remove claw driverUrsula Braun4-3738/+1
2015-03-01hyperv: 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-28team: allow TSO being set on masterJiri Pirko1-0/+3
2015-02-27at86rf230: add warning if edge-triggered irqAlexander Aring1-0/+4
2015-02-27at86rf230: add irq low-level for polarityAlexander Aring1-1/+2
2015-02-27at86rf230: add irqmask mode settingAlexander Aring1-0/+5
2015-02-27at86rf230: remove tx_timeoutAlexander Aring1-5/+0
2015-02-27at86rf230: add support for external xtal trimAlexander Aring1-4/+50
2015-02-27at86rf230: copy pdata to driver allocated spaceAlexander Aring1-26/+25
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