summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2013-02-1960-626/+752
|\
| * xfrm: release neighbor upon dst destructionRomain KUNTZ2013-02-181-0/+2
| * MAINTAINERS: Jiri Pirko email changeJiri Pirko2013-02-181-1/+1
| * net: fix a compile error when SOCK_REFCNT_DEBUG is enabledYing Xue2013-02-181-1/+1
| * tipc: fix missing spinlock init in broadcast codeErik Hugne2013-02-151-0/+1
| * stmmac: fix the parsing of the eee_timer parameterGiuseppe CAVALLARO2013-02-151-1/+1
| * ARM: net: bpf_jit: fix emit_swap16() for non ARMv6+.Nicolas Schichan2013-02-141-4/+11
| * xen-netback: cancel the credit timer when taking the vif downDavid Vrabel2013-02-141-2/+1
| * xen-netback: correctly return errors from netbk_count_requests()David Vrabel2013-02-141-4/+4
| * Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-02-143-4/+9
| |\
| | * netfilter: nf_ct_reasm: fix per-netns sysctl initializationMichal Kubeček2013-02-131-3/+3
| | * netfilter: nf_ct_helper: don't discard helper if it is actually the sameFlorian Westphal2013-02-121-1/+3
| | * netfilter: ctnetlink: don't permit ct creation with random tupleFlorian Westphal2013-02-121-0/+3
| * | net: cdc_ncm: fix probing of devices with multiple control interface altsettingsBjørn Mork2013-02-141-3/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-1322-149/+191
| |\ \
| | * | net, sctp: remove CONFIG_EXPERIMENTALKees Cook2013-02-131-2/+2
| | * | net: sctp: sctp_v6_get_dst: fix boolean test in dst cacheDaniel Borkmann2013-02-131-2/+3
| | * | batman-adv: Fix NULL pointer dereference in DAT hash collision avoidancePau Koning2013-02-131-1/+1
| | * | net/macb: fix race with RX interrupt while doing NAPINicolas Ferre2013-02-131-0/+5
| | * | atl1c: add error checking for pci_map_single functionsHuang, Xiong2013-02-131-7/+64
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-137-100/+109
| |\ \ \
| | * | | x86/mm: Check if PUD is large when validating a kernel addressMel Gorman2013-02-132-0/+8
| | * | | x86/apic: Work around boot failure on HP ProLiant DL980 G7 Server systemsStoney Wang2013-02-111-10/+11
| | * | | x86, doc: Add a bootloader ID for OVMFH. Peter Anvin2013-02-081-0/+1
| | * | | x86: Do not leak kernel page mapping locationsKees Cook2013-02-071-3/+5
| | * | | Merge tag 'ras_for_3.8' into x86/urgentH. Peter Anvin2013-02-062-87/+84
| | |\ \ \
| | | * | | x86, MCE: Retract most UAPI exportsBorislav Petkov2013-01-092-87/+84
| * | | | | Merge branch 'autofs-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2013-02-131-17/+8
| |\ \ \ \ \
| | * | | | | unbreak automounter support on 64-bit kernel with 32-bit userspace (v2)Helge Deller2013-02-081-17/+8
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-02-131-0/+3
| |\ \ \ \ \ \
| | * | | | | | s390/timer: avoid overflow when programming clock comparatorHeiko Carstens2013-01-311-0/+3
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2013-02-131-1/+0
| |\ \ \ \ \ \ \
| | * | | | | | | m68knommu: fix trap on execing /bin/initGreg Ungerer2013-02-061-1/+0
| * | | | | | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2013-02-1317-394/+413
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tile: tag some code with #ifdef CONFIG_COMPATChris Metcalf2013-02-081-0/+4
| | * | | | | | | | tile: fix memcpy_*io functions for allnoconfigChris Metcalf2013-02-081-1/+5
| | * | | | | | | | tile: export a handful of symbols appropriatelyChris Metcalf2013-02-086-0/+10
| | * | | | | | | | drm: fix compile failure by including <linux/swiotlb.h>Chris Metcalf2013-02-042-0/+2
| | * | | | | | | | tile: avoid defining INT_MASK macro in <arch/interrupts.h>Chris Metcalf2013-02-044-391/+383
| | * | | | | | | | tile: provide "screen_info" when enabling VTChris Metcalf2013-02-041-0/+5
| | * | | | | | | | drivers/input/joystick/analog.c: enable precise timerChris Metcalf2013-02-041-1/+1
| | * | | | | | | | tile: include kernel/Kconfig.freezer in tile KconfigChris Metcalf2013-02-011-0/+2
| | * | | | | | | | tile: remove an unused variable in copy_thread()Chris Metcalf2013-02-011-1/+1
| | |/ / / / / / /
| * | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-134-5/+12
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge tag 'highbank-fixes-for-3.8' of git://sources.calxeda.com/kernel/linux ...Olof Johansson2013-02-104-5/+12
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | ARM: highbank: mask cluster id from cpu_logical_mapRob Herring2013-01-312-3/+4
| | | * | | | | | | | ARM: scu: mask cluster id from cpu_logical_mapRob Herring2013-01-311-1/+1
| | | * | | | | | | | ARM: scu: add empty scu_enable for !CONFIG_SMPRob Herring2013-01-311-1/+7
| * | | | | | | | | | mm: cma: fix accounting of CMA pages placed in high memoryMarek Szyprowski2013-02-121-0/+4
| * | | | | | | | | | kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exitedEric W. Biederman2013-02-121-1/+1