summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-08ixgbevf: use PCI_DEVICE_TABLE macroStephen Hemminger1-6/+3
2013-03-08ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2-33/+40
2013-03-08ipv6 flowlabel: add __rcu annotationsEric Dumazet2-7/+12
2013-03-08bridge: use ipv4_is_local_multicast() helperAmerigo Wang1-1/+1
2013-03-08bgmac: register MII busRafał Miłecki2-1/+80
2013-03-08be2net: Update copyright yearVasundhara Volam8-8/+8
2013-03-08CAIF: fix indentation for function argumentsSilviu-Mihai Popescu12-56/+55
2013-03-08tcp: uninline tcp_prequeue()Eric Dumazet2-44/+45
2013-03-08Merge branch 'tg3'David S. Miller2-108/+288
2013-03-08tg3: Download 57766 EEE service patch firmwareNithin Sujir2-16/+128
2013-03-08tg3: Enhance firmware download code to support fragmented firmwareNithin Sujir1-6/+42
2013-03-08tg3: Cleanup firmware parsing codeNithin Sujir2-36/+34
2013-03-08tg3: Refactor the 2nd type of cpu pauseNithin Sujir1-26/+27
2013-03-08tg3: Refactor cpu pause/resume codeNithin Sujir1-25/+58
2013-03-08tg3: Add new FW_TSO flagMatt Carlson2-8/+8
2013-03-08Merge branch 'fdb'David S. Miller5-138/+91
2013-03-08qlcnic: Use generic fdb handler when driver options are not enabled.Vlad Yasevich1-15/+6
2013-03-08mlx4: Remove driver specific fdb handlers.Vlad Yasevich1-76/+0
2013-03-08ixgbe: Make use of the default fdb handlers.Vlad Yasevich1-41/+1
2013-03-08net: generic fdb support for drivers without ndo_fdb_<op>Vlad Yasevich2-6/+84
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