summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | drivers: net: cpsw: fix kernel warn on cpsw irq enableMugunthan V N2013-04-301-1/+1
| * | | | | | | sh_eth: use random MAC address if no valid one suppliedSergei Shtylyov2013-04-301-0/+5
| * | | | | | | 3c509.c: call SET_NETDEV_DEV for all device types (ISA/ISAPnP/EISA)Matthew Whitehead2013-04-301-0/+2
| * | | | | | | tg3: fix to append hardware time stamping flagsFlavio Leitner2013-04-301-1/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-3011-58/+232
| |\ \ \ \ \ \ \
| | * | | | | | | r8169: fix 8168evl frame padding.Stefan Bader2013-04-291-0/+9
| | * | | | | | | be2net: Fix to show wol disabled/enabled state correctly.Sarveshwar Bandi2013-04-291-1/+2
| | * | | | | | | be2net: Fixed memory leakSuresh Reddy2013-04-291-16/+22
| | * | | | | | | bnx2x: Prevent NULL pointer dereference in kdumpYuval Mintz2013-04-253-23/+39
| | * | | | | | | gianfar: do not advertise any alarm capability.Richard Cochran2013-04-251-2/+1
| | * | | | | | | sfc: Fix naming of MTD partitions for FPGA bitfilesBen Hutchings2013-04-251-1/+1
| | * | | | | | | be2net: Fix PVID tag offload for packets with inline VLAN tag.Ajit Khaparde2013-04-241-0/+8
| | * | | | | | | be2net: fix a Tx stall bug caused by a specific ipv6 packetAjit Khaparde2013-04-244-7/+144
| | * | | | | | | be2net: Remove an incorrect pvid check in TxAjit Khaparde2013-04-241-10/+4
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | bnx2x: allow handling tunnel over udp offloadDmitry Kravkov2013-04-292-2/+7
| * | | | | | | cxgb4vf: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya2013-04-292-0/+26
| * | | | | | | 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
| * | | | | | | 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
OpenPOWER on IntegriCloud