aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Linux 2.6.32.63v2.6.32.63linux-2.6.32.yWilly Tarreau1-1/+1
2014-06-19net: fix regression introduced in 2.6.32.62 by sysctl fixesWilly Tarreau2-2/+4
2014-06-19auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski1-7/+18
2014-06-19futex: Make lookup_pi_state more robustThomas Gleixner1-28/+106
2014-06-19futex: Always cleanup owner tid in unlock_piThomas Gleixner1-23/+19
2014-06-19futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner1-3/+11
2014-06-19futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...Thomas Gleixner1-0/+25
2014-06-19futex: Prevent attaching to kernel threadsThomas Gleixner1-0/+5
2014-06-19futex: Add another early deadlock detection checkThomas Gleixner1-14/+35
2014-06-19ethtool: Report link-down while interface is downBen Hutchings2-3/+18
2014-05-19Linux 2.6.32.62v2.6.32.62Willy Tarreau1-1/+1
2014-05-19floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley1-1/+6
2014-05-19floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley1-1/+4
2014-05-19netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann1-3/+3
2014-05-19s390: fix kernel crash due to linkage stack instructionsMartin Schwidefsky1-2/+5
2014-05-19SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley1-0/+4
2014-05-19aacraid: missing capable() check in compat ioctlDan Carpenter1-0/+2
2014-05-19xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter2-2/+4
2014-05-19qeth: avoid buffer overflow in snmp ioctlUrsula Braun1-1/+5
2014-05-19KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig1-1/+2
2014-05-19KVM: Improve create VCPU parameter (CVE-2013-4587)Andy Honig1-0/+3
2014-05-19uml: check length in exitcode_proc_write()Dan Carpenter1-1/+3
2014-05-19crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman1-2/+2
2014-05-19dm snapshot: fix data corruptionMikulas Patocka1-6/+12
2014-05-19ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa3-2/+9
2014-05-19exec/ptrace: fix get_dumpable() incorrect testsKees Cook5-5/+12
2014-05-19n_tty: Fix n_tty_write crash when echoing in raw modePeter Hurley1-0/+2
2014-05-19tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-05-19tcp_cubic: limit delayed_ack ratio to prevent divide errorstephen hemminger1-2/+7
2014-05-19tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2014-05-19powernow-k6: reorder frequenciesMikulas Patocka1-7/+10
2014-05-19powernow-k6: correctly initialize default parametersMikulas Patocka1-4/+72
2014-05-19powernow-k6: disable cache when changing frequencyMikulas Patocka1-17/+39
2014-05-19powernow-k6: set transition latency value so ondemand governor can be usedKrzysztof Helt1-1/+1
2014-05-19gianfar: disable TX vlan based on kernel 2.6.xZhu Yanjun1-7/+1
2014-05-19x86, fpu, amd: Clear exceptions in AMD FXSAVE workaroundLinus Torvalds1-6/+7
2014-05-19libertas: potential oops in debugfsDan Carpenter1-1/+5
2014-05-19Fix a few incorrectly checked [io_]remap_pfn_range() callsLinus Torvalds3-51/+17
2014-05-19vm: add vm_iomap_memory() helper functionLinus Torvalds2-0/+49
2014-05-19inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa2-2/+2
2014-05-19ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa1-19/+12
2014-05-19aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara1-1/+2
2014-05-19sctp: unbalanced rcu lock in ip_queue_xmit()Nicolas Dichtel1-1/+1
2014-05-19isdnloop: Validate NUL-terminated strings from user.YOSHIFUJI Hideaki1-0/+6
2014-05-19rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin1-1/+2
2014-05-19isdnloop: several buffer overflowsDan Carpenter1-8/+9
2014-05-19netlink: don't compare the nul-termination in nla_strcmpPablo Neira1-2/+8
2014-05-19net: socket: error on a negative msg_namelenMatthew Leach1-0/+4
2014-05-19net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann2-6/+2
2014-05-19net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann1-0/+7
2014-05-19tg3: Don't check undefined error bits in RXBDMichael Chan2-3/+6
2014-05-19virtio-net: alloc big buffers also when guest can receive UFOJason Wang1-1/+2
2014-05-19net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann1-9/+32
2014-05-19bonding: 802.3ad: make aggregator_identifier bond-privateJiri Bohac2-4/+3
2014-05-19tg3: Fix deadlock in tg3_change_mtu()Nithin Sujir1-2/+2
2014-05-19net: fix 'ip rule' iif/oif device renameMaciej Zenczykowski1-0/+7
2014-05-19inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell1-1/+3
2014-05-19net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann1-2/+3
2014-05-19net: rose: restore old recvmsg behaviorFlorian Westphal1-12/+4
2014-05-19rds: prevent dereference of a NULL deviceSasha Levin1-1/+2
2014-05-19hamradio/yam: fix info leak in ioctlSalva Peiró1-0/+1
2014-05-19drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl()Wenliang Fan1-0/+2
2014-05-19net: unix: allow bind to fail on mutex lockSasha Levin1-2/+6
2014-05-19net: drop_monitor: fix the value of maxattrChangli Gao1-1/+0
2014-05-19{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du1-0/+7
2014-05-19ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2014-05-19inet: fix possible seqlock deadlocksEric Dumazet2-2/+2
2014-05-19bridge: flush br's address entry in fdb when remove the bridge devDing Tianhong1-0/+2
2014-05-19net: core: Always propagate flag changes to interfacesVlad Yasevich1-1/+1
2014-05-19atm: idt77252: fix dev refcnt leakYing Xue1-0/+1
2014-05-19ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa1-0/+1
2014-05-19net: clamp ->msg_namelen instead of returning an errorDan Carpenter2-2/+2
2014-05-19inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa8-8/+11
2014-05-19net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa1-1/+2
2014-05-19net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa27-96/+65
2014-05-19inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa5-21/+8
2014-05-19ipv4: fix possible seqlock deadlockEric Dumazet1-1/+1
2014-05-19isdnloop: use strlcpy() instead of strcpy()Dan Carpenter1-3/+5
2014-05-19bonding: fix two race conditions in bond_store_updelay/downdelayNikolay Aleksandrov1-0/+6
2014-05-19random32: fix off-by-one in seeding requirementDaniel Borkmann1-7/+7
2014-05-19ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong1-2/+5
2014-05-19net: Fix "ip rule delete table 256"Andreas Henriksson1-1/+2
2014-05-19tipc: fix lockdep warning during bearer initializationYing Xue1-1/+14
2014-05-19ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac2-1/+11
2014-05-19ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf1-7/+9
2014-05-19ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa2-0/+6
2014-05-19ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa1-6/+4
2014-05-19ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa1-4/+12
2014-05-19tcp: cubic: fix bug in bictcp_acked()Eric Dumazet1-1/+1
2014-05-19net: check net.core.somaxconn sysctl valuesRoman Gushchin1-1/+6
2014-05-19htb: fix sign extension bugstephen hemminger1-1/+1
2014-05-19net_sched: info leak in atm_tc_dump_class()Dan Carpenter1-0/+1
2014-05-19af_key: more info leaks in pfkey messagesDan Carpenter1-0/+4
2014-05-19net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller1-0/+1
2014-05-19sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman1-6/+2
2014-05-19sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar1-1/+5
2014-05-19arcnet: cleanup sizeof parameterDan Carpenter1-1/+1
2014-05-19vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2014-05-19ifb: fix oops when loading the ifb faileddingtianhong1-0/+4
2014-05-19dummy: fix oops when loading the dummy faileddingtianhong1-0/+4
2014-05-19ifb: fix rcu_sched self-detected stallsdingtianhong1-1/+4
2014-05-19sunvnet: vnet_port_remove must call unregister_netdevDave Kleikamp1-0/+2
2014-05-19net: Swap ver and type in pppoe_hdrChangli Gao1-2/+2
2014-05-19neighbour: fix a race in neigh_destroy()Eric Dumazet1-5/+7
2014-05-19packet: packet_getname_spkt: make sure string is always 0-terminatedDaniel Borkmann1-3/+3
2014-05-19net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann1-0/+6
2014-05-19ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet1-1/+1
2014-05-19ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet1-1/+1
2014-05-19tcp: fix tcp_md5_hash_skb_data()Eric Dumazet1-1/+5
2014-05-19ll_temac: Reset dma descriptors indexes on ndo_openRicardo Ribalda1-0/+6
2014-05-19bonding: Fix broken promiscuity reference counting issueNeil Horman1-3/+10
2014-05-19dm9601: fix IFF_ALLMULTI handlingPeter Korsgaard1-1/+1
2014-05-19ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2014-05-19ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine1-2/+2
2014-05-19resubmit bridge: fix message_age_timer calculationChris Healy1-1/+1
2014-05-19davinci_emac.c: Fix IFF_ALLMULTI setupMariusz Ceier1-1/+1
2014-05-19wanxl: fix info leak in ioctlSalva Peiró1-0/+1
2014-05-19sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich1-1/+1
2014-05-19sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du1-1/+2
2014-05-19net: dst: provide accessor function to dst->xfrmVlad Yasevich1-0/+11
2014-05-19connector: use nlmsg_len() to check message lengthMathias Krause1-3/+4
2014-05-19farsync: fix info leak in ioctlSalva Peiró1-0/+1
2014-05-19net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde1-1/+1
2014-05-19can: dev: fix nlmsg size calculation in can_get_size()Marc Kleine-Budde1-4/+4
2014-05-19proc connector: fix info leaksMathias Krause1-0/+13
2014-05-19net: heap overflow in __audit_sockaddr()Dan Carpenter2-4/+22
2014-05-19net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2-2/+2
2014-05-19tcp: must unclone packets before mangling themEric Dumazet2-3/+16
2014-05-19ipv6: tcp: fix panic in SYN processingEric Dumazet1-1/+1
2014-05-19crypto: api - Fix race condition in larval lookupNikola Pajkovsky1-1/+6
2014-05-19HID: provide a helper for validating hid reportsKees Cook2-0/+62
2014-05-19HID: check for NULL field when setting valuesKees Cook1-1/+6
2014-05-19HID: LG: validate HID output report detailsKees Cook2-31/+5
2014-05-19HID: pantherlord: validate output report detailsKees Cook1-2/+8
2014-05-19HID: zeroplus: validate output report detailsKees Cook1-13/+5
2014-05-19HID: validate HID report id sizeKees Cook2-4/+10
2014-05-19b43: stop format string leaking into error msgsKees Cook1-1/+1
2014-05-19block: do not pass disk names as format stringsKees Cook2-2/+4
2014-05-19af_key: initialize satype in key_notify_policy_flush()Nicolas Dichtel1-0/+1
2014-05-19af_key: fix info leaks in notify messagesMathias Krause1-0/+2
2014-05-19ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet1-1/+7
2014-05-19sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich1-1/+1
2014-05-19sctp: deal with multiple COOKIE_ECHO chunksMax Matveev3-0/+12
2014-05-19drivers/cdrom/cdrom.c: use kzalloc() for failing hardwareJonathan Salwan1-1/+1
2014-05-19cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter1-0/+1
2014-05-19cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter1-0/+1
2014-05-19kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa1-0/+4
2014-05-19staging: comedi: ni_65xx: (bug fix) confine insn_bits to one subdeviceIan Abbott1-14/+11
2014-05-19intel-iommu: Flush unmaps at domain_exitJitendra Bhivare1-0/+4
2014-05-19ipvs: fix CHECKSUM_PARTIAL for TCP, UDPJulian Anastasov2-10/+10
2014-05-19x86, ptrace: fix build breakage with gcc 4.7 (second try)Willy Tarreau1-3/+0
2014-05-19Revert "x86, ptrace: fix build breakage with gcc 4.7"Willy Tarreau1-3/+2
2014-05-19Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear1-3/+10
2014-05-19scsi: fix missing include linux/types.h in scsi_netlink.hThomas Bork1-1/+1
2013-06-10Linux 2.6.32.61v2.6.32.61Willy Tarreau1-1/+1
2013-06-10x86, ptrace: fix build breakage with gcc 4.7Willy Tarreau1-2/+3
2013-06-10mpt2sas: Send default descriptor for RAID pass through in mpt2ctlKashyap, Desai1-2/+5
2013-06-10tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause1-0/+7
2013-06-10irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause1-0/+2
2013-06-10rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause1-0/+1
2013-06-10rds: set correct msg_namelenWeiping Pan1-0/+3
2013-06-10llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause1-0/+2
2013-06-10llc: fix info leak via getsockname()Mathias Krause1-2/+1
2013-06-10iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause1-0/+2
2013-06-10isdnloop: fix and simplify isdnloop_init()Wu Fengguang1-12/+0
2013-06-10ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause1-0/+1
2013-06-10atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause1-0/+1
2013-06-10atm: fix info leak via getsockname()Mathias Krause1-0/+1
2013-06-10atm: update msg_namelen in vcc_recvmsg()Mathias Krause1-0/+2
2013-06-10ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause1-0/+1
2013-06-10ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer1-5/+15
2013-06-10ipvs: allow transmit of GRO aggregated skbsSimon Horman1-10/+11
2013-06-10netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik1-0/+8
2013-06-10ipv6: make fragment identifications less predictableEric Dumazet5-17/+41
2013-06-10ipv6: discard overlapping fragmentNicolas Dichtel1-59/+15
2013-06-10net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-06-10net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann1-0/+5
2013-06-10net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-06-10sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala1-2/+5
2013-06-10dcbnl: fix various netlink info leaksMathias Krause1-0/+1
2013-06-10unix: fix a race condition in unix_release()Paul Moore1-4/+3
2013-06-10tcp: preserve ACK clocking in TSOEric Dumazet1-2/+5
2013-06-10tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet1-1/+3
2013-06-10tcp: allow splice() to build full TSO packetsEric Dumazet4-6/+9
2013-06-10inet: add RCU protection to inet->optEric Dumazet16-167/+235
2013-06-10net: fix info leak in compat dev_ifconf()Mathias Krause1-0/+1
2013-06-10net: guard tcp_set_keepalive() to tcp socketsEric Dumazet1-1/+2
2013-06-10net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer1-3/+5
2013-06-10net: prevent setting ttl=0 via IP_TTLCong Wang1-1/+1
2013-06-10net: sched: integer overflow fixStefan Hasko1-1/+1
2013-06-10net_sched: gact: Fix potential panic in tcf_gact().Hiroaki SHIMODA1-3/+11
2013-06-10ipv4: check rt_genid in dst_checkBenjamin LaHaise1-5/+12
2013-06-10bonding: Fix slave selection bug.Hillf Danton1-2/+2
2013-06-10bridge: set priority of STP packetsStephen Hemminger1-0/+2
2013-06-10af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net1-1/+0
2013-06-10softirq: reduce latenciesEric Dumazet1-8/+9
2013-06-10net: reduce net_rx_action() latency to 2 HZEric Dumazet1-1/+1
2013-06-10net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2013-06-10nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields1-1/+10
2013-06-10kernel panic when mount NFSv4Trond Myklebust1-1/+1