Age | Commit message (Expand) | Author | Files | Lines |
2014-05-12 | ptp: fix kconfig dependency warnings | Randy Dunlap | 1 | -1/+2 |
2014-05-10 | mdio_bus: fix devm_mdiobus_alloc_size export | Arnd Bergmann | 1 | -1/+1 |
2014-05-10 | net: cassini: use nested lock annotation | Emil Goode | 1 | -1/+1 |
2014-05-10 | bonding: make a generic sysfs option store and fix comments | Nikolay Aleksandrov | 3 | -491/+107 |
2014-05-10 | bnx2x: Fix UNDI driver unload | Yuval Mintz | 1 | -3/+7 |
2014-05-09 | net: cpsw: add missing of_node_put | Johan Hovold | 1 | -0/+1 |
2014-05-09 | net: cpsw: fix null dereference at probe | Johan Hovold | 1 | -0/+4 |
2014-05-09 | Revert "net: eth: cpsw: Correctly attach to GPIO bitbang MDIO driver" | Johan Hovold | 1 | -12/+2 |
2014-05-09 | net: mdio-gpio: warn about missing bus alias id | Johan Hovold | 1 | -0/+4 |
2014-05-09 | net: cdc_mbim: handle unaccelerated VLAN tagged frames | Bjørn Mork | 1 | -11/+28 |
2014-05-09 | be2net: use MCCQ instead of MBOX in be_cmd_rss_config() | Kalesh AP | 1 | -7/+10 |
2014-05-09 | be2net: include rx-compl error counter in ethtool stats | Kalesh AP | 1 | -0/+1 |
2014-05-09 | be2net: remove unused code in be_cmd_vlan_config() | Kalesh AP | 3 | -10/+5 |
2014-05-09 | be2net: covert vlan array to bit-map | Ravikumar Nelavelli | 2 | -11/+10 |
2014-05-09 | be2net: fix line wrap and function call indentation in be_ethtool.c | Sathya Perla | 1 | -58/+42 |
2014-05-09 | be2net: fix function call indentation in be_cmds.c | Sathya Perla | 1 | -161/+179 |
2014-05-09 | be2net: fix line wrap and function call indentation in be_main.c | Sathya Perla | 1 | -103/+101 |
2014-05-09 | qlcnic: Update version to 5.3.59 | Rajesh Borundia | 1 | -2/+2 |
2014-05-09 | qlcnic: Collect firmware dump using DMA on 82xx adapters | Shahed Shaikh | 5 | -50/+42 |
2014-05-09 | qlcnic: Add mac learning support to SR-IOV VF. | Rajesh Borundia | 6 | -28/+78 |
2014-05-09 | qlcnic: Add support to process commands in atomic context | Rajesh Borundia | 6 | -107/+99 |
2014-05-09 | qlcnic: Allow SR-IOV VF probe in hypervisor. | Rajesh Borundia | 3 | -17/+24 |
2014-05-09 | mellanox: Logging message cleanups | Joe Perches | 26 | -437/+352 |
2014-05-09 | bonding: remove the unused macro | dingtianhong | 1 | -2/+0 |
2014-05-09 | bonding: simplify the slave_do_arp_validate_only() | dingtianhong | 2 | -4/+3 |
2014-05-09 | bonding: remove the unnecessary struct bond_net | dingtianhong | 1 | -10/+8 |
2014-05-09 | Driver for Beckhoff CX5020 EtherCAT master module. | Darek Marcinkiewicz | 3 | -0/+719 |
2014-05-08 | qlcnic: Fix Kconfig dependency on HWMON | Harish Patil | 1 | -1/+1 |
2014-05-08 | qlcnic: Set real_num_{tx|rx}_queues properly | Shahed Shaikh | 2 | -18/+47 |
2014-05-08 | qlcnic: Fix panic while dumping TX queues on TX timeout | Manish Chopra | 1 | -2/+6 |
2014-05-08 | ARM: i.MX6: Add OF configuration support for ksz9031 | Hubert Chaumette | 1 | -1/+105 |
2014-05-07 | jme: Fix DMA unmap warning | Neil Horman | 1 | -6/+47 |
2014-05-07 | isdn: hisax: remove some dead code | Dan Carpenter | 1 | -107/+4 |
2014-05-07 | w83977af_ir: remove two faux Kconfig macros | Paul Bolle | 1 | -29/+4 |
2014-05-07 | net: cdc_mbim: __vlan_find_dev_deep need rcu_read_lock | Bjørn Mork | 1 | -5/+13 |
2014-05-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 90 | -927/+1193 |
2014-05-06 | Merge tag 'usb-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 9 | -16/+58 |
2014-05-06 | Merge tag 'tty-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 4 | -17/+20 |
2014-05-06 | Merge tag 'staging-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -8/+12 |
2014-05-06 | net: macb: Fix race between HW and driver | Soren Brinkmann | 1 | -10/+0 |
2014-05-06 | net: macb: Remove 'unlikely' optimization | Soren Brinkmann | 1 | -1/+1 |
2014-05-06 | net: macb: Re-enable RX interrupt only when RX is done | Soren Brinkmann | 1 | -7/+6 |
2014-05-06 | net: macb: Clear interrupt flags | Soren Brinkmann | 1 | -0/+10 |
2014-05-06 | net: macb: Pass same size to DMA_UNMAP as used for DMA_MAP | Soren Brinkmann | 1 | -1/+1 |
2014-05-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 3 | -29/+46 |
2014-05-06 | e1000e: Restrict MDIO Slow Mode workaround to relevant parts | David Ertman | 1 | -6/+8 |
2014-05-06 | e1000e: Fix issue with link flap on 82579 | David Ertman | 2 | -0/+13 |
2014-05-05 | e1000e: Expand workaround for 10Mb HD throughput bug | David Ertman | 2 | -4/+12 |
2014-05-05 | e1000e: Workaround for dropped packets in Gig/100 speeds on 82579 | David Ertman | 2 | -19/+13 |
2014-05-05 | net/mlx4_core: Don't issue PCIe speed/width checks for VFs | Eyal Perry | 1 | -1/+2 |