| Commit message (Expand) | Author | Age | Files | Lines |
* | gianfar: Fix multi-queue support checks @probe() | Claudiu Manoil | 2014-03-12 | 1 | -10/+18 |
* | r8152: support dumping the hw counters | hayeswang | 2014-03-12 | 1 | -2/+93 |
* | ieee802154: at86rf230: add support for rf233 chip | Thomas Stilwell | 2014-03-12 | 2 | -2/+7 |
* | bonding: force cast of IP address in options | stephen hemminger | 2014-03-11 | 1 | -1/+1 |
* | r8152: add skb_cow_head | hayeswang | 2014-03-11 | 1 | -2/+10 |
* | net: eth: cpsw: Use net_device_stats from struct net_device | Tobias Klauser | 2014-03-11 | 1 | -16/+8 |
* | hyperv: Change the receive buffer size for legacy hosts | Haiyang Zhang | 2014-03-10 | 2 | -1/+6 |
* | Drivers: net: hyperv: Enable large send offload | KY Srinivasan | 2014-03-10 | 2 | -4/+74 |
* | Drivers: net: hyperv: Enable send side checksum offload | KY Srinivasan | 2014-03-10 | 2 | -2/+77 |
* | Drivers: net: hyperv: Enable receive side IP checksum offload | KY Srinivasan | 2014-03-10 | 3 | -6/+50 |
* | Drivers: net: hyperv: Enable offloads on the host | KY Srinivasan | 2014-03-10 | 2 | -0/+135 |
* | Drivers: net: hyperv: Cleanup the send path | KY Srinivasan | 2014-03-10 | 3 | -90/+71 |
* | Drivers: net: hyperv: Enable scatter gather I/O | KY Srinivasan | 2014-03-10 | 1 | -39/+114 |
* | sky2: allow mac to come from dt | Tim Harvey | 2014-03-10 | 1 | -2/+13 |
* | IB/mlx5_core: remove unreachable function call in module init | Kleber Sacilotto de Souza | 2014-03-10 | 1 | -1/+0 |
* | sfc: Use ether_addr_copy and eth_broadcast_addr | Edward Cree | 2014-03-10 | 9 | -39/+37 |
* | gianfar: Use Single-Queue polling for "fsl,etsec2" | Claudiu Manoil | 2014-03-10 | 2 | -32/+79 |
* | gianfar: Separate out the Tx interrupt handling (Tx NAPI) | Claudiu Manoil | 2014-03-10 | 2 | -69/+160 |
* | igb: fix warning if !CONFIG_IGB_HWMON | Jeff Kirsher | 2014-03-08 | 1 | -0/+2 |
* | igb: fix array size calculation | Todd Fujinaka | 2014-03-08 | 1 | -3/+1 |
* | ixgbevf: fix skb->pkt_type checks | Florian Fainelli | 2014-03-08 | 1 | -1/+2 |
* | e1000e: Fix SHRA register access for 82579 | David Ertman | 2014-03-08 | 2 | -2/+2 |
* | e1000e: Fix ethtool offline tests for 82579 parts | David Ertman | 2014-03-08 | 1 | -2/+8 |
* | e1000e: Fix not generating an error on invalid load parameter | David Ertman | 2014-03-08 | 1 | -0/+6 |
* | e1000e: Feature Enable PHY Ultra Low Power Mode (ULP) | David Ertman | 2014-03-08 | 6 | -33/+354 |
* | e1000e Refactor of Runtime Power Management | David Ertman | 2014-03-08 | 2 | -32/+46 |
* | e1000e: Refactor PM flows | David Ertman | 2014-03-08 | 3 | -55/+78 |
* | e1000e: Add missing branding strings in ich8lan.c | David Ertman | 2014-03-08 | 1 | -0/+8 |
* | e1000e: Cleanup - Update GPL header and Copyright | David Ertman | 2014-03-08 | 23 | -599/+444 |
* | e1000e: Fix 82579 sets LPI too early. | David Ertman | 2014-03-08 | 3 | -5/+19 |
* | e1000e: Resolve issues with Management Engine (ME) briefly blocking PHY resets | David Ertman | 2014-03-08 | 1 | -4/+26 |
* | e1000e: Cleanup unecessary references | David Ertman | 2014-03-08 | 1 | -2/+2 |
* | e1000e: PTP lock in e1000e_phc_adjustfreq | Todd Fujinaka | 2014-03-08 | 1 | -0/+5 |
* | Merge tag 'linux-can-next-for-3.15-20140307' of git://gitorious.org/linux-can... | David S. Miller | 2014-03-07 | 4 | -86/+164 |
|\ |
|
| * | can: add bittiming check at interface open for CAN FD | Oliver Hartkopp | 2014-03-07 | 1 | -0/+8 |
| * | can: allow to change the device mtu for CAN FD capable devices | Oliver Hartkopp | 2014-03-07 | 1 | -0/+39 |
| * | can: introduce the data bitrate configuration for CAN FD | Oliver Hartkopp | 2014-03-07 | 1 | -1/+44 |
| * | can: provide a separate bittiming_const parameter to bittiming functions | Oliver Hartkopp | 2014-03-07 | 1 | -18/+13 |
| * | can: move sanity check for bitrate and tq into can_get_bittiming | Oliver Hartkopp | 2014-03-07 | 1 | -14/+15 |
| * | can: only send bitrate data via netlink when available | Oliver Hartkopp | 2014-03-07 | 1 | -4/+6 |
| * | can: preserve skbuff protocol in can_put_echo_skb | Oliver Hartkopp | 2014-03-07 | 1 | -2/+3 |
| * | can: janz-ican3: convert dev_<level> printing to netdev_<level> | Marc Kleine-Budde | 2014-03-07 | 1 | -34/+30 |
| * | can: flexcan: make use of platform_get_device_id() | Marc Kleine-Budde | 2014-03-06 | 1 | -2/+2 |
| * | can: flexcan: Remove #ifdef CONFIG_PM_SLEEP | Marc Kleine-Budde | 2014-03-06 | 1 | -4/+2 |
| * | can: mcp251x: Remove #ifdef CONFIG_PM_SLEEP | Alexander Shiyan | 2014-03-06 | 1 | -5/+2 |
| * | can: mcp251x: Make driver more quiet | Alexander Shiyan | 2014-03-06 | 1 | -6/+4 |
* | | r8152: support IPv6 | hayeswang | 2014-03-07 | 1 | -3/+103 |
* | | r8152: support TSO | hayeswang | 2014-03-07 | 1 | -30/+87 |
* | | r8152: support rx checksum | hayeswang | 2014-03-07 | 1 | -2/+39 |
* | | r8152: calculate the dropped packets for rx | hayeswang | 2014-03-07 | 1 | -1/+2 |