summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-08sfc: allocate more RX buffers per pageDaniel Pieczko4-45/+56
2013-03-08sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings2-11/+7
2013-03-08sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko3-94/+226
2013-03-08sfc: Enable RX DMA scattering where possibleBen Hutchings9-118/+363
2013-03-08sfc: Update RX buffer address together with lengthBen Hutchings2-13/+8
2013-03-08sfc: Explicitly prefetch RX hash prefix, not just Ethernet headeBen Hutchings1-1/+1
2013-03-08sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()Ben Hutchings1-4/+4
2013-03-08sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings3-7/+9
2013-03-08sfc: Make RX queue descriptor counts unsigned for consistencyBen Hutchings1-3/+3
2013-03-08sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings3-20/+15
2013-03-08sfc: Document current usage of efx_rx_buffer::len and efx_nic::rx_buffer_lenBen Hutchings1-2/+4
2013-03-08sfc: Add AER and EEH support for SienaAlexandre Rames4-26/+216
2013-03-08sfc: Disable RSS when using SR-IOV and only 1 RX queue on the PFBen Hutchings1-1/+5
2013-03-08sfc: Fix replacement detection in efx_filter_insert_filter()Ben Hutchings1-23/+66
2013-03-08sfc: Merge efx_filter_search() into efx_filter_insert()Ben Hutchings1-36/+24
2013-03-08sfc: Don't use efx_filter_{build,hash,increment}() for default MAC filtersBen Hutchings1-16/+19
2013-03-08sfc: Remove redundant parameter to efx_filter_search()Ben Hutchings1-13/+8
2013-03-08sfc: More sensible semantics for efx_filter_insert_filter() replace flagBen Hutchings1-4/+12
2013-03-08sfc: Remove rx_alloc_method SKBAlexandre Rames5-265/+101
2013-03-08sfc: tidy up PTP synchronize function efx_ptp_process_times()Laurence Evans1-28/+7
2013-03-08sfc: PTP changes to support improved UUID filtering modeLaurence Evans2-16/+46
2013-03-08sfc: Allow efx_channel_type::receive_skb() to reject a packetBen Hutchings3-14/+14
2013-03-08Merge branch 'sfc-3.9' into masterBen Hutchings2-3/+3
2013-03-07htb: add HTB_DIRECT_QLEN attributeEric Dumazet2-15/+17
2013-03-07r6040: check MDIO register busy waiting resultFlorian Fainelli1-4/+7
2013-03-07netconf: add the handler to dump entriesNicolas Dichtel2-2/+138
2013-03-06team: introduce random modeJiri Pirko5-21/+105
2013-03-06team: introduce two default team_modeop functions and use them in modesJiri Pirko4-28/+24
2013-03-06sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0Ben Hutchings1-1/+1
2013-03-06sfc: Disable soft interrupt handling during efx_device_detach_sync()Ben Hutchings1-2/+2
2013-03-06bnx2x: use the default NAPI weightEric Dumazet2-3/+2
2013-03-06net: introduce NAPI_POLL_WEIGHTEric Dumazet2-0/+8
2013-03-06tcp: ipv6: bind() use stronger condition for bind_conflictFlavio Leitner1-0/+4
2013-03-06net: cs89x0: use module_platform_driver_probe()Jingoo Han1-13/+1
2013-03-06net: macb: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-03-06net: at91_ether: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-03-06Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds10-19/+17
2013-03-06Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+16
2013-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds59-334/+2083
2013-03-06Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-14/+9
2013-03-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-1/+7
2013-03-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2-63/+84
2013-03-06Merge tag 'md-3.9' of git://neil.brown.name/mdLinus Torvalds9-102/+256
2013-03-05powerpc: Set DSCR bit in FSCR setupMichael Neuling1-1/+1
2013-03-05powerpc: Add DSCR FSCR register bit definitionMichael Neuling1-1/+2
2013-03-05powerpc: Fix setting FSCR for HV=0 and on secondary CPUsMichael Neuling1-1/+2
2013-03-05powerpc: Wireup the kcmp syscall to sys_niTony Breeds3-1/+3
2013-03-05powerpc: Remove unused BITOP_LE_SWIZZLE macroAkinobu Mita1-2/+0
2013-03-05powerpc: Avoid link stack corruption in MMU on syscall entry pathMichael Neuling1-2/+2
2013-03-05drivers/tty/hvc: Use strlcpy instead of strncpyChen Gang1-7/+2