aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck6-11/+21
2012-05-06skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_headAlexander Duyck1-14/+8
2012-05-06skb: Drop bad code from pskb_expand_headAlexander Duyck1-12/+0
2012-05-04tcp: be more strict before accepting ECN negociationEric Dumazet3-9/+18
2012-05-04mISDN: Help to identify the cardKarsten Keil3-33/+62
2012-05-04mISDN: Layer1 statemachine fixKarsten Keil1-9/+13
2012-05-04mISDN: Make layer1 timer 3 value configurableKarsten Keil10-14/+55
2012-05-04mISDN: L2 timeouts need to be queued as L2 eventKarsten Keil3-9/+69
2012-05-04mISDN: Fix refcounting bugKarsten Keil1-14/+39
2012-05-04mISDN: Added PH_* state info to tei manager.Andreas Eversberg1-0/+6
2012-05-04net: sched: factorize code (qdisc_drop())Eric Dumazet4-13/+6
2012-05-04ixgbe: Update link flow control to correctly handle multiple packet buffer DCBAlexander Duyck6-158/+102
2012-05-04ixgbe: Reorder link flow control functions in ixgbe_common.cAlexander Duyck1-290/+282
2012-05-04ixgbe: Use __free_pages instead of put_page to release pagesAlexander Duyck1-2/+3
2012-05-04ixgbe: Make ixgbe_fc_autoneg return void and always set current_modeAlexander Duyck4-31/+13
2012-05-04ixgbe: Reorder the ring to q_vector mapping to improve performanceAlexander Duyck1-15/+20
2012-05-04ixgbe: Track instances of buffer available but no DMA resources presentAlexander Duyck1-3/+3
2012-05-04e1000e: initial support for i217Bruce Allan7-28/+398
2012-05-04e1000e: Update driver version numberMatthew Vick1-1/+1
2012-05-03net/niu: remove one superfluous dma mask checkSebastian Andrzej Siewior1-1/+1
2012-05-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller11-69/+119
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck3-3/+16
2012-05-03net: Fix truesize accounting in skb_gro_receive()Eric Dumazet1-3/+8
2012-05-03ixgbevf: Update version stringGreg Rose1-1/+1
2012-05-03ixgbevf: Make sure jumbo frames are set correctly after PF resetGreg Rose2-15/+15
2012-05-03ixgbevf: Add support to recognize 100mb link speedGreg Rose3-7/+25
2012-05-03e1000e: Remove special case for 82573/82574 ASPM L1 disablementChris Boot1-8/+0
2012-05-03e1000e: Disable ASPM L1 on 82574Chris Boot1-1/+2
2012-05-03e1000e: Driver workaround for IPv6 Header Extension Erratum.Matthew Vick4-8/+26
2012-05-03e1000e: Resolve intermittent negotiation issue on 82574/82583.Matthew Vick1-1/+17
2012-05-03e1000e: cleanup long [read|write]_reg_locked PHY ops function pointersBruce Allan2-28/+29
2012-05-03e1000e: suggest a possible workaround to a device hang on 82577/8Bruce Allan1-0/+4
2012-05-03ixgbe: Fix use after free on module removeAlexander Duyck1-1/+3
2012-05-03tcp: move stats merge to the end of tcp_try_coalesceAlexander Duyck1-26/+29
2012-05-03tcp: Move code related to head frag in tcp_try_coalesceAlexander Duyck1-17/+25
2012-05-03tcp: Fix truesize accounting in tcp_try_coalesceAlexander Duyck1-6/+4
2012-05-03net: Add missing linux/prefetch.h include to net/core/sock.cDavid S. Miller1-0/+1
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck2-11/+7
2012-05-02net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet3-25/+28
2012-05-02net: take care of cloned skbs in tcp_try_coalesce()Eric Dumazet1-14/+28
2012-05-02be2net: Fix EEH error reset before a flash dump completesSomnath Kotur1-0/+5
2012-05-02be2net: Record receive queue index in skb to aid RPS.Somnath Kotur1-0/+2
2012-05-02be2net: Fix to apply duplex value as unknown when link is down.Somnath Kotur1-1/+1
2012-05-02be2net: Fix to not set link speed for disabled functions of a UMC cardSomnath Kotur1-1/+1
2012-05-02tcp: early retransmit: delayed fast retransmitYuchung Cheng5-11/+74
2012-05-02tcp: early retransmitYuchung Cheng7-0/+59
2012-05-02tcp: early retransmit: tcp_enter_recovery()Yuchung Cheng1-27/+34
2012-05-02net/pasemi: fix compiler warningStephen Rothwell1-1/+1
2012-05-02bnx2x: fix handling single MSIX mode for 57710/57711Dmitry Kravkov1-2/+5
2012-05-02ixgbe: Reset max_vfs to zero when user request is out of rangeGreg Rose1-3/+4