aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-10r8152: add skb_cow_headhayeswang1-2/+10
2014-03-10net: eth: cpsw: Use net_device_stats from struct net_deviceTobias Klauser1-16/+8
2014-03-10flowcache: restore a single flow_cache kmem_cacheEric Dumazet2-7/+8
2014-03-10net: add a pre-check of net_ns in sk_change_net()Gu Zheng1-2/+6
2014-03-10tcp: timestamp SYN+DATA messagesEric Dumazet2-0/+7
2014-03-10hyperv: Change the receive buffer size for legacy hostsHaiyang Zhang2-1/+6
2014-03-106lowpan: reassembly: fix access of ctl table entryAlexander Aring1-1/+1
2014-03-10Drivers: net: hyperv: Enable large send offloadKY Srinivasan2-4/+74
2014-03-10Drivers: net: hyperv: Enable send side checksum offloadKY Srinivasan2-2/+77
2014-03-10Drivers: net: hyperv: Enable receive side IP checksum offloadKY Srinivasan3-6/+50
2014-03-10Drivers: net: hyperv: Enable offloads on the hostKY Srinivasan2-0/+135
2014-03-10Drivers: net: hyperv: Cleanup the send pathKY Srinivasan3-90/+71
2014-03-10Drivers: net: hyperv: Enable scatter gather I/OKY Srinivasan1-39/+114
2014-03-10sky2: allow mac to come from dtTim Harvey1-2/+13
2014-03-10l2tp: fix unused variable warningEric Dumazet1-2/+1
2014-03-10IB/mlx5_core: remove unreachable function call in module initKleber Sacilotto de Souza1-1/+0
2014-03-10netlink: autosize skb lengthesEric Dumazet2-1/+27
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree9-39/+37
2014-03-10gianfar: Use Single-Queue polling for "fsl,etsec2"Claudiu Manoil2-32/+79
2014-03-10gianfar: Separate out the Tx interrupt handling (Tx NAPI)Claudiu Manoil2-69/+160
2014-03-09vlan: use use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong1-1/+1
2014-03-09vlan: slight optimization for vlan_do_receive()dingtianhong1-1/+1
2014-03-08pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet1-6/+15
2014-03-08igb: fix warning if !CONFIG_IGB_HWMONJeff Kirsher1-0/+2
2014-03-08igb: fix array size calculationTodd Fujinaka1-3/+1
2014-03-08ixgbevf: fix skb->pkt_type checksFlorian Fainelli1-1/+2
2014-03-07e1000e: Fix SHRA register access for 82579David Ertman2-2/+2
2014-03-07e1000e: Fix ethtool offline tests for 82579 partsDavid Ertman1-2/+8
2014-03-07e1000e: Fix not generating an error on invalid load parameterDavid Ertman1-0/+6
2014-03-07e1000e: Feature Enable PHY Ultra Low Power Mode (ULP)David Ertman6-33/+354
2014-03-07e1000e Refactor of Runtime Power ManagementDavid Ertman2-32/+46
2014-03-07e1000e: Refactor PM flowsDavid Ertman3-55/+78
2014-03-07e1000e: Add missing branding strings in ich8lan.cDavid Ertman1-0/+8
2014-03-07e1000e: Cleanup - Update GPL header and CopyrightDavid Ertman23-599/+444
2014-03-07e1000e: Fix 82579 sets LPI too early.David Ertman3-5/+19
2014-03-07e1000e: Resolve issues with Management Engine (ME) briefly blocking PHY resetsDavid Ertman1-4/+26
2014-03-07e1000e: Cleanup unecessary referencesDavid Ertman1-2/+2
2014-03-07e1000e: PTP lock in e1000e_phc_adjustfreqTodd Fujinaka1-0/+5
2014-03-076lowpan: reassembly: fix return of init functionAlexander Aring1-2/+3
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-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