summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | cw1200: Fix up a large pile of sparse warningsSolomon Peachy2013-06-2410-97/+102
| | | * | | | | | | | | ipw2200: fix error return code in ipw_load()Wei Yongjun2013-06-241-0/+1
| | | * | | | | | | | | ath9k: fix queue depth accounting in ath_tx_txqaddbufFelix Fietkau2013-06-241-3/+7
| | | * | | | | | | | | ath9k_htc: Add ethtool stats support.Ben Greear2013-06-244-1/+108
| | | * | | | | | | | | ath9k_htc: Support reporting tx and rx chain mask.Ben Greear2013-06-244-15/+48
| * | | | | | | | | | | alx: fix ethtool support codeJohannes Berg2013-07-011-35/+29
| * | | | | | | | | | | alx: fix MAC address alignment problemJohannes Berg2013-07-011-4/+4
| * | | | | | | | | | | alx: separate link speed/duplex fieldsJohannes Berg2013-07-014-125/+106
| * | | | | | | | | | | alx: make sizes unsignedJohannes Berg2013-07-011-4/+4
| * | | | | | | | | | | alx: remove NET_CORE Kconfig selectJohannes Berg2013-07-011-1/+0
| * | | | | | | | | | | alx: fix 100mbit/half duplex speed translationJohannes Berg2013-07-011-1/+1
| * | | | | | | | | | | alx: treat flow control correctly in alx_set_pauseparam()Johannes Berg2013-07-011-1/+2
| * | | | | | | | | | | net/mlx4_core: Add HW enforcement to VF link stateRony Efraim2013-07-013-22/+58
| * | | | | | | | | | | net/mlx4_core: Dynamic VST to VST vlan/qos changesJack Morgenstein2013-07-014-10/+282
| * | | | | | | | | | | bonding: combine pr_debugs in bond_set_dev_addr into oneNikolay Aleksandrov2013-06-291-3/+2
| * | | | | | | | | | | Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2013-06-282-15/+14
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | can: at91_can: Use of_match_ptr()Sachin Kamat2013-06-271-3/+1
| | * | | | | | | | | | | can: flexcan: Use a regulator to control the CAN transceiverFabio Estevam2013-06-271-12/+13
| | |/ / / / / / / / / /
| * | | | | | | | | | | net/trivial: replace numeric with standard PM state macrosYijing Wang2013-06-288-10/+10
| * | | | | | | | | | | nlmon: fix comparison in nlmon_is_valid_mtuDaniel Borkmann2013-06-281-1/+5
| * | | | | | | | | | | drivers: net: cpsw: add newline after MACID logDaniel Mack2013-06-281-2/+2
| * | | | | | | | | | | pch_gbe: use managed functions pcim_* and devm_*Andy Shevchenko2013-06-281-35/+15
| * | | | | | | | | | | pch_gbe: convert pr_* to netdev_*Andy Shevchenko2013-06-286-164/+250
| * | | | | | | | | | | pch_gbe: remove inline keyword for exported functionsAndy Shevchenko2013-06-283-13/+13
| * | | | | | | | | | | usbnet: ax88179_178a: add .reset_resume hookDavid Chang2013-06-281-0/+1
| * | | | | | | | | | | usbnet: ax88179_178a: Correct a typo in descriptionDavid Chang2013-06-281-2/+2
| * | | | | | | | | | | bonding: when cloning a MAC use NET_ADDR_STOLENnikolay@redhat.com2013-06-271-14/+19
| * | | | | | | | | | | bonding: remove unnecessary dev_addr_from_first membernikolay@redhat.com2013-06-272-6/+2
| * | | | | | | | | | | bonding: remove unnecessary setup_by_slave membernikolay@redhat.com2013-06-272-5/+1
| |/ / / / / / / / / /
| * | | | | | | | | | fec: Add support for reading RMON registersChris Healy2013-06-262-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-253-14/+128
| * | | | | | | | | bonding: don't trust arp requests unless active slave really worksVeaceslav Falico2013-06-251-1/+8
| * | | | | | | | | bonding: don't validate arp if we don't have toVeaceslav Falico2013-06-251-0/+4
| * | | | | | | | | bonding: don't add duplicate targets to arp_ip_targetVeaceslav Falico2013-06-251-1/+5
| * | | | | | | | | bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico2013-06-253-45/+46
| * | | | | | | | | net: davinci_mdio: gaurd the DT code with IS_ENABLED(CONFIG_OF)Lad, Prabhakar2013-06-251-1/+4
| * | | | | | | | | net: davinci_emac: simplify the OF parser codeLad, Prabhakar2013-06-251-44/+23
| * | | | | | | | | net: davinci: emac: Convert to devm_* apiLad, Prabhakar2013-06-251-40/+9
| * | | | | | | | | macvtap: Perform GSO on forwarding path.Vlad Yasevich2013-06-251-1/+31
| * | | | | | | | | macvtap: Let TUNSETOFFLOAD actually controll offload features.Vlad Yasevich2013-06-252-1/+74
| * | | | | | | | | macvtap: Consistently use rcu functionsVlad Yasevich2013-06-251-9/+9
| * | | | | | | | | macvtap: Convert to using rtnl lockVlad Yasevich2013-06-251-37/+25
| * | | | | | | | | ethernet/arc/arc_emac - Add new driverAlexey Brodkin2013-06-257-0/+1211
| * | | | | | | | | net/mlx4_core: Fail device init if num_vfs is negativeJack Morgenstein2013-06-251-0/+5
| * | | | | | | | | net/mlx4_core: Add warning in case of command timeoutsDotan Barak2013-06-251-0/+6
| * | | | | | | | | net/mlx4_core: Replace sscanf() with kstrtoint()Dotan Barak2013-06-251-3/+3
| * | | | | | | | | net/mlx4_en: Remove an unnecessary testDotan Barak2013-06-251-3/+0
| * | | | | | | | | net/mlx4_en: Add prints when TX timeout occursYevgeny Petrilin2013-06-251-0/+9
| * | | | | | | | | net/mlx4_en: Fix a race between napi poll function and RX ring cleanupEugenia Emantayev2013-06-251-4/+4