summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | cxgb4: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya2013-04-293-3/+76
* | | | | cxgb4: Fix pci_device_id structure initialization with correct PF numberVipul Pandya2013-04-291-38/+38
* | | | | tg3: shows HW time stamping support only if ptp_capable is presentFlavio Leitner2013-04-291-4/+7
* | | | | be2net: FLR must be first cmd issued to Lancer FWKalesh AP2013-04-291-11/+11
* | | | | be2net: Use GET_FUNCTION_CONFIG V1 cmdKalesh AP2013-04-292-2/+5
* | | | | sh_eth: add R8A77781 supportSergei Shtylyov2013-04-292-3/+4
* | | | | hyperv: Fix a compiler warning in netvsc_send()Haiyang Zhang2013-04-291-1/+1
* | | | | drivers: net: usb: pegasus: fix control urb submissionPetko Manolov2013-04-292-217/+76
* | | | | drivers: net: usb: pegasus: read/write_mii_word optimisedPetko Manolov2013-04-291-50/+35
* | | | | drivers: net: usb: pegasus: remove skb poolPetko Manolov2013-04-292-67/+9
* | | | | atm: he: use mdelay instead of large udelay constantsArnd Bergmann2013-04-291-1/+1
* | | | | vxlan: allow choosing destination port per vxlanstephen hemminger2013-04-291-5/+13
* | | | | vxlan: compute source port in network byte orderstephen hemminger2013-04-291-5/+4
* | | | | vxlan: source compatiablity with IFLA_VXLAN_GROUP (v2)stephen hemminger2013-04-291-5/+5
* | | | | vxlan: fix byte order issues with NDA_PORTstephen hemminger2013-04-291-13/+15
* | | | | vxlan: document UDP default portstephen hemminger2013-04-291-2/+4
* | | | | vxlan: update mail address and copyright datestephen hemminger2013-04-291-2/+2
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-04-267-38/+80
|\ \ \ \ \
| * | | | | ixgbe: add mac type to the version in ethtool_regsEmil Tantilov2013-04-251-1/+2
| * | | | | ixgbe: add support for disabling link at boot time on 82599Emil Tantilov2013-04-252-2/+20
| * | | | | ixgbe: cache AUTOC readsEmil Tantilov2013-04-252-16/+25
| * | | | | ixgbe: fix register access during ethtool loopback testEmil Tantilov2013-04-251-12/+14
| * | | | | ixgbe: fix EICR write in ixgbe_msix_otherJacob Keller2013-04-251-0/+10
| * | | | | igb: limit udelay for phy changes to 10000usAndi Kleen2013-04-251-3/+3
| * | | | | e1000e: panic caused by Rx traffic arriving while interface going downBruce Allan2013-04-251-2/+5
| * | | | | e1000e: fix numeric overflow in phc settime methodRichard Cochran2013-04-251-2/+1
* | | | | | net/mlx4: Add support to get VF configRony Efraim2013-04-262-0/+41
* | | | | | net/mlx4: Add VF MAC spoof checking supportRony Efraim2013-04-264-0/+59
* | | | | | net/mlx4: Add set VF default vlan ID and priority supportRony Efraim2013-04-266-6/+122
* | | | | | net/mlx4: Add set VF mac address supportRony Efraim2013-04-262-1/+72
* | | | | | net/mlx4: Add structures to keep VF Ethernet ports informationRony Efraim2013-04-263-0/+62
* | | | | | net/mlx4: Add reference counting to MAC registerationRony Efraim2013-04-261-5/+10
* | | | | | net/mlx4_en: Disable HW clock overflow check when no HW supportAmir Vadai2013-04-261-3/+7
* | | | | | net/mlx4_core: Disable HW timestamping for VFsAmir Vadai2013-04-261-0/+5
* | | | | | be2net: Avoid diagnostic test in certain versions of firmware to avoid NIC fr...Suresh Reddy2013-04-261-0/+6
* | | | | | be2net: Renamed rx_address_mismatch_errors to rx_address_filteredSuresh Reddy2013-04-264-14/+14
* | | | | | be2net: Add support for setting and getting rx flow hash optionsSuresh Reddy2013-04-265-11/+177
* | | | | | net/cpsw: fix irq_disable() with threaded interruptsSebastian Siewior2013-04-251-3/+22
* | | | | | net/cpsw: optimize the for_each_slave_macro()Sebastian Siewior2013-04-251-3/+6
* | | | | | net/cpsw: make sure modules remove does not leak any ressourcesSebastian Siewior2013-04-251-7/+16
* | | | | | net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSESebastian Siewior2013-04-253-0/+4
* | | | | | net/cpsw: redo rx skb allocation in rx pathSebastian Siewior2013-04-252-21/+19
* | | | | | net/davinci_cpdma: remove unused argument in cpdma_chan_submit()Sebastian Siewior2013-04-254-10/+10
* | | | | | net/cpsw: don't rely only on netif_running() to check which device is activeSebastian Siewior2013-04-251-11/+22
* | | | | | net/cpsw: don't continue if we miss to allocate rx skbsSebastian Siewior2013-04-251-13/+22
* | | | | | net/davinci_cpdma: don't check for jiffies with interruptsSebastian Siewior2013-04-251-8/+12
* | | | | | bnx2x, bnx2fc: Use per port max exchange resourcesBhanu Prakash Gollapudi2013-04-258-42/+64
* | | | | | net: fec: Enable imx6 enet checksum acceleration.Jim Baxter2013-04-252-4/+106
* | | | | | net: calxedaxgmac: fix condition in xgmac_set_features()Dan Carpenter2013-04-251-1/+1
|/ / / / /
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-04-2511-94/+207
|\ \ \ \ \