summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-01skbuff: size of hole is wrong in a commentNicolas Dichtel1-1/+1
2013-10-01Merge branch 'fixes-for-3.12' of git://gitorious.org/linux-can/linux-canDavid S. Miller1-12/+0
2013-10-01ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine1-3/+3
2013-10-01ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-10-01bonding: RCUify bond_set_rx_mode()Veaceslav Falico1-3/+4
2013-10-01ethernet: moxa: fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz1-1/+1
2013-10-01drivers: net: phy: marvell.c: removed checkpatch.pl warningsAvinash Kumar1-2/+2
2013-10-01net: skb_is_gso_v6() requires skb_is_gso()Eric Dumazet2-8/+11
2013-10-01net: add missing sk_max_pacing_rate docEric Dumazet1-0/+1
2013-10-01bgmac: add support for Byte Queue LimitsHauke Mehrtens1-0/+10
2013-10-01b44: add support for Byte Queue LimitsHauke Mehrtens1-0/+10
2013-10-01ipv6: gre: correct calculation of max_headroomHannes Frederic Sowa1-2/+2
2013-10-01net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman12-46/+56
2013-10-01ethernet: use likely() for common Ethernet encapstephen hemminger1-4/+5
2013-10-01ethernet: cleanup eth_type_transstephen hemminger1-14/+3
2013-10-01powerpc/83xx: gianfar_ptp: select 1588 clock source through dts fileAida Mynzhasova2-2/+20
2013-10-01Revert "powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file"David S. Miller2-18/+2
2013-10-01bonding: Fix broken promiscuity reference counting issueNeil Horman1-3/+10
2013-10-01tcp: TSQ can use a dynamic limitEric Dumazet1-6/+11
2013-10-01Merge tag 'nfs-for-3.12-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-23/+63
2013-10-01dm9601: fix IFF_ALLMULTI handlingPeter Korsgaard1-1/+1
2013-10-01Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller20-18/+146
2013-10-01ipv6: Not need to set fl6.flowi6_flags as zeroLi RongQing1-3/+0
2013-10-01xen-netback: improve ring effeciency for guest RXWei Liu1-83/+61
2013-10-01Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds26-102/+258
2013-10-01pidns: fix free_pid() to handle the first fork failureOleg Nesterov1-0/+5
2013-10-01ipc,msg: prevent race with rmid in msgsnd,msgrcvDavidlohr Bueso1-0/+13
2013-10-01ipc/sem.c: update sem_otime for all operationsManfred Spraul1-13/+29
2013-10-01mm/hwpoison: fix the lack of one reference count against poisoned pageWanpeng Li1-2/+3
2013-10-01mm/hwpoison: fix false report on 2nd attempt at page recoveryWanpeng Li1-2/+4
2013-10-01mm/hwpoison: fix test for a transparent huge pageWanpeng Li1-1/+1
2013-10-01mm/hwpoison: fix traversal of hugetlbfs pages to avoid printk floodWanpeng Li1-2/+3
2013-10-01block: change config option name for cmdline partition parsingPaul Gortmaker7-13/+24
2013-10-01mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configurationVlastimil Babka1-2/+6
2013-10-01mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini3-2/+29
2013-10-01arch/parisc/mm/fault.c: fix uninitialized variable usageFelipe Pena1-2/+3
2013-10-01include/asm-generic/vtime.h: avoid zero-length fileAndrew Morton1-0/+1
2013-10-01nilfs2: fix issue with race condition of competition between segments for dir...Vyacheslav Dubeyko2-2/+11
2013-10-01Documentation/kernel-parameters.txt: replace kernelcore with MovableWeiping Pan1-1/+1
2013-10-01mm/bounce.c: fix a regression where MS_SNAP_STABLE (stable pages snapshotting...Darrick J. Wong1-0/+2
2013-10-01kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa1-0/+4
2013-10-01ipc/sem.c: synchronize the proc interfaceManfred Spraul1-0/+8
2013-10-01ipc/sem.c: optimize sem_lock()Manfred Spraul1-0/+8
2013-10-01ipc/sem.c: fix race in sem_lock()Manfred Spraul1-44/+78
2013-10-01mm/compaction.c: periodically schedule when freeing pagesDavid Rientjes1-0/+7
2013-10-01fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from OopsingDan Aloni1-12/+18
2013-10-01revert "mm/memory-hotplug: fix lowmem count overflow when offline pages"Joonyoung Shim1-4/+0
2013-09-30pkt_sched: fq: qdisc dismantle fixesEric Dumazet1-20/+37
2013-09-30qdisc: basic classifier - remove unnecessary initializationstephen hemminger1-1/+1
2013-09-30qdisc: meta return ENOMEM on alloc failurestephen hemminger1-1/+3