summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* e1000e: Update driver version numberMatthew Vick2012-05-041-1/+1
* net/niu: remove one superfluous dma mask checkSebastian Andrzej Siewior2012-05-031-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-05-0311-69/+119
|\
| * ixgbevf: Update version stringGreg Rose2012-05-031-1/+1
| * ixgbevf: Make sure jumbo frames are set correctly after PF resetGreg Rose2012-05-032-15/+15
| * ixgbevf: Add support to recognize 100mb link speedGreg Rose2012-05-033-7/+25
| * e1000e: Remove special case for 82573/82574 ASPM L1 disablementChris Boot2012-05-031-8/+0
| * e1000e: Disable ASPM L1 on 82574Chris Boot2012-05-031-1/+2
| * e1000e: Driver workaround for IPv6 Header Extension Erratum.Matthew Vick2012-05-034-8/+26
| * e1000e: Resolve intermittent negotiation issue on 82574/82583.Matthew Vick2012-05-031-1/+17
| * e1000e: cleanup long [read|write]_reg_locked PHY ops function pointersBruce Allan2012-05-032-28/+29
| * e1000e: suggest a possible workaround to a device hang on 82577/8Bruce Allan2012-05-031-0/+4
* | skb: Add skb_head_is_locked helper functionAlexander Duyck2012-05-033-3/+16
* | net: Fix truesize accounting in skb_gro_receive()Eric Dumazet2012-05-031-3/+8
|/
* ixgbe: Fix use after free on module removeAlexander Duyck2012-05-031-1/+3
* tcp: move stats merge to the end of tcp_try_coalesceAlexander Duyck2012-05-031-26/+29
* tcp: Move code related to head frag in tcp_try_coalesceAlexander Duyck2012-05-031-17/+25
* tcp: Fix truesize accounting in tcp_try_coalesceAlexander Duyck2012-05-031-6/+4
* net: Add missing linux/prefetch.h include to net/core/sock.cDavid S. Miller2012-05-031-0/+1
* net: Stop decapitating clones that have a head_fragAlexander Duyck2012-05-032-11/+7
* net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet2012-05-033-25/+28
* net: take care of cloned skbs in tcp_try_coalesce()Eric Dumazet2012-05-031-14/+28
* be2net: Fix EEH error reset before a flash dump completesSomnath Kotur2012-05-031-0/+5
* be2net: Record receive queue index in skb to aid RPS.Somnath Kotur2012-05-031-0/+2
* be2net: Fix to apply duplex value as unknown when link is down.Somnath Kotur2012-05-031-1/+1
* be2net: Fix to not set link speed for disabled functions of a UMC cardSomnath Kotur2012-05-031-1/+1
* tcp: early retransmit: delayed fast retransmitYuchung Cheng2012-05-035-11/+74
* tcp: early retransmitYuchung Cheng2012-05-037-0/+59
* tcp: early retransmit: tcp_enter_recovery()Yuchung Cheng2012-05-031-27/+34
* net/pasemi: fix compiler warningStephen Rothwell2012-05-031-1/+1
* bnx2x: fix handling single MSIX mode for 57710/57711Dmitry Kravkov2012-05-031-2/+5
* ixgbe: Reset max_vfs to zero when user request is out of rangeGreg Rose2012-05-021-3/+4
* ixgbe: Deny MACVLAN requests from VFs with admin set MACGreg Rose2012-05-021-0/+6
* ixgbe: add hwmon interface to export thermal dataDon Skidmore2012-05-029-7/+322
* ixgbe: add support functions to access thermal dataDon Skidmore2012-05-023-0/+224
* e1000e: fix .ndo_set_rx_mode for 82579Bruce Allan2012-05-027-14/+92
* e1000e: PHY initialization flow changes for 82577/8/9Bruce Allan2012-05-021-101/+146
* e1000e: workaround EEPROM configuration change on 82579Bruce Allan2012-05-022-15/+34
* netem: add ECN capabilityEric Dumazet2012-05-012-3/+16
* net: skb_peek()/skb_peek_tail() cleanupsEric Dumazet2012-05-011-8/+12
* net: add a prefetch in socket backlog processingEric Dumazet2012-05-011-0/+1
* l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6James Chapman2012-05-011-22/+50
* l2tp: introduce L2TPv3 IP encapsulation support for IPv6Chris Elston2012-05-013-0/+812
* ipv6: Export ipv6 functions for use by other protocolsChris Elston2012-05-014-0/+9
* l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnelsChris Elston2012-05-014-21/+111
* l2tp: show IPv6 addresses in l2tp debugfs fileChris Elston2012-05-011-0/+8
* l2tp: pppol2tp_connect() handles ipv6 sockaddr variantsJames Chapman2012-05-011-8/+28
* pppox: Replace __attribute__((packed)) in if_pppox.hJames Chapman2012-05-011-6/+6
* l2tp: remove unused stats from l2tp_ip socketJames Chapman2012-05-011-28/+4
* l2tp: Use ip4_datagram_connect() in l2tp_ip_connect()James Chapman2012-05-011-47/+7