Age | Commit message (Expand) | Author | Files | Lines |
2013-07-02 | alx: fix ethtool support code | Johannes Berg | 1 | -35/+29 |
2013-07-02 | alx: fix MAC address alignment problem | Johannes Berg | 1 | -4/+4 |
2013-07-02 | alx: separate link speed/duplex fields | Johannes Berg | 4 | -125/+106 |
2013-07-02 | alx: make sizes unsigned | Johannes Berg | 1 | -4/+4 |
2013-07-02 | alx: remove NET_CORE Kconfig select | Johannes Berg | 1 | -1/+0 |
2013-07-02 | alx: fix 100mbit/half duplex speed translation | Johannes Berg | 1 | -1/+1 |
2013-07-02 | alx: treat flow control correctly in alx_set_pauseparam() | Johannes Berg | 1 | -1/+2 |
2013-07-02 | net/mlx4_core: Add HW enforcement to VF link state | Rony Efraim | 3 | -22/+58 |
2013-07-02 | net/mlx4_core: Dynamic VST to VST vlan/qos changes | Jack Morgenstein | 4 | -10/+282 |
2013-06-29 | bonding: combine pr_debugs in bond_set_dev_addr into one | Nikolay Aleksandrov | 1 | -3/+2 |
2013-06-29 | Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next | David S. Miller | 2 | -15/+14 |
2013-06-29 | ssb/trivial: replace numeric with standard PM state macros | Yijing Wang | 1 | -1/+1 |
2013-06-29 | net/trivial: replace numeric with standard PM state macros | Yijing Wang | 8 | -10/+10 |
2013-06-29 | nlmon: fix comparison in nlmon_is_valid_mtu | Daniel Borkmann | 1 | -1/+5 |
2013-06-29 | drivers: net: cpsw: add newline after MACID log | Daniel Mack | 1 | -2/+2 |
2013-06-29 | pch_gbe: use managed functions pcim_* and devm_* | Andy Shevchenko | 1 | -35/+15 |
2013-06-29 | pch_gbe: convert pr_* to netdev_* | Andy Shevchenko | 6 | -164/+250 |
2013-06-29 | pch_gbe: remove inline keyword for exported functions | Andy Shevchenko | 3 | -13/+13 |
2013-06-29 | usbnet: ax88179_178a: add .reset_resume hook | David Chang | 1 | -0/+1 |
2013-06-29 | usbnet: ax88179_178a: Correct a typo in description | David Chang | 1 | -2/+2 |
2013-06-28 | bonding: when cloning a MAC use NET_ADDR_STOLEN | nikolay@redhat.com | 1 | -14/+19 |
2013-06-28 | bonding: remove unnecessary dev_addr_from_first member | nikolay@redhat.com | 2 | -6/+2 |
2013-06-28 | bonding: remove unnecessary setup_by_slave member | nikolay@redhat.com | 2 | -5/+1 |
2013-06-27 | can: at91_can: Use of_match_ptr() | Sachin Kamat | 1 | -3/+1 |
2013-06-27 | can: flexcan: Use a regulator to control the CAN transceiver | Fabio Estevam | 1 | -12/+13 |
2013-06-27 | fec: Add support for reading RMON registers | Chris Healy | 2 | -0/+169 |
2013-06-26 | arc_emac: fix compile-time errors & warnings on PPC64 | Alexey Brodkin | 1 | -26/+39 |
2013-06-26 | bonding: add an option to fail when any of arp_ip_target is inaccessible | Veaceslav Falico | 3 | -14/+128 |
2013-06-26 | bonding: don't trust arp requests unless active slave really works | Veaceslav Falico | 1 | -1/+8 |
2013-06-26 | bonding: don't validate arp if we don't have to | Veaceslav Falico | 1 | -0/+4 |
2013-06-26 | bonding: don't add duplicate targets to arp_ip_target | Veaceslav Falico | 1 | -1/+5 |
2013-06-26 | bonding: add helper function bond_get_targets_ip(targets, ip) | Veaceslav Falico | 3 | -45/+46 |
2013-06-26 | net: davinci_mdio: gaurd the DT code with IS_ENABLED(CONFIG_OF) | Lad, Prabhakar | 1 | -1/+4 |
2013-06-26 | net: davinci_emac: simplify the OF parser code | Lad, Prabhakar | 1 | -44/+23 |
2013-06-26 | net: davinci: emac: Convert to devm_* api | Lad, Prabhakar | 1 | -40/+9 |
2013-06-26 | macvtap: Perform GSO on forwarding path. | Vlad Yasevich | 1 | -1/+31 |
2013-06-26 | macvtap: Let TUNSETOFFLOAD actually controll offload features. | Vlad Yasevich | 2 | -1/+74 |
2013-06-26 | macvtap: Consistently use rcu functions | Vlad Yasevich | 1 | -9/+9 |
2013-06-26 | macvtap: Convert to using rtnl lock | Vlad Yasevich | 1 | -37/+25 |
2013-06-26 | ethernet/arc/arc_emac - Add new driver | Alexey Brodkin | 7 | -0/+1211 |
2013-06-26 | net/mlx4_core: Fail device init if num_vfs is negative | Jack Morgenstein | 1 | -0/+5 |
2013-06-26 | net/mlx4_core: Add warning in case of command timeouts | Dotan Barak | 1 | -0/+6 |
2013-06-26 | net/mlx4_core: Replace sscanf() with kstrtoint() | Dotan Barak | 1 | -3/+3 |
2013-06-26 | net/mlx4_en: Remove an unnecessary test | Dotan Barak | 1 | -3/+0 |
2013-06-26 | net/mlx4_en: Add prints when TX timeout occurs | Yevgeny Petrilin | 1 | -0/+9 |
2013-06-26 | net/mlx4_en: Fix a race between napi poll function and RX ring cleanup | Eugenia Emantayev | 1 | -4/+4 |
2013-06-26 | net/mlx4_en: Change log level from error to debug for vlan related messages | Eugenia Emantayev | 1 | -2/+2 |
2013-06-26 | net/mlx4_en: Move register_netdev() to the end of initialization function | Eugenia Emantayev | 1 | -1/+2 |
2013-06-26 | net/mlx4_en: Do not query stats when device port is down | Jack Morgenstein | 1 | -4/+5 |
2013-06-26 | net/mlx4_en: Fix resource leak in error flow | Dotan Barak | 1 | -1/+1 |