summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2013-03-07tg3: Cleanup firmware parsing codeNithin Sujir
2013-03-07tg3: Refactor the 2nd type of cpu pauseNithin Sujir
2013-03-07tg3: Refactor cpu pause/resume codeNithin Sujir
2013-03-07tg3: Add new FW_TSO flagMatt Carlson
2013-03-07qlcnic: Use generic fdb handler when driver options are not enabled.Vlad Yasevich
2013-03-07mlx4: Remove driver specific fdb handlers.Vlad Yasevich
2013-03-07ixgbe: Make use of the default fdb handlers.Vlad Yasevich
2013-03-07sfc: allocate more RX buffers per pageDaniel Pieczko
2013-03-07sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings
2013-03-07sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings
2013-03-07sfc: Update RX buffer address together with lengthBen Hutchings
2013-03-07sfc: Explicitly prefetch RX hash prefix, not just Ethernet headeBen Hutchings
2013-03-07sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()Ben Hutchings
2013-03-07sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings
2013-03-07sfc: Make RX queue descriptor counts unsigned for consistencyBen Hutchings
2013-03-07sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings
2013-03-07sfc: Document current usage of efx_rx_buffer::len and efx_nic::rx_buffer_lenBen Hutchings
2013-03-07sfc: Add AER and EEH support for SienaAlexandre Rames
2013-03-07sfc: Disable RSS when using SR-IOV and only 1 RX queue on the PFBen Hutchings
2013-03-07sfc: Fix replacement detection in efx_filter_insert_filter()Ben Hutchings
2013-03-07sfc: Merge efx_filter_search() into efx_filter_insert()Ben Hutchings
2013-03-07sfc: Don't use efx_filter_{build,hash,increment}() for default MAC filtersBen Hutchings
2013-03-07sfc: Remove redundant parameter to efx_filter_search()Ben Hutchings
2013-03-07sfc: More sensible semantics for efx_filter_insert_filter() replace flagBen Hutchings
2013-03-07sfc: Remove rx_alloc_method SKBAlexandre Rames
2013-03-07sfc: tidy up PTP synchronize function efx_ptp_process_times()Laurence Evans
2013-03-07sfc: PTP changes to support improved UUID filtering modeLaurence Evans
2013-03-07sfc: Allow efx_channel_type::receive_skb() to reject a packetBen Hutchings
2013-03-07Merge branch 'sfc-3.9' into masterBen Hutchings
2013-03-07e1000e: fix accessing to suspended deviceKonstantin Khlebnikov
2013-03-07e1000e: fix runtime power management transitionsKonstantin Khlebnikov
2013-03-07e1000e: fix pci-device enable-counter balanceKonstantin Khlebnikov
2013-03-06tun: add a missing nf_reset() in tun_net_xmit()Eric Dumazet
2013-03-06r6040: check MDIO register busy waiting resultFlorian Fainelli
2013-03-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-03-06be2net: use CSR-BAR SEMAPHORE reg for BE2/BE3Sathya Perla
2013-03-06team: introduce random modeJiri Pirko
2013-03-06team: introduce two default team_modeop functions and use them in modesJiri Pirko
2013-03-06Merge branch 'sfc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller
2013-03-06sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0Ben Hutchings
2013-03-06sfc: Disable soft interrupt handling during efx_device_detach_sync()Ben Hutchings
2013-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-06benet: Wait f/w POST until timeoutGavin Shan
2013-03-06reset nf before xmit vxlan encapsulated packetZang MingJie
2013-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2013-03-06bnx2x: use the default NAPI weightEric Dumazet
2013-03-06net: cs89x0: use module_platform_driver_probe()Jingoo Han
2013-03-06net: macb: use module_platform_driver_probe()Jingoo Han
2013-03-06net: at91_ether: use module_platform_driver_probe()Jingoo Han