summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-15net: sctp: bug-fixing: retran_path not set properly after transports recoveri...Chang Xiangzhong1-2/+4
2013-11-15net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet1-1/+4
2013-11-15bonding: fix two race conditions in bond_store_updelay/downdelayNikolay Aleksandrov1-0/+6
2013-11-15tcp: tsq: restore minimal amount of queueingEric Dumazet3-10/+5
2013-11-15Merge branch 'hwtstamp'David S. Miller6-54/+30
2013-11-15ixp4xx_eth: Validate hwtstamp_config completely before applying itBen Hutchings1-9/+3
2013-11-15ti_cpsw: Validate hwtstamp_config completely before applying itBen Hutchings1-10/+8
2013-11-15stmmac: Validate hwtstamp_config completely before applying itBen Hutchings1-9/+3
2013-11-15pch_gbe: Validate hwtstamp_config completely before applying itBen Hutchings1-9/+3
2013-11-15e1000e: Validate hwtstamp_config completely before applying itBen Hutchings1-8/+6
2013-11-15tg3: Validate hwtstamp_config completely before applying itBen Hutchings1-9/+7
2013-11-15bridge: Fix memory leak when deleting bridge with vlan filtering enabledToshiaki Makita1-0/+1
2013-11-15bridge: Call vlan_vid_del for all vids at nbp_vlan_flushToshiaki Makita1-0/+4
2013-11-15bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c...Toshiaki Makita1-14/+6
2013-11-15random32: use msecs_to_jiffies for reseed timerDaniel Borkmann1-2/+6
2013-11-15random32: add __init prefix to prandom_start_seed_timerDaniel Borkmann1-2/+2
2013-11-15macvtap: limit head length of skb allocatedJason Wang1-1/+7
2013-11-15tuntap: limit head length of skb allocatedJason Wang1-1/+9
2013-11-14net: mv643xx_eth: potential NULL dereference in probe()Dan Carpenter1-1/+2
2013-11-14net: cdc_ncm: cleanup a type issue in cdc_ncm_setup()Dan Carpenter1-1/+1
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov2-7/+3
2013-11-14usbnet: fix status interrupt urb handlingFelix Fietkau1-3/+0
2013-11-14bonding: don't permit to use ARP monitoring in 802.3ad modeVeaceslav Falico1-2/+3
2013-11-14MAINTAINERS: cxgb3: Update cxgb3 maintainer entryDivy Le Ray1-1/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1331-32347/+78900
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds287-2378/+5004
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds159-2491/+2099
2013-11-13Merge tag 'dlm-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds1-3/+1
2013-11-13Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds3-13/+43
2013-11-13Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds3-7/+10
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-27/+342
2013-11-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds6-13/+48
2013-11-13Merge tag 'for-f2fs-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds19-412/+651
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds4-321/+41
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds12-35/+171
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds3-42/+3
2013-11-13ipc, msg: fix message length check for negative valuesMathias Krause3-15/+15
2013-11-13ipc/util.c: remove unnecessary work pending testXie XiuQi1-3/+1
2013-11-13devpts: plug the memory leak in kill_sbIlija Hadzic1-0/+1
2013-11-13./Makefile: export initial ramdisk compression config optionP J P2-0/+21
2013-11-13init/Kconfig: add option to disable kernel compressionChristian Ruppert1-1/+7
2013-11-13drivers: w1: make w1_slave::flags long to avoid memory corruptionMichal Nazarewicz2-6/+6
2013-11-13drivers/w1/masters/ds1wm.cuse dev_get_platdata()Jingoo Han1-6/+6
2013-11-13drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page()Roger Tseng1-1/+1
2013-11-13drivers/memstick/core/mspro_block.c: fix attributes array allocationMichal Nazarewicz1-2/+2
2013-11-13drivers/pps/clients/pps-gpio.c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-13kernel/panic.c: reduce 1 byte usage for print tainted bufferChen Gang1-1/+1
2013-11-13gcov: reuse kbasename helperAndy Shevchenko1-4/+3
2013-11-13kernel/gcov/fs.c: use pr_warn()Andrew Morton1-17/+17
2013-11-13kernel/module.c: use pr_foo()Andrew Morton1-59/+44