summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_cong.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-18serial: altera_jtaguart: Adpot uart_console_write()Tobias Klauser1-7/+5
2014-07-18serial: samsung: improve code clarity by defining a variableNaveen Krishna Chatradhi1-4/+5
2014-07-18serial: samsung: correct the case and default order in switchNaveen Krishna Chatradhi1-1/+1
2014-07-18serial: samsung: get fifosize via device treeNaveen Krishna Chatradhi2-3/+13
2014-07-18serial: 8250: introduce up_to_u8250p() helperAndy Shevchenko5-47/+32
2014-07-18tty: serial: fsl_lpuart: add 32-bit register interface supportJingchang Lu1-8/+637
2014-07-18dt-binding: fsl-lpuart: use exact SoC revision to document bindingJingchang Lu1-1/+5
2014-07-18serial: sh-sci: Add calculation recive margin for HSCIFNobuhiro Iwamatsu1-18/+59
2014-07-18serial: sh-sci: Fix range check of bit-rate for HSCIFNobuhiro Iwamatsu1-2/+1
2014-07-18serial: sh-sci: Updated calculation of bit error rate and bit rateNobuhiro Iwamatsu1-3/+5
2014-07-13Linux 3.16-rc5v3.16-rc5Linus Torvalds1-1/+1
2014-07-13clk: spear3xx: Set proper clock parent of uart1/2Thomas Gleixner1-4/+10
2014-07-13clk: spear3xx: Use proper control register offsetThomas Gleixner1-1/+1
2014-07-13parisc: drop unused defines and header includesHelge Deller1-36/+0
2014-07-13parisc: fix fanotify_mark() syscall on 32bit compat kernelHelge Deller2-1/+11
2014-07-13parisc: add serial ports of C8000/1GHz machine to hardware databaseHelge Deller1-1/+2
2014-07-13drivers: tty: Fix use-after-free in pty_common_installRasmus Villemoes1-1/+1
2014-07-12ext4: fix potential null pointer dereference in ext4_free_inodeNamjae Jeon1-1/+1
2014-07-12ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o1-2/+2
2014-07-12Documenation/laptops: rename and update hpfall.cPali Rohár2-16/+47
2014-07-12DocBook: fix various typosMasanari Iida9-13/+13
2014-07-12DocBook: fix mtdnand typosMasanari Iida1-15/+15
2014-07-12scripts/kernel-doc: handle object-like macrosHoria Geanta1-3/+12
2014-07-12Documentation/Changes: clean up mcelog paragraphPaul Bolle1-6/+3
2014-07-12ARM: at91: at91sam9x5: add clocks for usb deviceBo Shen1-0/+2
2014-07-12phy: omap-usb2: Balance pm_runtime_enable() on probe failure and removeRoger Quadros1-2/+5
2014-07-12phy: core: Fix error path in phy_create()Roger Quadros1-3/+4
2014-07-12drivers: phy: phy-samsung-usb2.c: Add missing MODULE_DEVICE_TABLESjoerd Simons1-0/+1
2014-07-12phy: omap-usb2: fix devm_ioremap_resource error detection codeHimangi Saraogi1-2/+2
2014-07-12phy: sun4i: depend on RESET_CONTROLLERMaxime Ripard1-0/+1
2014-07-12USB: serial: ftdi_sio: Add Infineon TriboardMichal Sojka2-0/+8
2014-07-12drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes3-37/+23
2014-07-12serial: pch_uart: Update error message for dmaengine_prep_slave_sg() APIGeert Uytterhoeven1-1/+1
2014-07-12serial/arc: Fix warning with CONSOLE_POLLVineet Gupta1-7/+13
2014-07-12serial: altera: Adopt uart_console_write()Daniel Thompson1-6/+2
2014-07-12serial: efm32: correct namespacing of location propertyUwe Kleine-König2-3/+9
2014-07-12serial: sh-sci: Add device tree support for r8a7{778,740,3a4} and sh73a0Simon Horman1-0/+7
2014-07-12serial: imx: Fix build breakagePeter Hurley1-1/+1
2014-07-11ext4: revert commit which was causing fs corruption after journal replaysTheodore Ts'o1-27/+24
2014-07-11m68k: Export mach_random_get_entropy to modulesGeert Uytterhoeven1-0/+2
2014-07-11powerpc/perf: Never program book3s PMCs with values >= 0x80000000Anton Blanchard1-1/+16
2014-07-11powerpc: Disable RELOCATABLE for COMPILE_TEST with PPC64Guenter Roeck1-1/+2
2014-07-11powerpc/perf: Clear MMCR2 when enabling PMUJoel Stanley1-0/+3
2014-07-11powerpc/perf: Add PPMU_ARCH_207S defineJoel Stanley3-6/+5
2014-07-11powerpc/kvm: Remove redundant save of SIER AND MMCR2Joel Stanley1-5/+0
2014-07-11powerpc/powernv: Check for IRQHAPPENED before sleepingPreeti U Murthy1-1/+1
2014-07-11powerpc: Clean up MMU_FTRS_A2 and MMU_FTR_TYPE_3EMichael Ellerman2-20/+2
2014-07-11powerpc/cell: Fix compilation with CONFIG_COREDUMP=nMichael Ellerman3-3/+8
2014-07-11serial: arc_uart: Use uart_circ_empty() for open-coded comparisonPeter Hurley1-1/+1
2014-07-11serial: Test for no tx data on tx restartPeter Hurley6-3/+18