aboutsummaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches60-233/+77
2012-01-31tcp: md5: use sock_kmalloc() to limit md5 keysEric Dumazet1-2/+4
2012-01-31tcp: md5: rcu conversionEric Dumazet5-335/+141
2012-01-31tcp: md5: remove obsolete md5_add() methodEric Dumazet3-21/+0
2012-01-31r8169: spinlock redux.Francois Romieu1-8/+0
2012-01-31r8169: avoid a useless work scheduling.Francois Romieu1-1/+3
2012-01-31r8169: move task enable boolean to bitfield.Francois Romieu1-6/+7
2012-01-31r8169: bh locking redux and task scheduling.Francois Romieu1-16/+4
2012-01-31r8169: fix early queue wake-up.Francois Romieu1-0/+18
2012-01-30net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko5-80/+53
2012-01-30ipv6: fix RFC5722 commentEric Dumazet1-4/+3
2012-01-30net: Allow ipv6 proxies and arp proxies be shown with iproute2Tony Zelenoff1-3/+87
2012-01-30drivers/net: strip unused module code from sun3_82586.cPaul Gortmaker1-25/+0
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker54-58/+59
2012-01-30sfc: Use a more sensible cast in efx_rx_buf_offset()Ben Hutchings1-1/+1
2012-01-30sfc: MTD: Leave the DEBUG macro aloneBen Hutchings1-1/+0
2012-01-27ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().David S. Miller1-5/+3
2012-01-27ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller3-4/+11
2012-01-27ipv6: fib: Convert fib6_age() to dst_neigh_lookup().David S. Miller1-5/+14
2012-01-27ipv6: ndisc: Convert to dst_neigh_lookup()David S. Miller1-6/+12
2012-01-27ipv4: ip_gre: Convert to dst_neigh_lookup()David S. Miller1-3/+10
2012-01-27r8169: remove work from irq handler.Francois Romieu1-218/+231
2012-01-27r8169: missing barriers.Francois Romieu1-3/+2
2012-01-27r8169: irq mask helpers.Francois Romieu1-7/+30
2012-01-27r8169: factor out IntrMask writes.Francois Romieu1-7/+9
2012-01-27r8169: stop delaying workqueue.Francois Romieu1-13/+24
2012-01-27r8169: remove rtl8169_reinit_task.Francois Romieu1-31/+3
2012-01-27r8169: remove hardcoded PCIe registers accesses.Francois Romieu1-4/+2
2012-01-26e1000e: update copyright yearBruce Allan14-15/+15
2012-01-26e1000e: split lib.c into three more-appropriate filesBruce Allan4-995/+1051
2012-01-26e1000e: call er16flash() instead of __er16flash()Bruce Allan1-1/+1
2012-01-26e1000e: increase version numberBruce Allan1-1/+1
2012-01-26e1000e: convert final strncpy() to strlcpy()Bruce Allan1-3/+3
2012-01-26e1000e: concatenate long debug strings which span multiple linesBruce Allan4-26/+15
2012-01-26e1000e: conditionally restart autoneg on 82577/8/9 when setting LPLU stateBruce Allan1-1/+3
2012-01-26e1000e: increase Rx PBA to prevent dropping received packets on 82566/82567Bruce Allan1-2/+2
2012-01-26e1000e: ICHx/PCHx LOMs should use LPLU setting in NVM when going to SxBruce Allan1-4/+5
2012-01-26e1000e: update workaround for 82579 intermittently disabled during S0->SxBruce Allan1-54/+49
2012-01-26e1000e: disable Early Receive DMA on ICH LOMsBruce Allan3-39/+25
2012-01-27sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldBen Hutchings5-61/+59
2012-01-27sfc: Move the end of the non-GRO RX path into its own functionBen Hutchings1-18/+23
2012-01-27sfc: Make all MAC statistics consistently 64 bits wideBen Hutchings2-118/+109
2012-01-27sfc: Rename implementation of ndo_set_rx_modeBen Hutchings1-3/+3
2012-01-27sfc: Remove redundant 'rc' variable, always set to 0Ben Hutchings1-2/+1
2012-01-27sfc: Minor formatting fixesBen Hutchings1-5/+4
2012-01-27sfc: Use existing local variables instead of repeated indirect lookupsBen Hutchings1-2/+2
2012-01-27sfc: Remove remnants of on-load self-testBen Hutchings4-36/+20
2012-01-27sfc: Remove obsolete function efx_dev_name()Ben Hutchings1-9/+0
2012-01-27sfc: Update the description of SFC_MTDBen Hutchings1-3/+3
2012-01-27sfc: Add hwmon driver for boards using SFC9000-family controllersBen Hutchings7-44/+471