aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-07Merge tag 'linux-can-next-for-3.15-20140307' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller4-86/+164
2014-03-07r8152: support IPv6hayeswang1-3/+103
2014-03-07r8152: support TSOhayeswang1-30/+87
2014-03-07r8152: support rx checksumhayeswang1-2/+39
2014-03-07r8152: calculate the dropped packets for rxhayeswang1-1/+2
2014-03-07r8152: up the priority of the transmissionhayeswang1-18/+27
2014-03-07r8152: check tx agg list before spin lockhayeswang1-0/+3
2014-03-07r8152: replace spin_lock_irqsave and spin_unlock_irqrestorehayeswang1-16/+12
2014-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller14-355/+1432
2014-03-07xen-netback: Aggregate TX unmap operationsZoltan Kiss3-1/+37
2014-03-07xen-netback: Timeout packets in RX pathZoltan Kiss3-5/+61
2014-03-07xen-netback: Handle guests with too many fragsZoltan Kiss3-10/+162
2014-03-07xen-netback: Add stat counters for zerocopyZoltan Kiss3-1/+26
2014-03-07xen-netback: Remove old TX grant copy definitons and fix indentationsZoltan Kiss2-93/+15
2014-03-07xen-netback: Introduce TX grant mappingZoltan Kiss3-165/+371
2014-03-07xen-netback: Handle foreign mapped pages on the guest RX pathZoltan Kiss2-5/+46
2014-03-07xen-netback: Minor refactoring of netback codeZoltan Kiss3-22/+27
2014-03-07xen-netback: Use skb->cb for pending_idxZoltan Kiss1-17/+25
2014-03-07can: add bittiming check at interface open for CAN FDOliver Hartkopp1-0/+8
2014-03-07can: allow to change the device mtu for CAN FD capable devicesOliver Hartkopp1-0/+39
2014-03-07can: introduce the data bitrate configuration for CAN FDOliver Hartkopp1-1/+44
2014-03-07can: provide a separate bittiming_const parameter to bittiming functionsOliver Hartkopp1-18/+13
2014-03-07can: move sanity check for bitrate and tq into can_get_bittimingOliver Hartkopp1-14/+15
2014-03-07can: only send bitrate data via netlink when availableOliver Hartkopp1-4/+6
2014-03-07can: preserve skbuff protocol in can_put_echo_skbOliver Hartkopp1-2/+3
2014-03-07can: janz-ican3: convert dev_<level> printing to netdev_<level>Marc Kleine-Budde1-34/+30
2014-03-06i40e/i40evf: Bump pf&vf build versionsCatherine Sullivan2-2/+2
2014-03-06i40e/i40evf: carefully fill tx ringJesse Brandeburg2-4/+4
2014-03-06i40e: fix nvm version and remove firmware reportJesse Brandeburg2-14/+7
2014-03-06i40e: Fix static checker warningNeerav Parikh1-3/+6
2014-03-06i40e: Remove a redundant filter additionAnjali Singhai Jain1-4/+7
2014-03-06i40e: count timeout eventsJesse Brandeburg1-0/+1
2014-03-06i40e: Remove a FW workaround for Number of MSIX vectorsAnjali Singhai Jain1-0/+6
2014-03-06i40e: clean up comment styleShannon Nelson1-59/+58
2014-03-06i40e/i40evf: i40e implementation for skb_set_hashJesse Brandeburg6-4/+800
2014-03-06i40e: Prevent overflow due to kzallocAkeem G Abodunrin1-1/+1
2014-03-06i40e: Flow Director sideband accountingJoseph Gasparakis5-264/+535
2014-03-06i40evf: Enable the ndo_set_features netdev opGreg Rose1-0/+5
2014-03-06bonding: fix const in options processingstephen hemminger3-55/+56
2014-03-06be2net: do external loopback test only when it is requestedIvan Vecera1-7/+9
2014-03-06net/mlx4_en: mlx4_en_verify_params() can be staticFengguang Wu1-1/+1
2014-03-06can: flexcan: make use of platform_get_device_id()Marc Kleine-Budde1-2/+2
2014-03-06can: flexcan: Remove #ifdef CONFIG_PM_SLEEPMarc Kleine-Budde1-4/+2
2014-03-06can: mcp251x: Remove #ifdef CONFIG_PM_SLEEPAlexander Shiyan1-5/+2
2014-03-06can: mcp251x: Make driver more quietAlexander Shiyan1-6/+4
2014-03-06bonding: options handling cleanupstephen hemminger5-127/+141
2014-03-06bonding: remove dead codestephen hemminger2-48/+0
2014-03-06bonding: make slave status notifications GFP_ATOMICVeaceslav Falico1-4/+4
2014-03-06r8152: remove rtl8152_get_statshayeswang1-15/+6
2014-03-06r8152: replace tp->netdev with netdevhayeswang1-3/+5