summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-30gro: Reset dev pointer on reuseHerbert Xu1-0/+1
2011-01-28ipv6: Remove route peer binding assertions.David S. Miller1-4/+0
2011-01-28net: add kmemcheck annotation in __alloc_skb()Eric Dumazet1-0/+1
2011-01-28net: fix validate_link_af in rtnetlink coreKurt Van Dijck1-2/+1
2011-01-28dl2k: nulify fraginfo after unmapStanislaw Gruszka1-2/+2
2011-01-28xen: netfront: handle incoming GSO SKBs which are not CHECKSUM_PARTIALIan Campbell1-8/+88
2011-01-28econet: remove compiler warningsEric Dumazet1-2/+2
2011-01-27bnx2: Eliminate AER error messages on systems not supporting itMichael Chan2-8/+10
2011-01-27cnic: Fix big endian bugMichael Chan1-6/+6
2011-01-27xfrm6: Don't forget to propagate peer into ipsec route.David S. Miller1-0/+6
2011-01-27tg3: Use new VLAN codeMatt Carlson2-88/+10
2011-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller17-132/+105
2011-01-26bonding: update documentation - alternate configuration.Nicolas de Pesloüan1-12/+71
2011-01-26TCP: fix a bug that triggers large number of TCP RST by mistakeJerry Chu1-1/+1
2011-01-26MAINTAINERS: remove Reinette Chatre as iwlwifi maintainerReinette Chatre1-1/+0
2011-01-26rt2x00: add device id for windy31 usb deviceGreg Kroah-Hartman1-0/+1
2011-01-26mac80211: fix a crash in ieee80211_beacon_get_tim on change_interfaceFelix Fietkau1-0/+3
2011-01-25ipv6: Revert 'administrative down' address handling changes.David S. Miller1-48/+33
2011-01-25textsearch: doc - fix spelling in lib/textsearch.c.Jesper Dangaard Brouer1-5/+5
2011-01-25USB NET KL5KUSB101: Fix mem leak in error path of kaweth_download_firmware()Jesper Juhl1-0/+1
2011-01-25pch_gbe: don't use flush_scheduled_work()Tejun Heo1-1/+1
2011-01-25bnx2: Always set ETH_FLAG_TXVLANMichael Chan1-0/+4
2011-01-25net: clear heap allocation for ethtool_get_regs()Eugene Teo1-1/+1
2011-01-25ipv6: Always clone offlink routes.David S. Miller1-8/+1
2011-01-25dcbnl: make get_app handling symmetric for IEEE and CEE DCBxJohn Fastabend1-2/+11
2011-01-25Merge branch 'can/at91_can-for-net-2.6' of git://git.pengutronix.de/git/mkl/l...David S. Miller2-26/+137
2011-01-25tcp: fix bug in listening_get_next()Eric Dumazet1-1/+0
2011-01-25inetpeer: Use correct AVL tree base pointer in inet_getpeer().David S. Miller1-1/+1
2011-01-25GRO: fix merging a paged skb after non-paged skbsMichal Schmidt1-2/+6
2011-01-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller4863-112016/+259692
2011-01-25net: arp_ioctl() must hold RTNLEric Dumazet2-7/+7
2011-01-24fix a shutdown regression in intel_idleShaohua Li1-6/+2
2011-01-24Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds15-51/+184
2011-01-24Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds28-121/+164
2011-01-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-44/+46
2011-01-24Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-25/+53
2011-01-24Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-44/+11
2011-01-24can: at91_can: make can_id of mailbox 0 configurableMarc Kleine-Budde2-7/+108
2011-01-24can: at91_can: don't use mailbox 0Marc Kleine-Budde1-12/+20
2011-01-24can: at91_can: clean up usage of AT91_MB_RX_FIRST and AT91_MB_RX_NUMMarc Kleine-Budde1-8/+10
2011-01-24sched: Fix poor interactivity on UP systems due to group scheduler nice tune bugYong Zhang1-25/+53
2011-01-24Merge branch 'BUG_ON' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds4-9/+32
2011-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds6-15/+94
2011-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds10-14/+40
2011-01-24Remove MAYBE_BUILD_BUG_ONRusty Russell4-4/+6
2011-01-24BUILD_BUG_ON: make it handle more casesRusty Russell1-6/+27
2011-01-24module: fix missing semicolons in MODULE macro usageRusty Russell2-2/+2
2011-01-24param: add null statement to compiled-in module paramsLinus Walleij1-2/+4
2011-01-24module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=nRusty Russell1-1/+1
2011-01-24module: show version information for built-in modules in sysfsDmitry Torokhov3-11/+88