summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-02-13rename dev_hw_addr_random and remove redundant secondDanny Kukawka1-6/+7
2012-02-13net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc2-1/+2
2012-02-13ipv6: helper function to get tclassJiri Benc1-0/+5
2012-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-4/+5
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-22/+114
2012-02-11skbuff: Move rxhash and vlan_tci to consolidate holes in sk_buffAlexander Duyck1-4/+5
2012-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-14/+73
2012-02-11netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman1-8/+40
2012-02-10Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+9
2012-02-10Merge tag 'usb-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller1-1/+8
2012-02-09Merge branch '3.3-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+4
2012-02-09af_iucv: allow retrieval of maximum message sizeUrsula Braun1-0/+1
2012-02-09af_iucv: change net_device handling for HS transportUrsula Braun1-0/+1
2012-02-09ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover2-0/+2
2012-02-09ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover2-0/+3
2012-02-08Merge tag 'fbdev-fixes-for-3.3-1' of git://github.com/schandinat/linux-2.6Linus Torvalds1-0/+5
2012-02-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+10
2012-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds1-0/+2
2012-02-07net/sched: sch_plug - Queue traffic until an explicit release commandShriram Rajagopalan1-0/+21
2012-02-07target: Change target_submit_cmd() to return voidAndy Grover1-1/+1
2012-02-07exec: fix use-after-free bug in setup_new_exec()Heiko Carstens1-1/+2
2012-02-07Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller9-27/+168
2012-02-07net: Make qdisc_skb_cb upper size bound explicit.David S. Miller1-1/+8
2012-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-27/+168
2012-02-06writeback: fix dereferencing NULL bdi->dev on trace_writeback_queueWu Fengguang1-1/+4
2012-02-05ipv4: reset flowi parameters on route connectJulian Anastasov2-0/+14
2012-02-05Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+13
2012-02-05Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-1/+1
2012-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-344/+35
2012-02-05PM / QoS: CPU C-state breakage with PM Qos changeVenkatesh Pallipadi1-1/+13
2012-02-05caif-hsi: Add RX flip buffersjur.brandeland@stericsson.com1-0/+1
2012-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+2
2012-02-04Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+1
2012-02-04Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3Linus Torvalds1-3/+1
2012-02-03Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds1-0/+2
2012-02-03mfd: Store twl6040-codec mclk configurationPeter Ujfalusi1-0/+2
2012-02-03can: dev: let can_get_echo_skb() return dlc of CAN frameMarc Kleine-Budde1-1/+1
2012-02-03include/linux/lp8727.h: Remove executable bitJosh Triplett1-0/+0
2012-02-03Fix race in process_vm_rw_coreChristopher Yeoh1-0/+6
2012-02-02net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundaryHaiyang Zhang1-1/+1
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds1-0/+1
2012-02-02Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds1-2/+0
2012-02-02usb: ch9.h: usb_endpoint_maxp() uses __le16_to_cpu()Kuninori Morimoto1-1/+1
2012-02-02ipv6: Remove never used function inet6_ac_check().David S. Miller1-1/+0
2012-02-01net: Disambiguate kernel messageArun Sharma1-4/+10
2012-02-01mtd: fix merge conflict resolution breakageArtem Bityutskiy1-1/+1
2012-02-01Input: gpio_keys - fix struct device declared inside parameter listHeiko Stübner1-0/+2
2012-02-01dma: sh_dma: not all SH DMAC implementations support MEMCPYGuennadi Liakhovetski1-0/+1
2012-02-01lib/mpi: replaced MPI_NULL with normal NULLDmitry Kasatkin1-2/+0