aboutsummaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-24be2net: Fix race in posting rx buffers.Sathya Perla1-1/+1
2011-08-24rps: support IPIP encapsulationEric Dumazet1-0/+2
2011-08-22net: add APIs for manipulating skb page fragments.Ian Campbell1-2/+168
2011-08-22net: vlan: goto another_round instead of calling __netif_receive_skbJiri Pirko1-4/+3
2011-08-22net/wan/hdlc_ppp: use break in switchJesper Juhl1-7/+7
2011-08-22batman-adv: merge update_transtable() into tt related codeMarek Lindner3-74/+70
2011-08-22batman-adv: reuse tt_len() to calculate tt buffer lengthMarek Lindner1-2/+1
2011-08-22batman-adv: print client flags in the local/global transtables outputAntonio Quartulli1-10/+27
2011-08-22batman-adv: implement AP-isolation on the sender sideAntonio Quartulli5-12/+29
2011-08-22batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli6-0/+58
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli9-11/+55
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli12-37/+36
2011-08-22batman-adv: hash_add() has to discriminate on the return valueAntonio Quartulli3-9/+22
2011-08-20net: Preserve ooo_okay when copying skb headerChangli Gao1-0/+1
2011-08-20dm9000: define debug level as a module parameterVladimir Zapolskiy2-11/+8
2011-08-20tg3: Update version to 3.120Matt Carlson1-2/+2
2011-08-20tg3: Add external loopback support to selftestMatt Carlson2-10/+90
2011-08-20tg3: Restructure tg3_test_loopbackMatt Carlson1-40/+40
2011-08-20tg3: Pull phy int lpbk setup into separate funcMatt Carlson1-59/+90
2011-08-20tg3: Consilidate MAC loopback codeMatt Carlson1-40/+51
2011-08-20tg3: Remove dead codeMatt Carlson1-34/+1
2011-08-20qlge: Adding Maintainer.Jitendra Kalsaria1-0/+1
2011-08-19net: add the comment for skb->l4_rxhashChangli Gao1-0/+2
2011-08-19ixgbe: Cleanup FCOE and VLAN handling in xmit_frame_ringAlexander Duyck2-51/+73
2011-08-19ixgbe: replace reference to CONFIG_FCOE with IXGBE_FCOEAlexander Duyck2-2/+2
2011-08-19ixgbe: Refactor transmit map and cleanup routinesAlexander Duyck2-216/+247
2011-08-19ixgbe - DDP last user buffer - error to warnAmir Hanania1-4/+6
2011-08-19ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONSDaniel Baluta1-4/+5
2011-08-19e1000e: bump driver version numberBruce Allan1-1/+1
2011-08-19e1000e: convert driver to use extended descriptorsBruce Allan3-89/+120
2011-08-18net: rps: support PPPOE session messagesChangli Gao1-0/+8
2011-08-18net: rps: support 802.1QChangli Gao1-0/+8
2011-08-18be2net: Storing the 'vid' got by the grp5 event instead of storing the vlan_tagSomnath Kotur2-3/+2
2011-08-18bnx2x: downgrade Max BW error message to debugMichal Schmidt1-2/+2
2011-08-18net: fix IBM EMAC driver after rename.Tony Breeds33-129/+150
2011-08-18NET: Korina: Don't include <asm/segment.h>Ralf Baechle1-1/+0
2011-08-18MAINTAINERS: qlcnicAnirban Chakraborty1-1/+1
2011-08-18net: netdev-features.txt update to Documentation/networking/00-INDEXWillem de Bruijn1-1/+1
2011-08-18vlan: reset headers on accel emulation pathJiri Pirko1-0/+2
2011-08-18MAINTAINERS: change netxen_nic maintainersAmit Kumar Salecha1-1/+2
2011-08-17forcedeth: call vlan_mode only if hw supports vlansJiri Pirko1-1/+2
2011-08-17flexcan: Add flexcan device support for p1010rdb.holt@sgi.com1-0/+2
2011-08-17flexcan: Prefer device tree clock frequency if available.holt@sgi.com2-9/+27
2011-08-17flexcan: Add of_match to platform_device definition.holt@sgi.com1-1/+12
2011-08-17flexcan: Fix up fsl-flexcan device tree binding.holt@sgi.com3-64/+17
2011-08-17flexcan: Abstract off read/write for big/little endian.holt@sgi.com1-57/+83
2011-08-17flexcan: Remove #include <mach/clock.h>holt@sgi.com1-2/+0
2011-08-17net: remove ndo_set_multicast_list callbackJiri Pirko5-13/+7
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko251-271/+258
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko17-12/+51