aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32 (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-11drivers/net/ethernet/cadence: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-11/+0
2013-07-11drivers/net/can/c_can: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-7/+0
2013-07-11net/usb: add relative mii functions for r815xhayeswang3-3/+239
2013-07-11net/tipc: use %*phC to dump small buffers in hex formAndy Shevchenko1-7/+1
2013-07-11qlcnic: Adding Maintainers.Jitendra Kalsaria1-0/+2
2013-07-11gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck1-1/+1
2013-07-11pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsPaolo Valente1-63/+55
2013-07-11pkt_sched: sch_qfq: improve efficiency of make_eligiblePaolo Valente1-1/+8
2013-07-11gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck3-9/+12
2013-07-11inet: fix spacing in assignmentCamelia Groza1-1/+1
2013-07-11ifb: fix oops when loading the ifb faileddingtianhong1-0/+4
2013-07-11dummy: fix oops when loading the dummy faileddingtianhong1-0/+4
2013-07-11drivers: net: phy: at803x: Add missing mdio device idHelmut Schaa1-0/+1
2013-07-11ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa1-23/+40
2013-07-11bnx2x: fix tunneling CSUM calculationDmitry Kravkov1-3/+3
2013-07-11alx: fix lockdep annotationMaarten Lankhorst1-3/+2
2013-07-11vxlan: Fix kernel crash on rmmod.Pravin B Shelar1-1/+1
2013-07-119p: fix off by one causing access violations and memory corruptionSasha Levin1-5/+5
2013-07-10sh_eth: SH_ETH should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2013-07-10ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa1-3/+6
2013-07-10macvtap: correctly linearize skb when zerocopy is usedJason Wang1-2/+6
2013-07-10tuntap: correctly linearize skb when zerocopy is usedJason Wang1-3/+6
2013-07-10ifb: fix rcu_sched self-detected stallsdingtianhong1-1/+3
2013-07-10r8169: add a new chip for RTL8411hayeswang1-0/+67
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir20-36/+37
2013-07-10net: rename ll methods to busy-pollEliezer Tamir11-21/+23
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir15-14/+14
2013-07-10xilinx systemace: Fix sparse warningsMichal Simek1-2/+2
2013-07-10microblaze: Move __NR_syscalls from uapiMichal Simek2-2/+3
2013-07-09parisc: Fix gcc miscompilation in pa_memcpy()Helge Deller1-29/+50
2013-07-09parisc: Ensure volatile space register %sr1 is not clobberedJohn David Anglin2-3/+4
2013-07-09parisc: optimize mtsp(0,sr) inline assemblyHelge Deller1-3/+6
2013-07-09parisc: switch to gzip-compressed vmlinuz kernelHelge Deller3-11/+18
2013-07-09parisc: document the shadow registersHelge Deller1-0/+8
2013-07-09parisc: more capabilities info in /proc/cpuinfoHelge Deller1-3/+16
2013-07-09parisc: fix LMMIO mismatch between PAT length and MASK registerHelge Deller1-0/+56
2013-07-09drivers/net: caif: fix wrong rtnl_is_locked() usageKonstantin Khlebnikov1-22/+39
2013-07-09drivers/net: enic: release rtnl_lock on error-pathKonstantin Khlebnikov1-0/+2
2013-07-09vhost-net: fix use-after-free in vhost_net_flushMichael S. Tsirkin1-2/+7
2013-07-09net: mv643xx_eth: do not use port number as platform device idJonas Gorski1-2/+11
2013-07-09net: sctp: confirm route during forward progressDaniel Borkmann2-0/+15
2013-07-09virtio_net: fix race in RX VQ processingMichael S. Tsirkin1-2/+3
2013-07-09virtio: support unlocked queue pollMichael S. Tsirkin2-12/+48
2013-07-09net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bitJongsung Kim1-1/+1
2013-07-09Documentation: Fix references to defunct linux-net@vger.kernel.orgGeert Uytterhoeven2-4/+5
2013-07-09net/fs: change busy poll time accountingEliezer Tamir2-48/+38
2013-07-09libceph: fix invalid unsigned->signed conversion for timespec encodingJosh Durgin1-5/+0
2013-07-09lib/scatterlist: error handling in __sg_alloc_table()Dan Carpenter1-2/+4
2013-07-09scsi_debug: fix do_device_access() with wrap around rangeAkinobu Mita1-11/+37
2013-07-09crypto: talitos: use sg_pcopy_to_buffer()Akinobu Mita1-59/+1