summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-can-next-for-3.15-20140307' of git://gitorious.org/linux-can...David S. Miller2014-03-074-86/+164
|\
| * can: add bittiming check at interface open for CAN FDOliver Hartkopp2014-03-071-0/+8
| * can: allow to change the device mtu for CAN FD capable devicesOliver Hartkopp2014-03-071-0/+39
| * can: introduce the data bitrate configuration for CAN FDOliver Hartkopp2014-03-071-1/+44
| * can: provide a separate bittiming_const parameter to bittiming functionsOliver Hartkopp2014-03-071-18/+13
| * can: move sanity check for bitrate and tq into can_get_bittimingOliver Hartkopp2014-03-071-14/+15
| * can: only send bitrate data via netlink when availableOliver Hartkopp2014-03-071-4/+6
| * can: preserve skbuff protocol in can_put_echo_skbOliver Hartkopp2014-03-071-2/+3
| * can: janz-ican3: convert dev_<level> printing to netdev_<level>Marc Kleine-Budde2014-03-071-34/+30
| * can: flexcan: make use of platform_get_device_id()Marc Kleine-Budde2014-03-061-2/+2
| * can: flexcan: Remove #ifdef CONFIG_PM_SLEEPMarc Kleine-Budde2014-03-061-4/+2
| * can: mcp251x: Remove #ifdef CONFIG_PM_SLEEPAlexander Shiyan2014-03-061-5/+2
| * can: mcp251x: Make driver more quietAlexander Shiyan2014-03-061-6/+4
* | r8152: support IPv6hayeswang2014-03-071-3/+103
* | r8152: support TSOhayeswang2014-03-071-30/+87
* | r8152: support rx checksumhayeswang2014-03-071-2/+39
* | r8152: calculate the dropped packets for rxhayeswang2014-03-071-1/+2
* | r8152: up the priority of the transmissionhayeswang2014-03-071-18/+27
* | r8152: check tx agg list before spin lockhayeswang2014-03-071-0/+3
* | r8152: replace spin_lock_irqsave and spin_unlock_irqrestorehayeswang2014-03-071-16/+12
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-03-0714-355/+1432
|\ \
| * | i40e/i40evf: Bump pf&vf build versionsCatherine Sullivan2014-03-072-2/+2
| * | i40e/i40evf: carefully fill tx ringJesse Brandeburg2014-03-072-4/+4
| * | i40e: fix nvm version and remove firmware reportJesse Brandeburg2014-03-072-14/+7
| * | i40e: Fix static checker warningNeerav Parikh2014-03-071-3/+6
| * | i40e: Remove a redundant filter additionAnjali Singhai Jain2014-03-071-4/+7
| * | i40e: count timeout eventsJesse Brandeburg2014-03-071-0/+1
| * | i40e: Remove a FW workaround for Number of MSIX vectorsAnjali Singhai Jain2014-03-071-0/+6
| * | i40e: clean up comment styleShannon Nelson2014-03-071-59/+58
| * | i40e/i40evf: i40e implementation for skb_set_hashJesse Brandeburg2014-03-076-4/+800
| * | i40e: Prevent overflow due to kzallocAkeem G Abodunrin2014-03-071-1/+1
| * | i40e: Flow Director sideband accountingJoseph Gasparakis2014-03-075-264/+535
| * | i40evf: Enable the ndo_set_features netdev opGreg Rose2014-03-071-0/+5
* | | xen-netback: Aggregate TX unmap operationsZoltan Kiss2014-03-073-1/+37
* | | xen-netback: Timeout packets in RX pathZoltan Kiss2014-03-073-5/+61
* | | xen-netback: Handle guests with too many fragsZoltan Kiss2014-03-073-10/+162
* | | xen-netback: Add stat counters for zerocopyZoltan Kiss2014-03-073-1/+26
* | | xen-netback: Remove old TX grant copy definitons and fix indentationsZoltan Kiss2014-03-072-93/+15
* | | xen-netback: Introduce TX grant mappingZoltan Kiss2014-03-073-165/+371
* | | xen-netback: Handle foreign mapped pages on the guest RX pathZoltan Kiss2014-03-072-5/+46
* | | xen-netback: Minor refactoring of netback codeZoltan Kiss2014-03-073-22/+27
* | | xen-netback: Use skb->cb for pending_idxZoltan Kiss2014-03-071-17/+25
|/ /
* | bonding: fix const in options processingstephen hemminger2014-03-063-55/+56
* | be2net: do external loopback test only when it is requestedIvan Vecera2014-03-061-7/+9
* | net/mlx4_en: mlx4_en_verify_params() can be staticFengguang Wu2014-03-061-1/+1
|/
* bonding: options handling cleanupstephen hemminger2014-03-065-127/+141
* bonding: remove dead codestephen hemminger2014-03-062-48/+0
* bonding: make slave status notifications GFP_ATOMICVeaceslav Falico2014-03-061-4/+4
* r8152: remove rtl8152_get_statshayeswang2014-03-061-15/+6
* r8152: replace tp->netdev with netdevhayeswang2014-03-061-3/+5