summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | sfc: Disable soft interrupt handling during efx_device_detach_sync()Ben Hutchings2013-03-061-2/+2
* | | | | | benet: Wait f/w POST until timeoutGavin Shan2013-03-061-17/+10
* | | | | | net/ipv4: Timestamp option cannot overflow with prespecified addressesDavid Ward2013-03-061-1/+1
* | | | | | net: reduce net_rx_action() latency to 2 HZEric Dumazet2013-03-061-1/+1
* | | | | | net: fix new kernel-doc warnings in net coreRandy Dunlap2013-03-061-1/+1
* | | | | | reset nf before xmit vxlan encapsulated packetZang MingJie2013-03-061-0/+2
* | | | | | pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligiblePaolo Valente2013-03-061-2/+0
* | | | | | pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in s...Paolo Valente2013-03-061-1/+2
* | | | | | pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeuePaolo Valente2013-03-061-1/+9
* | | | | | pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler i...Paolo Valente2013-03-061-14/+22
* | | | | | pkt_sched: sch_qfq: fix the update of eligible-group setsPaolo Valente2013-03-061-1/+1
* | | | | | pkt_sched: sch_qfq: properly cap timestamps in charge_actual_servicePaolo Valente2013-03-061-2/+11
* | | | | | net/irda: Raise dtr in non-blocking openPeter Hurley2013-03-061-2/+9
* | | | | | net/irda: Use barrier to set task statePeter Hurley2013-03-061-1/+1
* | | | | | net/irda: Hold port lock while bumping blocked_openPeter Hurley2013-03-061-2/+2
* | | | | | net/irda: Fix port open countsPeter Hurley2013-03-061-9/+5
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-03-057-79/+98
|\ \ \ \ \ \
| * | | | | | igb: Fix for lockdep issue in igb_get_i2c_clientCarolyn Wyborny2013-03-053-68/+17
| * | | | | | igb: Fix link setup for I210 devicesCarolyn Wyborny2013-03-051-3/+8
| * | | | | | igb: Drop BUILD_BUG_ON check from igb_build_rx_bufferAlexander Duyck2013-03-051-7/+0
| * | | | | | e1000e: workaround DMA unit hang on I218Bruce Allan2013-03-053-1/+73
* | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-03-0510-19/+17
|\ \ \ \ \ \ \
| * | | | | | | powerpc: Set DSCR bit in FSCR setupMichael Neuling2013-03-051-1/+1
| * | | | | | | powerpc: Add DSCR FSCR register bit definitionMichael Neuling2013-03-051-1/+2
| * | | | | | | powerpc: Fix setting FSCR for HV=0 and on secondary CPUsMichael Neuling2013-03-051-1/+2
| * | | | | | | powerpc: Wireup the kcmp syscall to sys_niTony Breeds2013-03-053-1/+3
| * | | | | | | powerpc: Remove unused BITOP_LE_SWIZZLE macroAkinobu Mita2013-03-051-2/+0
| * | | | | | | powerpc: Avoid link stack corruption in MMU on syscall entry pathMichael Neuling2013-03-051-2/+2
| * | | | | | | drivers/tty/hvc: Use strlcpy instead of strncpyChen Gang2013-03-051-7/+2
| * | | | | | | powerpc/pseries/hvcserver: Fix strncpy buffer limit in location codeChen Gang2013-03-051-2/+3
| * | | | | | | powerpc: Fix compile of sha1-powerpc-asm.S on 32-bitTony Breeds2013-03-051-2/+2
* | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-051-3/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | hw_random: make buffer usable in scatterlist.Rusty Russell2013-03-051-3/+16
| |/ / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-0559-334/+2083
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell2013-03-041-3/+3
| * | | | | | | CAIF: fix sparse warning for caif_usbSilviu-Mihai Popescu2013-03-041-2/+2
| * | | | | | | rds: simplify a warning messageCong Wang2013-03-041-4/+1
| * | | | | | | net: fec: fix build error in no MXC platformFrank Li2013-03-041-8/+7
| * | | | | | | net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti2013-03-041-1/+2
| * | | | | | | net: fec: put tx to napi poll function to fix dead lockFrank Li2013-03-042-47/+41
| * | | | | | | sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZECong Wang2013-03-041-5/+3
| * | | | | | | rds: limit the size allocated by rds_message_alloc()Cong Wang2013-03-041-0/+3
| * | | | | | | MAINTAINERS: remove eexpressCesar Eduardo Barros2013-03-031-6/+0
| * | | | | | | MAINTAINERS: remove drivers/net/wan/cycx*Cesar Eduardo Barros2013-03-031-6/+0
| * | | | | | | MAINTAINERS: remove 3c505Cesar Eduardo Barros2013-03-031-6/+0
| * | | | | | | caif_dev: fix sparse warnings for caif_flow_cbSilviu-Mihai Popescu2013-03-031-1/+1
| * | | | | | | ax88179_178a: ASIX AX88179_178A USB 3.0/2.0 to gigabit ethernet adapter driverFreddy Xin2013-03-033-0/+1467
| * | | | | | | sctp: use the passed in gfp flags instead GFP_KERNELDan Carpenter2013-03-011-1/+1
| * | | | | | | ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman2013-03-012-4/+8
| * | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-03-0119-174/+258
| |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud