summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2013-03-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2013-03-10bcm63xx_enet: properly prepare/unprepare clocks before/after usageJonas Gorski
2013-03-10bcm63xx_enet: use managed memory allocationsJonas Gorski
2013-03-10bcm63xx_enet: use managed io memory allocationsJonas Gorski
2013-03-10tunnel: use iptunnel_xmit() againCong Wang
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2013-03-09qlcnic: Bump up the version to 5.1.36Shahed Shaikh
2013-03-09qlcnic: Fix ethtool statistics collectionShahed Shaikh
2013-03-09qlcnic: Fix ethtool statistics for 82xx adapterShahed Shaikh
2013-03-09qlcnic: Enable LED test support for 83xx adapterHimanshu Madhani
2013-03-09qlcnic: Fix endian issues in 83xx driverShahed Shaikh
2013-03-09team: make local function staticstephen hemminger
2013-03-09phy: vitesse make vsc824x_add_skew staticstephen hemminger
2013-03-09Supject: phy: make local function staticstephen hemminger
2013-03-09bna: fix declaration mismatchstephen hemminger
2013-03-09VXLAN: Use UDP Tunnel segmention.Pravin B Shelar
2013-03-08e1000e: cleanup - move defines to appropriate header fileBruce Allan
2013-03-08e1000e: cleanup format of struct e1000_opt_list structBruce Allan
2013-03-08e1000e: cleanup USLEEP_RANGE checkpatch checksBruce Allan
2013-03-08e1000e: cleanup unnecessary line breaksBruce Allan
2013-03-08e1000e: cleanup formatting of static structsBruce Allan
2013-03-08e1000e: cleanup unusually placed commentsBruce Allan
2013-03-08e1000e: cleanup (add/remove) blank lines where appropriateBruce Allan
2013-03-08e1000e: cleanup SPACING checkpatch checksBruce Allan
2013-03-08e1000e: cleanup PARENTHESIS_ALIGNMENT checkpatch checksBruce Allan
2013-03-08e1000e: cleanup LEADING_SPACE checkpatch warningsBruce Allan
2013-03-08e1000e: cleanup LONG_LINE checkpatch warningsBruce Allan
2013-03-08e1000e: cleanup SPACING checkpatch errors and warningsBruce Allan
2013-03-08e1000e: cleanup CODE_INDENT checkpatch errorsBruce Allan
2013-03-08ixgbevf: use PCI_DEVICE_TABLE macroStephen Hemminger
2013-03-08ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck
2013-03-07bgmac: register MII busRafał Miłecki
2013-03-07be2net: Update copyright yearVasundhara Volam
2013-03-07tg3: Download 57766 EEE service patch firmwareNithin Sujir
2013-03-07tg3: Enhance firmware download code to support fragmented firmwareNithin Sujir
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