summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-12af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net1-1/+0
2012-08-12macvtap: rcu_dereference outside read-lock sectionDenis Efremov1-1/+2
2012-08-10codel: refine one condition to avoid a nul rec_inv_sqrtEric Dumazet1-2/+6
2012-08-10ixgbe: add missing bracesEmil Tantilov1-1/+2
2012-08-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-8/+16
2012-08-10ipv4: fix ip_send_skb()Eric Dumazet3-5/+4
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-8/+16
2012-08-09net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet3-1/+4
2012-08-09ipv4: tcp: unicast_sock should not land outside of TCP stackEric Dumazet1-0/+1
2012-08-09bnx2x: Fix recovery flow cleanup during probeYuval Mintz1-17/+0
2012-08-09bnx2x: fix unload previous driver flow when flr-capableYuval Mintz1-27/+28
2012-08-09tun: don't zeroize sock->file on detachStanislav Kinsbursky1-1/+0
2012-08-09igb: Fix register defines for all non-82575 hardwareAlexander Duyck1-2/+6
2012-08-09e1000e: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov1-10/+26
2012-08-09igb: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov1-10/+9
2012-08-09tcp: must free metrics at net dismantleEric Dumazet1-0/+12
2012-08-08net/stmmac: mark probe function as __devinitArnd Bergmann1-1/+1
2012-08-08lpc_eth: remove obsolete ifdefsstigge@antcom.de1-13/+0
2012-08-08net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2012-08-08cdc-phonet: Don't leak in usbpn_openJesper Juhl1-0/+1
2012-08-08batman-adv: Fix mem leak in the batadv_tt_local_event() functionJesper Juhl1-0/+1
2012-08-08sched: add missing group change to qfq_change_classPaolo Valente1-26/+69
2012-08-08net: force dst_default_metrics to const sectionEric Dumazet2-2/+10
2012-08-08net: fib: fix incorrect call_rcu_bh()Eric Dumazet1-1/+1
2012-08-08pptp: lookup route with the proper net namespaceGao feng1-2/+2
2012-08-08Merge branch 'fixes-for-3.6' of git://gitorious.org/linux-can/linux-canDavid S. Miller1-12/+13
2012-08-08af_packet: Quiet sparse noise about using plain integer as NULL pointerYing Xue1-1/+1
2012-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ppwask...David S. Miller2-5/+8
2012-08-08drivers: net: irda: bfin_sir: fix compile errorSonic Zhang1-4/+4
2012-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds67-228/+364
2012-08-08Merge tag 'pinctrl-fixes-for-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-13/+8
2012-08-08Merge tag 'iommu-fixes-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-19/+63
2012-08-08Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds6-16/+21
2012-08-08ALSA: hda - Fix double quirk for Quanta FL1 / Lenovo IdeapadDavid Henningsson1-2/+3
2012-08-07ALSA: hda - Fix ugly debug prints with CONFIG_SND_VERBOSE_PRINTK=yTakashi Iwai1-3/+2
2012-08-07drivers/pinctrl/pinctrl-nomadik.c: drop devm_kfree of devm_kzalloc'd dataJulia Lawall1-1/+0
2012-08-07MAINTAINERS: fix a few pinctrl related entriesUwe Kleine-König1-2/+3
2012-08-07pinctrl-sirf: remove devm_kfree at error pathDevendra Naga1-1/+0
2012-08-07ALSA: hda - remove redundant auto quirks for conexant 506xDavid Henningsson1-5/+0
2012-08-07ALSA: hda - remove quirk for Dell Vostro 1015David Henningsson1-1/+0
2012-08-07pinctrl/nomadik: fix hsi function group listPatrice Chotard1-1/+1
2012-08-07canfd: remove redundant CAN FD flagOliver Hartkopp1-12/+13
2012-08-07igb: add delay to allow igb loopback test to succeed on 8086:10c9Stefan Assmann1-0/+3
2012-08-07e1000e: 82571 Tx Data Corruption during Tx hang recoveryTushar Dave1-2/+4
2012-08-07e1000e: NIC goes up and immediately goes downTushar Dave1-3/+1
2012-08-07ALSA: hda - add dock support for Thinkpad X230Felix Kaechele1-0/+1
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet7-16/+41
2012-08-06net: Use PTR_RET rather than if(IS_ERR(.. [1]Thomas Meyer2-6/+2
2012-08-06net_sched: act: Delete estimator in error path.Hiroaki SHIMODA3-3/+14
2012-08-06ip: fix error handling in ip_finish_output2()Vasiliy Kulikov1-1/+1