summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-299-69/+69
|\
| * uapi: Use __kernel_long_t in struct mq_attrH.J. Lu2014-01-201-5/+5
| * uapi: Use __kernel_ulong_t in shmid64_ds/shminfo64/shm_infoH.J. Lu2014-01-202-17/+17
| * x86, uapi, x32: Use __kernel_ulong_t in x86 struct semid64_dsH.J. Lu2014-01-201-5/+5
| * uapi: Use __kernel_ulong_t in struct msqid64_dsH.J. Lu2014-01-201-5/+5
| * uapi: Use __kernel_long_t in struct msgbufH.J. Lu2014-01-201-2/+2
| * uapi, asm-generic: Use __kernel_ulong_t in uapi struct ipc64_permH.J. Lu2014-01-201-2/+2
| * uapi: Use __kernel_long_t/__kernel_ulong_t in <linux/resource.h>H.J. Lu2014-01-201-16/+16
| * uapi: Use __kernel_long_t in struct timexH.J. Lu2014-01-201-17/+17
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-01-2914-3/+519
|\ \
| * \ Merge branch 'cubox-i-init' into for-linusRussell King2014-01-288-0/+471
| |\ \
| | * | ARM: imx: initial SolidRun Cubox-i supportRussell King2014-01-274-0/+173
| | * | ARM: imx: initial SolidRun HummingBoard supportRussell King2014-01-275-0/+298
| | | |
| | \ \
| *-. \ \ Merge branches 'fixes' and 'misc' into for-linusRussell King2014-01-286-3/+48
| |\ \ \ \
| | | * | | ARM: 7930/1: Introduce atomic MMIO modifyEzequiel Garcia2014-01-282-0/+41
| | * | | | ARM: fix building with gcc 4.6.4Russell King2014-01-281-1/+1
| | * | | | ARM: 7941/2: Fix incorrect FDT initrd parameter overrideBen Peddell2014-01-281-1/+2
| | * | | | ARM: 7947/1: Make pgtbl macro more robustChristopher Covington2014-01-281-1/+2
| | * | | | ARM: 7946/1: asm: __und_usr_thumb need byteswap instructions in BE caseVictor Kamensky2014-01-281-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-01-2934-225/+303
|\ \ \ \ \ \
| * | | | | | qeth: fix build of s390 allmodconfigEugene Crosser2014-01-294-21/+51
| * | | | | | bonding: fix locking in bond_loadbalance_arp_mon()Ding Tianhong2014-01-282-12/+30
| * | | | | | tun: add device name(iff) field to proc fdinfo entryMasatake YAMATO2014-01-281-1/+26
| * | | | | | Merge branch 'DT'David S. Miller2014-01-281-2/+2
| |\ \ \ \ \ \
| | * | | | | | DT: net: davinci_emac: "ti, davinci-no-bd-ram" property is actually optionalSergei Shtylyov2014-01-281-1/+1
| | * | | | | | DT: net: davinci_emac: "ti, davinci-rmii-en" property is actually optionalSergei Shtylyov2014-01-281-1/+1
| |/ / / / / /
| * | | | | | bnx2x: Fix generic option settingsYaniv Rosner2014-01-281-40/+38
| * | | | | | net: Fix warning on make htmldocs caused by skbuff.cMasanari Iida2014-01-281-1/+1
| * | | | | | Merge tag 'rxrpc-20140126' of git://git.kernel.org/pub/scm/linux/kernel/git/d...David S. Miller2014-01-282-1/+8
| |\ \ \ \ \ \
| | * | | | | | af_rxrpc: Handle frames delivered from another VMTim Smith2014-01-261-1/+2
| | * | | | | | af_rxrpc: Avoid setting up double-free on checksum errorTim Smith2014-01-261-0/+4
| | * | | | | | RxRPC: do not unlock unheld spinlock in rxrpc_connect_exclusive()Alexey Khoroshilov2014-01-261-0/+2
| | | |_|_|/ / | | |/| | | |
| * | | | | | llc: remove noisy WARN from llc_mac_hdr_initDave Jones2014-01-281-1/+1
| * | | | | | Merge branch 'qlcnic'David S. Miller2014-01-283-20/+19
| |\ \ \ \ \ \
| | * | | | | | qlcnic: Fix loopback test failureShahed Shaikh2014-01-281-3/+8
| | * | | | | | qlcnic: Fix tx timeout.Rajesh Borundia2014-01-281-7/+2
| | * | | | | | qlcnic: Fix initialization of vlan list.Rajesh Borundia2014-01-281-6/+5
| | * | | | | | qlcnic: Correct off-by-one errors in bounds checksManish Chopra2014-01-281-4/+4
| |/ / / / / /
| * | | | | | net: Document promote_secondariesMartin Schwenke2014-01-271-0/+6
| * | | | | | net: gre: use icmp_hdr() to get inner ip headerDuan Jiong2014-01-271-1/+1
| * | | | | | i40e: Add missing braces to i40e_dcb_need_reconfig()Dave Jones2014-01-271-1/+2
| * | | | | | xen-netfront: fix resource leak in netfrontAnnie Li2014-01-271-62/+26
| * | | | | | net: 6lowpan: fixup for code movementStephen Rothwell2014-01-271-1/+1
| * | | | | | hyperv: Add support for physically discontinuous receive bufferHaiyang Zhang2014-01-273-12/+11
| * | | | | | sky2: initialize napi before registering deviceStanislaw Gruszka2014-01-271-2/+2
| * | | | | | net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger2014-01-272-2/+2
| * | | | | | Merge branch 'bonding'David S. Miller2014-01-271-28/+39
| |\ \ \ \ \ \
| | * | | | | | bonding: restructure locking of bond_ab_arp_probe()Veaceslav Falico2014-01-271-21/+36
| | * | | | | | bonding: RCUify bond_ab_arp_probeVeaceslav Falico2014-01-271-10/+6
| |/ / / / / /
| * | | | | | AF_PACKET: Add documentation for queue mapping fanout modeNeil Horman2014-01-271-0/+1
OpenPOWER on IntegriCloud