summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* can: flexcan: Use a regulator to control the CAN transceiverFabio Estevam2013-06-271-12/+13
* fec: Add support for reading RMON registersChris Healy2013-06-272-0/+169
* arc_emac: fix compile-time errors & warnings on PPC64Alexey Brodkin2013-06-261-26/+39
* bonding: add an option to fail when any of arp_ip_target is inaccessibleVeaceslav Falico2013-06-263-14/+128
* bonding: don't trust arp requests unless active slave really worksVeaceslav Falico2013-06-261-1/+8
* bonding: don't validate arp if we don't have toVeaceslav Falico2013-06-261-0/+4
* bonding: don't add duplicate targets to arp_ip_targetVeaceslav Falico2013-06-261-1/+5
* bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico2013-06-263-45/+46
* net: davinci_mdio: gaurd the DT code with IS_ENABLED(CONFIG_OF)Lad, Prabhakar2013-06-261-1/+4
* net: davinci_emac: simplify the OF parser codeLad, Prabhakar2013-06-261-44/+23
* net: davinci: emac: Convert to devm_* apiLad, Prabhakar2013-06-261-40/+9
* macvtap: Perform GSO on forwarding path.Vlad Yasevich2013-06-261-1/+31
* macvtap: Let TUNSETOFFLOAD actually controll offload features.Vlad Yasevich2013-06-262-1/+74
* macvtap: Consistently use rcu functionsVlad Yasevich2013-06-261-9/+9
* macvtap: Convert to using rtnl lockVlad Yasevich2013-06-261-37/+25
* ethernet/arc/arc_emac - Add new driverAlexey Brodkin2013-06-267-0/+1211
* net/mlx4_core: Fail device init if num_vfs is negativeJack Morgenstein2013-06-261-0/+5
* net/mlx4_core: Add warning in case of command timeoutsDotan Barak2013-06-261-0/+6
* net/mlx4_core: Replace sscanf() with kstrtoint()Dotan Barak2013-06-261-3/+3
* net/mlx4_en: Remove an unnecessary testDotan Barak2013-06-261-3/+0
* net/mlx4_en: Add prints when TX timeout occursYevgeny Petrilin2013-06-261-0/+9
* net/mlx4_en: Fix a race between napi poll function and RX ring cleanupEugenia Emantayev2013-06-261-4/+4
* net/mlx4_en: Change log level from error to debug for vlan related messagesEugenia Emantayev2013-06-261-2/+2
* net/mlx4_en: Move register_netdev() to the end of initialization functionEugenia Emantayev2013-06-261-1/+2
* net/mlx4_en: Do not query stats when device port is downJack Morgenstein2013-06-261-4/+5
* net/mlx4_en: Fix resource leak in error flowDotan Barak2013-06-261-1/+1
* mlx4: allow order-0 memory allocations in RX pathEric Dumazet2013-06-262-86/+95
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-06-269-59/+114
|\
| * sfc: Improve test for IOMMU in useBen Hutchings2013-06-241-1/+1
| * sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings2013-06-242-38/+40
| * sfc: Do not pass non-TCP packets into GRO codeBen Hutchings2013-06-241-1/+1
| * sfc: Define and set RX buffer flag for packets parsed as TCPBen Hutchings2013-06-242-5/+15
| * sfc: Enable accelerated RFS on vlansAndy Lutomirski2013-06-241-1/+14
| * sfc: Report software timestamping capabilitiesBen Hutchings2013-06-243-11/+22
| * sfc: Increase size of RX SKB header areaJon Cooper2013-06-241-1/+1
| * sfc: Enable RX checksum offload for packets not handled by GROJon Cooper2013-06-241-0/+2
| * sfc: Fix EEH with legacy interrupts.Alexandre Rames2013-06-244-1/+18
* | qeth: use default napi weightSebastian Ott2013-06-261-1/+1
* | qeth: Fix crash on initial MTU size changeStefan Raspl2013-06-261-2/+4
* | qeth: change default standard blkt settings for OSAUrsula Braun2013-06-261-5/+5
* | qeth: Increase default MTU for OSA devicesStefan Raspl2013-06-261-3/+4
* | netiucv: remove unused macroAndy Shevchenko2013-06-261-20/+0
* | bnx2x: Remove sparse and coccinelle warningsYuval Mintz2013-06-253-7/+12
* | packet: nlmon: virtual netlink monitoring device for packet socketsDaniel Borkmann2013-06-253-0/+181
* | net: Restore unintentional reverts.David S. Miller2013-06-243-3/+0
|/
* bnx2x: Fix compilation with no IOV supportYuval Mintz2013-06-243-12/+18
* net: Unmap fragment page once iterator is doneWedson Almeida Filho2013-06-241-1/+0
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-06-24165-1996/+25820
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-21165-1996/+25820
| |\
| | * mwifiex: channel switch handling for stationAmitkumar Karwar2013-06-196-0/+54