summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-28perf/x86/intel: ignore CondChgd bit to avoid false NMI handlingHATAYAMA Daisuke1-0/+9
2014-07-28ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4
2014-07-28dns_resolver: Null-terminate the right stringBen Hutchings1-1/+1
2014-07-28dns_resolver: assure that dns_query() result is null-terminatedManuel Schölling1-1/+3
2014-07-28sunvnet: clean up objects created in vnet_new() on vnet_exit()Sowmini Varadhan1-1/+19
2014-07-28net: pppoe: use correct channel MTU when using Multilink PPPChristoph Schulz1-1/+1
2014-07-28net: sctp: fix information leaks in ulpevent layerDaniel Borkmann1-107/+15
2014-07-28tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy1-0/+1
2014-07-28be2net: set EQ DB clear-intr bit in be_open()Suresh Reddy1-1/+1
2014-07-28netlink: Fix handling of error from netlink_dump().Ben Pfaff1-2/+2
2014-07-28net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()Thomas Fitzsimmons1-1/+1
2014-07-28net: mvneta: fix operation in 10 Mbit/s modeThomas Petazzoni1-1/+1
2014-07-28appletalk: Fix socket referencing in skbAndrey Utkin1-3/+0
2014-07-28tcp: fix false undo corner casesYuchung Cheng2-6/+8
2014-07-28igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-07-28net: qmi_wwan: add two Sierra Wireless/Netgear devicesBjørn Mork1-0/+2
2014-07-28net: qmi_wwan: Add ID for Telewell TW-LTE 4G v2Bernd Wachter1-0/+1
2014-07-28ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt1-2/+0
2014-07-28tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch1-1/+2
2014-07-28bnx2x: fix possible panic under memory stressEric Dumazet1-1/+2
2014-07-28net: fix sparse warning in sk_dst_set()Eric Dumazet1-1/+1
2014-07-28ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet2-13/+14
2014-07-28ipv4: fix dst race in sk_dst_get()Eric Dumazet2-7/+13
2014-07-288021q: fix a potential memory leakLi RongQing1-1/+4
2014-07-28net: sctp: check proc_dointvec result in proc_sctp_do_authDaniel Borkmann1-2/+1
2014-07-28tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell1-1/+1
2014-07-28ip_tunnel: fix ip_tunnel_lookupDmitry Popov1-4/+8
2014-07-28shmem: fix splicing from a hole while it's punchedHugh Dickins1-9/+15
2014-07-28shmem: fix faulting into a hole, not taking i_mutexHugh Dickins1-26/+52
2014-07-28shmem: fix faulting into a hole while it's punchedHugh Dickins1-4/+52
2014-07-28iwlwifi: dvm: don't enable CTS to selfEmmanuel Grumbach1-12/+0
2014-07-28igb: do a reset on SR-IOV re-init if device is downStefan Assmann1-0/+2
2014-07-28hwmon: (adt7470) Fix writes to temperature limit registersGuenter Roeck1-3/+3
2014-07-28hwmon: (da9052) Don't use dash in the name attributeAxel Lin1-1/+1
2014-07-28hwmon: (da9055) Don't use dash in the name attributeAxel Lin1-1/+1
2014-07-28tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputszhangwei(Jovi)1-2/+10
2014-07-28tracing: Fix graph tracer with stack tracer on other archsSteven Rostedt (Red Hat)1-2/+2
2014-07-28fuse: handle large user and group IDMiklos Szeredi1-4/+16
2014-07-28Bluetooth: Ignore H5 non-link packets in non-active stateLoic Poulain1-0/+1
2014-07-28Drivers: hv: util: Fix a bug in the KVP codeK. Y. Srinivasan2-3/+13
2014-07-28media: gspca_pac7302: Add new usb-id for Genius i-Look 317Hans de Goede1-0/+1
2014-07-28usb: Check if port status is equal to RxDetectGavin Guo1-0/+19
2014-07-17Linux 3.10.49Greg Kroah-Hartman1-1/+1
2014-07-17ACPI / battery: Retry to get battery information if failed during probingLan Tianyu1-1/+26
2014-07-17x86, ioremap: Speed up check for RAM pagesRoland Dreier1-7/+19
2014-07-17Score: Modify the Makefile of Score, remove -mlong-calls for compilingLennox Wu1-2/+2
2014-07-17Score: The commit is for compiling successfully.Lennox Wu5-6/+8
2014-07-17Score: Implement the function csum_ipv6_magicLennox Wu1-42/+51
2014-07-17score: normalize global variables exported by vmlinux.ldsJiang Liu1-0/+1
2014-07-17rtmutex: Plug slow unlock raceThomas Gleixner1-6/+109