aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-06af_packet: prevent information leakEric Dumazet2-0/+4
2011-06-06irda: iriap: Use seperate lockdep class for irias_objects->hb_spinlockDavid S. Miller1-0/+5
2011-06-06net: Rework netdev_drivername() to avoid warning.David S. Miller3-14/+7
2011-06-06net/ipv6: check for mistakenly passed in non-AF_INET6 sockaddrsMarcus Meissner1-0/+4
2011-06-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller14-130/+68
2011-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davemJohn W. Linville14-130/+68
2011-06-05Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6David S. Miller26-49/+61
2011-06-05net: fix smc91x.c device tree supportGrant Likely1-3/+3
2011-06-06netfilter: use unsigned variables for packet lengths in ip[6]_queue.Dave Jones2-2/+4
2011-06-06netfilter: nf_conntrack: fix ct refcount leak in l4proto->error()Pablo Neira Ayuso3-2/+5
2011-06-06netfilter: nf_nat: fix crash in nf_nat_csumJulian Anastasov1-1/+1
2011-06-06netfilter: ipset: Use the stored first cidr value instead of '1'Jozsef Kadlecsik3-8/+16
2011-06-06netfilter: ipset: Fix return code for destroy when sets are in useJozsef Kadlecsik1-1/+1
2011-06-06ipvs: restore support for iptables SNATJulian Anastasov1-8/+8
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet16-27/+26
2011-06-05bonding: reset queue mapping prior to transmission to physical device (v5)Neil Horman1-0/+11
2011-06-05qlcnic: Avoid double free of skb in tx pathSucheta Chakraborty1-0/+1
2011-06-05qlcnic: Fix bug in FW queue dumpAnirban Chakraborty1-0/+1
2011-06-05fix return values of l2tp_dfs_seq_open()Al Viro1-1/+1
2011-06-05get_net_ns_by_fd() oopses if proc_ns_fget() returns an errorAl Viro1-9/+7
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2-1/+2
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds60-219/+380
2011-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds9-28/+41
2011-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds1-1/+1
2011-06-04Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-2/+4
2011-06-04Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds9-97/+136
2011-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktestLinus Torvalds1-4/+4
2011-06-04Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds3-0/+141
2011-06-04Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds14-45/+39
2011-06-04Revert "ASoC: Update cx20442 for TTY API change"Linus Torvalds1-5/+3
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds20-128/+115
2011-06-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davemJohn W. Linville15-70/+155
2011-06-03libertas_sdio: handle spurious interruptsDaniel Drake1-5/+16
2011-06-03mac80211: call dev_alloc_name before copying name to sdataThadeu Lima de Souza Cascardo1-0/+4
2011-06-03iwlagn: fix channel switch lockingStanislaw Gruszka9-119/+28
2011-06-03ath5k: Disable fast channel switching by defaultNick Kossifidis2-2/+14
2011-06-03ssb: fix PCI(e) driver regression causing oops on PCI cardsRafał Miłecki1-4/+6
2011-06-03UBIFS: fix-up free space earlierBen Gardiner1-8/+8
2011-06-03UBIFS: intialize LPT earlierBen Gardiner1-13/+16
2011-06-03UBIFS: assert no fixup when writing a nodeBen Gardiner1-0/+2
2011-06-03UBIFS: fix clean znode counter corruption in error casesArtem Bityutskiy1-4/+5
2011-06-03UBIFS: fix memory leak on error pathArtem Bityutskiy1-0/+1
2011-06-03UBIFS: fix shrinker object count reportsArtem Bityutskiy1-1/+5
2011-06-03Blackfin: strncpy: fix handling of zero lengthsSteven Miao1-1/+1
2011-06-03tg3: Fix tg3_skb_error_unmap()Matt Carlson1-1/+1
2011-06-02net: tracepoint of net_dev_xmit sees freed skb and causes panicKoki Sanagi2-7/+12
2011-06-02asm-generic/unistd.h: support sendmmsg syscallChris Metcalf1-1/+3
2011-06-02ktest: Ignore unset values of the minconfig in config_bisectSteven Rostedt1-1/+1
2011-06-02ktest: Fix result of rebooting the kernelSteven Rostedt1-1/+1
2011-06-02ktest: Fix off-by-one in config bisect resultSteven Rostedt1-2/+2