summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2012-05-075-23/+69
|\
| * vhost: zerocopy: poll vq in zerocopy callbackJason Wang2012-05-021-0/+1
| * vhost_net: zerocopy: adding and signalling immediately when fully copiedJason Wang2012-05-021-0/+2
| * vhost_net: re-poll only on EAGAIN or ENOBUFSJason Wang2012-05-021-1/+2
| * vhost_net: zerocopy: fix possible NULL pointer dereference of vq->bufsJason Wang2012-05-021-1/+1
| * macvtap: zerocopy: validate vectors before building skbJason Wang2012-05-021-4/+21
| * macvtap: zerocopy: set SKBTX_DEV_ZEROCOPY only when skb is built successfullyJason Wang2012-05-021-4/+5
| * macvtap: zerocopy: put page when fail to get all requested user pagesJason Wang2012-05-021-2/+4
| * macvtap: zerocopy: fix truesize underestimationJason Wang2012-05-021-2/+4
| * macvtap: zerocopy: fix offset calculation when building skbJason Wang2012-05-021-6/+7
| * virtio/tools: add delayed interupt modeMichael S. Tsirkin2012-05-022-4/+23
* | net: IP_MULTICAST_IF setsockopt now recognizes struct mreqJiri Pirko2012-05-071-4/+9
* | netdev/of/phy: Add MDIO bus multiplexer driven by GPIO lines.David Daney2012-05-074-0/+280
* | netdev/of/phy: Add MDIO bus multiplexer support.David Daney2012-05-075-0/+359
* | netdev/of/phy: New function: of_mdio_find_bus().David Daney2012-05-073-0/+36
* | isdn/capi: elliminate capincci_find() in non-middleware caseTilman Schmidt2012-05-071-14/+13
* | isdn/capi: fix readability damageTilman Schmidt2012-05-072-19/+12
* | isdn/gigaset: unify function return valuesTilman Schmidt2012-05-0710-81/+87
* | isdn/gigaset: internal function name cleanupTilman Schmidt2012-05-071-11/+5
* | isdn/gigaset: fix readability damageTilman Schmidt2012-05-074-216/+208
* | isdn/gigaset: improve error handling querying firmware versionTilman Schmidt2012-05-071-1/+3
* | isdn/gigaset: fix CAPI disconnect B3 handlingTilman Schmidt2012-05-071-0/+4
* | isdn/gigaset: ratelimit CAPI message dumpsTilman Schmidt2012-05-071-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