aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-29be2net: Fix to show wol disabled/enabled state correctly.Sarveshwar Bandi1-1/+2
2013-04-29be2net: Fixed memory leakSuresh Reddy1-16/+22
2013-04-29vxlan: allow choosing destination port per vxlanstephen hemminger1-5/+13
2013-04-29vxlan: compute source port in network byte orderstephen hemminger1-5/+4
2013-04-29vxlan: source compatiablity with IFLA_VXLAN_GROUP (v2)stephen hemminger1-5/+5
2013-04-29vxlan: fix byte order issues with NDA_PORTstephen hemminger1-13/+15
2013-04-29vxlan: document UDP default portstephen hemminger1-2/+4
2013-04-29vxlan: update mail address and copyright datestephen hemminger1-2/+2
2013-04-29net: tun: release the reference of tun device in tun_recvmsgGao feng1-2/+5
2013-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller7-38/+80
2013-04-26net/mlx4: Add support to get VF configRony Efraim2-0/+41
2013-04-26net/mlx4: Add VF MAC spoof checking supportRony Efraim4-0/+59
2013-04-26net/mlx4: Add set VF default vlan ID and priority supportRony Efraim6-6/+122
2013-04-26net/mlx4: Add set VF mac address supportRony Efraim2-1/+72
2013-04-26net/mlx4: Add structures to keep VF Ethernet ports informationRony Efraim3-0/+62
2013-04-26net/mlx4: Add reference counting to MAC registerationRony Efraim1-5/+10
2013-04-26net/mlx4_en: Disable HW clock overflow check when no HW supportAmir Vadai1-3/+7
2013-04-26net/mlx4_core: Disable HW timestamping for VFsAmir Vadai1-0/+5
2013-04-26be2net: Avoid diagnostic test in certain versions of firmware to avoid NIC freeze.Suresh Reddy1-0/+6
2013-04-26be2net: Renamed rx_address_mismatch_errors to rx_address_filteredSuresh Reddy4-14/+14
2013-04-26be2net: Add support for setting and getting rx flow hash optionsSuresh Reddy5-11/+177
2013-04-26arm64: vexpress: Enable ARMv8 RTSM model (SoC) supportCatalin Marinas1-2/+2
2013-04-26rtlwifi: rtl8192cu: Fix false loss of AP indicationLarry Finger1-0/+3
2013-04-26brcmsmac: Fix merge issuePiotr Haber1-0/+1
2013-04-26mwifiex: Correct pci_unmap_single's sizeYogesh Ashok Powar1-2/+2
2013-04-26mwifiex: Do not kfree cmd buf while unregistering PCIeYogesh Ashok Powar1-1/+0
2013-04-26mwifiex: Call pci_release_region after calling pci_disable_deviceYogesh Ashok Powar1-1/+1
2013-04-26mwifiex: Use pci_release_region() instead of a pci_release_regions()Yogesh Ashok Powar1-2/+2
2013-04-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohn W. Linville9-34/+24
2013-04-25ixgbe: add mac type to the version in ethtool_regsEmil Tantilov1-1/+2
2013-04-25ixgbe: add support for disabling link at boot time on 82599Emil Tantilov2-2/+20
2013-04-25ixgbe: cache AUTOC readsEmil Tantilov2-16/+25
2013-04-25ixgbe: fix register access during ethtool loopback testEmil Tantilov1-12/+14
2013-04-25ixgbe: fix EICR write in ixgbe_msix_otherJacob Keller1-0/+10
2013-04-25igb: limit udelay for phy changes to 10000usAndi Kleen1-3/+3
2013-04-25e1000e: panic caused by Rx traffic arriving while interface going downBruce Allan1-2/+5
2013-04-25e1000e: fix numeric overflow in phc settime methodRichard Cochran1-2/+1
2013-04-25net/cpsw: fix irq_disable() with threaded interruptsSebastian Siewior1-3/+22
2013-04-25net/cpsw: optimize the for_each_slave_macro()Sebastian Siewior1-3/+6
2013-04-25net/cpsw: make sure modules remove does not leak any ressourcesSebastian Siewior1-7/+16
2013-04-25net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSESebastian Siewior3-0/+4
2013-04-25net/cpsw: redo rx skb allocation in rx pathSebastian Siewior2-21/+19
2013-04-25net/davinci_cpdma: remove unused argument in cpdma_chan_submit()Sebastian Siewior4-10/+10
2013-04-25net/cpsw: don't rely only on netif_running() to check which device is activeSebastian Siewior1-11/+22
2013-04-25net/cpsw: don't continue if we miss to allocate rx skbsSebastian Siewior1-13/+22
2013-04-25net/davinci_cpdma: don't check for jiffies with interruptsSebastian Siewior1-8/+12
2013-04-25bnx2x, bnx2fc: Use per port max exchange resourcesBhanu Prakash Gollapudi4-1/+16
2013-04-25bonding: fix locking in enslave failure pathnikolay@redhat.com1-2/+4
2013-04-25bnx2x: Prevent NULL pointer dereference in kdumpYuval Mintz3-23/+39
2013-04-25net: fec: Enable imx6 enet checksum acceleration.Jim Baxter2-4/+106