aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-28pch_gbe: convert pr_* to netdev_*Andy Shevchenko6-164/+250
2013-06-28pch_gbe: remove inline keyword for exported functionsAndy Shevchenko3-13/+13
2013-06-28usbnet: ax88179_178a: add .reset_resume hookDavid Chang1-0/+1
2013-06-28usbnet: ax88179_178a: Correct a typo in descriptionDavid Chang1-2/+2
2013-06-27bonding: when cloning a MAC use NET_ADDR_STOLENnikolay@redhat.com1-14/+19
2013-06-27bonding: remove unnecessary dev_addr_from_first membernikolay@redhat.com2-6/+2
2013-06-27bonding: remove unnecessary setup_by_slave membernikolay@redhat.com2-5/+1
2013-06-26fec: Add support for reading RMON registersChris Healy2-0/+169
2013-06-26arc_emac: fix compile-time errors & warnings on PPC64Alexey Brodkin1-26/+39
2013-06-25bonding: add an option to fail when any of arp_ip_target is inaccessibleVeaceslav Falico3-14/+128
2013-06-25bonding: don't trust arp requests unless active slave really worksVeaceslav Falico1-1/+8
2013-06-25bonding: don't validate arp if we don't have toVeaceslav Falico1-0/+4
2013-06-25bonding: don't add duplicate targets to arp_ip_targetVeaceslav Falico1-1/+5
2013-06-25bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico3-45/+46
2013-06-25net: davinci_mdio: gaurd the DT code with IS_ENABLED(CONFIG_OF)Lad, Prabhakar1-1/+4
2013-06-25net: davinci_emac: simplify the OF parser codeLad, Prabhakar1-44/+23
2013-06-25net: davinci: emac: Convert to devm_* apiLad, Prabhakar1-40/+9
2013-06-25macvtap: Perform GSO on forwarding path.Vlad Yasevich1-1/+31
2013-06-25macvtap: Let TUNSETOFFLOAD actually controll offload features.Vlad Yasevich2-1/+74
2013-06-25macvtap: Consistently use rcu functionsVlad Yasevich1-9/+9
2013-06-25macvtap: Convert to using rtnl lockVlad Yasevich1-37/+25
2013-06-25ethernet/arc/arc_emac - Add new driverAlexey Brodkin7-0/+1211
2013-06-25net/mlx4_core: Fail device init if num_vfs is negativeJack Morgenstein1-0/+5
2013-06-25net/mlx4_core: Add warning in case of command timeoutsDotan Barak1-0/+6
2013-06-25net/mlx4_core: Replace sscanf() with kstrtoint()Dotan Barak1-3/+3
2013-06-25net/mlx4_en: Remove an unnecessary testDotan Barak1-3/+0
2013-06-25net/mlx4_en: Add prints when TX timeout occursYevgeny Petrilin1-0/+9
2013-06-25net/mlx4_en: Fix a race between napi poll function and RX ring cleanupEugenia Emantayev1-4/+4
2013-06-25net/mlx4_en: Change log level from error to debug for vlan related messagesEugenia Emantayev1-2/+2
2013-06-25net/mlx4_en: Move register_netdev() to the end of initialization functionEugenia Emantayev1-1/+2
2013-06-25net/mlx4_en: Do not query stats when device port is downJack Morgenstein1-4/+5
2013-06-25net/mlx4_en: Fix resource leak in error flowDotan Barak1-1/+1
2013-06-25mlx4: allow order-0 memory allocations in RX pathEric Dumazet2-86/+95
2013-06-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller9-59/+114
2013-06-25qeth: use default napi weightSebastian Ott1-1/+1
2013-06-25qeth: Fix crash on initial MTU size changeStefan Raspl1-2/+4
2013-06-25qeth: change default standard blkt settings for OSAUrsula Braun1-5/+5
2013-06-25qeth: Increase default MTU for OSA devicesStefan Raspl1-3/+4
2013-06-25netiucv: remove unused macroAndy Shevchenko1-20/+0
2013-06-25bnx2x: Remove sparse and coccinelle warningsYuval Mintz3-7/+12
2013-06-24packet: nlmon: virtual netlink monitoring device for packet socketsDaniel Borkmann3-0/+181
2013-06-24net: Restore unintentional reverts.David S. Miller3-3/+0
2013-06-24sfc: Improve test for IOMMU in useBen Hutchings1-1/+1
2013-06-24sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings2-38/+40
2013-06-24sfc: Do not pass non-TCP packets into GRO codeBen Hutchings1-1/+1
2013-06-24sfc: Define and set RX buffer flag for packets parsed as TCPBen Hutchings2-5/+15
2013-06-24sfc: Enable accelerated RFS on vlansAndy Lutomirski1-1/+14
2013-06-24sfc: Report software timestamping capabilitiesBen Hutchings3-11/+22
2013-06-24sfc: Increase size of RX SKB header areaJon Cooper1-1/+1
2013-06-24sfc: Enable RX checksum offload for packets not handled by GROJon Cooper1-0/+2