aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-12bnx2x: Fix compiler warningsJoren Van Onder
2012-08-12af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net
2012-08-12macvtap: rcu_dereference outside read-lock sectionDenis Efremov
2012-08-10codel: refine one condition to avoid a nul rec_inv_sqrtEric Dumazet
2012-08-10ixgbe: add missing bracesEmil Tantilov
2012-08-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-08-10ipv4: fix ip_send_skb()Eric Dumazet
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-08-09net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet
2012-08-09ipv4: tcp: unicast_sock should not land outside of TCP stackEric Dumazet
2012-08-09bnx2x: Fix recovery flow cleanup during probeYuval Mintz
2012-08-09bnx2x: fix unload previous driver flow when flr-capableYuval Mintz
2012-08-09tun: don't zeroize sock->file on detachStanislav Kinsbursky
2012-08-09igb: Fix register defines for all non-82575 hardwareAlexander Duyck
2012-08-09e1000e: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov
2012-08-09igb: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov
2012-08-09tcp: must free metrics at net dismantleEric Dumazet
2012-08-08net/stmmac: mark probe function as __devinitArnd Bergmann
2012-08-08lpc_eth: remove obsolete ifdefsstigge@antcom.de
2012-08-08net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov
2012-08-08cdc-phonet: Don't leak in usbpn_openJesper Juhl
2012-08-08batman-adv: Fix mem leak in the batadv_tt_local_event() functionJesper Juhl
2012-08-08sched: add missing group change to qfq_change_classPaolo Valente
2012-08-08net: force dst_default_metrics to const sectionEric Dumazet
2012-08-08net: fib: fix incorrect call_rcu_bh()Eric Dumazet
2012-08-08pptp: lookup route with the proper net namespaceGao feng
2012-08-08Merge branch 'fixes-for-3.6' of git://gitorious.org/linux-can/linux-canDavid S. Miller
2012-08-08af_packet: Quiet sparse noise about using plain integer as NULL pointerYing Xue
2012-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ppwask...David S. Miller
2012-08-08drivers: net: irda: bfin_sir: fix compile errorSonic Zhang
2012-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-08-08Merge tag 'pinctrl-fixes-for-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-08-08Merge tag 'iommu-fixes-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-08-08Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2012-08-08ALSA: hda - Fix double quirk for Quanta FL1 / Lenovo IdeapadDavid Henningsson
2012-08-07ALSA: hda - Fix ugly debug prints with CONFIG_SND_VERBOSE_PRINTK=yTakashi Iwai
2012-08-07drivers/pinctrl/pinctrl-nomadik.c: drop devm_kfree of devm_kzalloc'd dataJulia Lawall
2012-08-07MAINTAINERS: fix a few pinctrl related entriesUwe Kleine-König
2012-08-07pinctrl-sirf: remove devm_kfree at error pathDevendra Naga
2012-08-07ALSA: hda - remove redundant auto quirks for conexant 506xDavid Henningsson
2012-08-07ALSA: hda - remove quirk for Dell Vostro 1015David Henningsson
2012-08-07pinctrl/nomadik: fix hsi function group listPatrice Chotard
2012-08-07canfd: remove redundant CAN FD flagOliver Hartkopp
2012-08-07igb: add delay to allow igb loopback test to succeed on 8086:10c9Stefan Assmann
2012-08-07e1000e: 82571 Tx Data Corruption during Tx hang recoveryTushar Dave
2012-08-07e1000e: NIC goes up and immediately goes downTushar Dave
2012-08-07ALSA: hda - add dock support for Thinkpad X230Felix Kaechele
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet
2012-08-06net: Use PTR_RET rather than if(IS_ERR(.. [1]Thomas Meyer
2012-08-06net_sched: act: Delete estimator in error path.Hiroaki SHIMODA