summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* isdn/gigaset: ratelimit CAPI message dumpsTilman Schmidt2012-05-081-13/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-05-075-29/+69
|\
| * ixgbe: dcb: IEEE PFC stats and reset logic incorrectJohn Fastabend2012-05-052-1/+12
| * e1000e: increase version numberBruce Allan2012-05-051-1/+1
| * e1000e: clear REQ and GNT in EECD (82571 && 82572)Richard Alpe2012-05-051-1/+11
| * e1000e: enable forced master/slave on 82577Bruce Allan2012-05-051-26/+45
* | skb: Add inline helper for getting the skb end offset from headAlexander Duyck2012-05-066-11/+21
* | skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_headAlexander Duyck2012-05-061-14/+8
* | skb: Drop bad code from pskb_expand_headAlexander Duyck2012-05-061-12/+0
|/
* tcp: be more strict before accepting ECN negociationEric Dumazet2012-05-043-9/+18
* mISDN: Help to identify the cardKarsten Keil2012-05-043-33/+62
* mISDN: Layer1 statemachine fixKarsten Keil2012-05-041-9/+13
* mISDN: Make layer1 timer 3 value configurableKarsten Keil2012-05-0410-14/+55
* mISDN: L2 timeouts need to be queued as L2 eventKarsten Keil2012-05-043-9/+69
* mISDN: Fix refcounting bugKarsten Keil2012-05-041-14/+39
* mISDN: Added PH_* state info to tei manager.Andreas Eversberg2012-05-041-0/+6
* net: sched: factorize code (qdisc_drop())Eric Dumazet2012-05-044-13/+6
* ixgbe: Update link flow control to correctly handle multiple packet buffer DCBAlexander Duyck2012-05-046-158/+102
* ixgbe: Reorder link flow control functions in ixgbe_common.cAlexander Duyck2012-05-041-290/+282
* ixgbe: Use __free_pages instead of put_page to release pagesAlexander Duyck2012-05-041-2/+3
* ixgbe: Make ixgbe_fc_autoneg return void and always set current_modeAlexander Duyck2012-05-044-31/+13
* ixgbe: Reorder the ring to q_vector mapping to improve performanceAlexander Duyck2012-05-041-15/+20
* ixgbe: Track instances of buffer available but no DMA resources presentAlexander Duyck2012-05-041-3/+3
* e1000e: initial support for i217Bruce Allan2012-05-047-28/+398
* 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