summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | ixp4xx_eth: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-9/+3
| | * | | | ti_cpsw: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-10/+8
| | * | | | stmmac: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-9/+3
| | * | | | pch_gbe: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-9/+3
| | * | | | e1000e: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-8/+6
| | * | | | tg3: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-9/+7
| |/ / / /
| * | | | bridge: Fix memory leak when deleting bridge with vlan filtering enabledToshiaki Makita2013-11-141-0/+1
| * | | | bridge: Call vlan_vid_del for all vids at nbp_vlan_flushToshiaki Makita2013-11-141-0/+4
| * | | | bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c...Toshiaki Makita2013-11-141-14/+6
| * | | | random32: use msecs_to_jiffies for reseed timerDaniel Borkmann2013-11-141-2/+6
| * | | | random32: add __init prefix to prandom_start_seed_timerDaniel Borkmann2013-11-141-2/+2
| * | | | macvtap: limit head length of skb allocatedJason Wang2013-11-141-1/+7
| * | | | tuntap: limit head length of skb allocatedJason Wang2013-11-141-1/+9
| |/ / /
| * | | net: mv643xx_eth: potential NULL dereference in probe()Dan Carpenter2013-11-141-1/+2
| * | | net: cdc_ncm: cleanup a type issue in cdc_ncm_setup()Dan Carpenter2013-11-141-1/+1
| * | | core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov2013-11-142-7/+3
| * | | usbnet: fix status interrupt urb handlingFelix Fietkau2013-11-141-3/+0
| * | | bonding: don't permit to use ARP monitoring in 802.3ad modeVeaceslav Falico2013-11-141-2/+3
| * | | MAINTAINERS: cxgb3: Update cxgb3 maintainer entryDivy Le Ray2013-11-141-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-11-192-3/+0
|\ \ \ \
| * | | | sparc64: merge fixStephen Rothwell2013-11-181-2/+0
| * | | | sparc64: fix build regessionKirill A. Shutemov2013-11-181-1/+0
* | | | | Merge tag 'please-pull-fixia64' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-191-1/+1
|\ \ \ \ \
| * | | | | kernel/bounds: avoid circular dependencies in generated headersKirill A. Shutemov2013-11-191-1/+1
|/ / / / /
* | | | | Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-1912-188/+838
|\ \ \ \ \
| * | | | | ARC: [plat-arcfpga] Add defconfig without initramfs locationMischa Jonker2013-11-151-0/+64
| * | | | | ARC: perf: ARC 700 PMU doesn't support sampling eventsMischa Jonker2013-11-151-0/+4
| * | | | | ARC: Add documentation on DT binding for ARC700 PMUMischa Jonker2013-11-121-0/+24
| * | | | | ARC: Add perf support for ARC700 coresMischa Jonker2013-11-124-1/+530
| * | | | | ARC: [TB10x] Updates for GPIO and pinctrlChristian Ruppert2013-11-116-187/+216
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-11-1924-469/+562
|\ \ \ \ \ \
| * | | | | | s390/pci: implement hotplug notificationsSebastian Ott2013-11-151-25/+54
| * | | | | | s390/scm_block: do not hide eadm subchannel dependencySebastian Ott2013-11-155-84/+10
| * | | | | | s390/sclp: Consolidate early sclp init calls to sclp_early_detect()Michael Holzheu2013-11-153-22/+11
| * | | | | | s390/sclp: Move early code from sclp_cmd.c to sclp_early.cMichael Holzheu2013-11-154-172/+178
| * | | | | | s390/sclp: Determine HSA size dynamically for zfcpdumpMichael Holzheu2013-11-1510-32/+142
| * | | | | | s390/sclp: Move declarations for sclp_sdias into separate header fileMichael Holzheu2013-11-152-56/+68
| * | | | | | s390/pci: implement pcibios_remove_busSebastian Ott2013-11-153-40/+39
| * | | | | | s390/pci: improve handling of bus resourcesSebastian Ott2013-11-152-65/+86
| * | | | | | s390/3270: fix missing device_destroy() callHendrik Brueckner2013-11-151-0/+1
| * | | | | | s390/boot: Install bzImage as default kernel imageHendrik Brueckner2013-11-151-2/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2013-11-1921-1041/+273
|\ \ \ \ \ \ \
| * | | | | | | um: Remove unused declarations from <as-layout.h>Geert Uytterhoeven2013-11-172-3/+1
| * | | | | | | um: remove used STDIO_CONSOLE Kconfig paramMichael Opdenacker2013-11-171-4/+0
| * | | | | | | um/vdso: add .gitignore for a couple of targetsRamkumar Ramachandra2013-11-171-0/+2
| * | | | | | | arch/um: make it work with defconfig and x86_64Ramkumar Ramachandra2013-11-176-904/+167
| * | | | | | | um: Make kstack_depth_to_print conform to arch/x86Richard Weinberger2013-11-171-4/+1
| * | | | | | | um: Get rid of thread_struct->saved_taskRichard Weinberger2013-11-173-18/+4
| * | | | | | | um: Make stack trace reliable against kernel mode faultsRichard Weinberger2013-11-175-12/+44
| * | | | | | | um: Rewrite show_stack()Richard Weinberger2013-11-176-106/+64
| | |/ / / / / | |/| | | | |
OpenPOWER on IntegriCloud