summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | tcp: fix tcp_grow_window() for large incoming framesEric Dumazet2012-04-181-0/+1
| * | | | | | drivers/net/wan/farsync.c: add missing iounmapJulia Lawall2012-04-181-0/+1
| * | | | | | davinci_mdio: Fix MDIO timeout checkChristian Riesch2012-04-181-0/+5
| * | | | | | ipv6: clean up rt6_clean_expiresJiri Bohac2012-04-181-1/+1
| * | | | | | ipv6: fix rt6_update_expiresJiri Bohac2012-04-181-2/+8
| * | | | | | arcnet: rimi: Fix device name in debug outputJiri Kosina2012-04-181-4/+4
| * | | | | | dummy: Add ndo_uninit().Hiroaki SHIMODA2012-04-171-3/+3
| |/ / / / /
| * | | | | net: usb: smsc75xx: fix mtuStephane Fillod2012-04-171-0/+1
| * | | | | net_sched: red: Make minor corrections to commentsDavid Ward2012-04-171-3/+3
| * | | | | net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward2012-04-171-5/+2Star
| * | | | | can: usb: PCAN-USB Pro: fix mem leaks in pcan_usb_pro_init() on error pathsJesper Juhl2012-04-161-0/+2
| * | | | | net/ethernet: ks8851_mll fix rx frame buffer overflowDavide Ciminaghi2012-04-141-1/+1
| * | | | | ixgbe: fix WoL issue with fiberDon Skidmore2012-04-141-0/+10
| * | | | | e1000e: issues in Sx on 82577/8/9Bruce Allan2012-04-141-5/+10
| * | | | | net: smsc911x: fix skb handling in receive pathWill Deacon2012-04-131-9/+5Star
| * | | | | ks8851: Fix missing mutex_lock/unlockMatt Renzelmann2012-04-131-4/+4
| * | | | | drivers/net/ethernet/xilinx/axi ethernet: Correct CopyrightMichal Simek2012-04-134-11/+9Star
| * | | | | 8139cp: set intr mask after its handler is registeredJason Wang2012-04-131-2/+8
| * | | | | atl1: fix kernel panic in case of DMA errorsTony Zelenoff2012-04-133-10/+7Star
| * | | | | skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin2012-04-134-8/+8
| * | | | | ppp: Fix race condition with queue start/stopDavid Woodhouse2012-04-131-9/+6Star
| * | | | | ipv6: fix problem with expired dst cacheGao feng2012-04-136-41/+99
| * | | | | caif_hsi: use dev_dbg not dev_err for reportingKim Lilliestierna XX2012-04-131-2/+2
| * | | | | caif-hsi: Free flip_buffer at shutdownsjur.brandeland@stericsson.com2012-04-131-2/+3
| * | | | | caif: Fix memory leakage in the chnl_net.c.Tomasz Gregorek2012-04-131-3/+6
| * | | | | l2tp: don't overwrite source address in l2tp_ip_bind()James Chapman2012-04-131-1/+2
| * | | | | l2tp: fix refcount leak in l2tp_ip socketsJames Chapman2012-04-131-1/+1
| * | | | | net: Fix misplaced parenthesis in virtio_net.cTorsten Kaiser2012-04-131-3/+2Star
| * | | | | net/key/af_key.c: add missing kfree_skbJulia Lawall2012-04-131-1/+1
| * | | | | phonet: Sort out initiailziation and cleanup code.Eric W. Biederman2012-04-131-19/+2Star
| * | | | | net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman2012-04-131-0/+20
* | | | | | Linux 3.4-rc4Linus Torvalds2012-04-211-1/+1
* | | | | | sparc32,leon: add notify_cpu_starting()Yong Zhang2012-04-211-0/+3
* | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-2128-161/+80Star
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson2012-04-1911-19/+23
| |\ \ \ \ \ \
| | * | | | | | dmaengine: Kconfig: fix Atmel at_hdmac entryNicolas Ferre2012-04-171-3/+2Star
| | * | | | | | USB: gadget/at91_udc: add gpio_to_irq() function to vbus interruptNicolas Ferre2012-04-171-4/+4
| | * | | | | | USB: ohci-at91: change annotations for probe/remove functionsNicolas Ferre2012-04-171-6/+6
| | * | | | | | leds-atmel-pwm.c: Make pwmled_probe() __devinitNicolas Ferre2012-04-171-1/+1
| | * | | | | | ARM: at91: fix at91sam9261ek Ethernet dm9000 irqJean-Christophe PLAGNIOL-VILLARD2012-04-161-2/+3
| | * | | | | | ARM: at91: fix rm9200ek flash sizeJean-Christophe PLAGNIOL-VILLARD2012-04-161-1/+1
| | * | | | | | ARM: at91: remove empty at91_init_serial functionJoachim Eastwood2012-04-161-1/+0Star
| | * | | | | | ARM: at91: fix typo in at91_pmc_base assembly declarationNicolas Ferre2012-04-161-1/+1
| | * | | | | | ARM: at91: Export at91_matrix_baseJoachim Eastwood2012-04-161-0/+1
| | * | | | | | ARM: at91: Export at91_pmc_baseJoachim Eastwood2012-04-161-0/+1
| | * | | | | | ARM: at91: Export at91_ramc_baseJoachim Eastwood2012-04-161-0/+1
| | * | | | | | ARM: at91: Export at91_st_baseJoachim Eastwood2012-04-161-0/+2
| * | | | | | | Merge branch 'fixes-for-arm-soc-20120416' of git://git.kernel.org/pub/scm/lin...Olof Johansson2012-04-193-6/+6
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: ux500: update defconfigLinus Walleij2012-04-161-5/+4Star
| | * | | | | | | ARM: ux500: Fix unmet direct dependencyLee Jones2012-04-161-0/+1