aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-20net: core: Always propagate flag changes to interfacesVlad Yasevich1-1/+1
2014-05-20atm: idt77252: fix dev refcnt leakYing Xue1-0/+1
2014-05-20ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa1-0/+1
2014-05-20net: clamp ->msg_namelen instead of returning an errorDan Carpenter2-2/+2
2014-05-20inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa8-8/+11
2014-05-20net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa1-1/+2
2014-05-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa27-96/+65
2014-05-20inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa5-21/+8
2014-05-20ipv4: fix possible seqlock deadlockEric Dumazet1-1/+1
2014-05-20isdnloop: use strlcpy() instead of strcpy()Dan Carpenter1-3/+5
2014-05-20bonding: fix two race conditions in bond_store_updelay/downdelayNikolay Aleksandrov1-0/+6
2014-05-20random32: fix off-by-one in seeding requirementDaniel Borkmann1-7/+7
2014-05-20ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong1-2/+5
2014-05-20net: Fix "ip rule delete table 256"Andreas Henriksson1-1/+2
2014-05-20tipc: fix lockdep warning during bearer initializationYing Xue1-1/+14
2014-05-20ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac2-1/+11
2014-05-20ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf1-7/+9
2014-05-20ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa2-0/+6
2014-05-20ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa1-6/+4
2014-05-20ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa1-4/+12
2014-05-20tcp: cubic: fix bug in bictcp_acked()Eric Dumazet1-1/+1
2014-05-20net: check net.core.somaxconn sysctl valuesRoman Gushchin1-1/+6
2014-05-20htb: fix sign extension bugstephen hemminger1-1/+1
2014-05-20net_sched: info leak in atm_tc_dump_class()Dan Carpenter1-0/+1
2014-05-20af_key: more info leaks in pfkey messagesDan Carpenter1-0/+4
2014-05-20net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller1-0/+1
2014-05-20sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman1-6/+2
2014-05-20sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar1-1/+5
2014-05-20arcnet: cleanup sizeof parameterDan Carpenter1-1/+1
2014-05-20vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2014-05-20ifb: fix oops when loading the ifb faileddingtianhong1-0/+4
2014-05-20dummy: fix oops when loading the dummy faileddingtianhong1-0/+4
2014-05-20ifb: fix rcu_sched self-detected stallsdingtianhong1-1/+4
2014-05-20sunvnet: vnet_port_remove must call unregister_netdevDave Kleikamp1-0/+2
2014-05-20net: Swap ver and type in pppoe_hdrChangli Gao1-2/+2
2014-05-20neighbour: fix a race in neigh_destroy()Eric Dumazet1-5/+7
2014-05-20packet: packet_getname_spkt: make sure string is always 0-terminatedDaniel Borkmann1-3/+3
2014-05-20net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann1-0/+6
2014-05-20ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet1-1/+1
2014-05-20ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet1-1/+1
2014-05-20tcp: fix tcp_md5_hash_skb_data()Eric Dumazet1-1/+5
2014-05-20ll_temac: Reset dma descriptors indexes on ndo_openRicardo Ribalda1-0/+6
2014-05-20bonding: Fix broken promiscuity reference counting issueNeil Horman1-3/+10
2014-05-20dm9601: fix IFF_ALLMULTI handlingPeter Korsgaard1-1/+1
2014-05-20ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2014-05-20ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine1-2/+2
2014-05-20resubmit bridge: fix message_age_timer calculationChris Healy1-1/+1
2014-05-20davinci_emac.c: Fix IFF_ALLMULTI setupMariusz Ceier1-1/+1
2014-05-20wanxl: fix info leak in ioctlSalva Peiró1-0/+1
2014-05-20sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich1-1/+1
2014-05-20sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du1-1/+2
2014-05-20net: dst: provide accessor function to dst->xfrmVlad Yasevich1-0/+11
2014-05-20connector: use nlmsg_len() to check message lengthMathias Krause1-3/+4
2014-05-20farsync: fix info leak in ioctlSalva Peiró1-0/+1
2014-05-20net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde1-1/+1
2014-05-20can: dev: fix nlmsg size calculation in can_get_size()Marc Kleine-Budde1-4/+4
2014-05-20proc connector: fix info leaksMathias Krause1-0/+13
2014-05-20net: heap overflow in __audit_sockaddr()Dan Carpenter2-4/+22
2014-05-20net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2-2/+2
2014-05-20tcp: must unclone packets before mangling themEric Dumazet2-3/+16
2014-05-20ipv6: tcp: fix panic in SYN processingEric Dumazet1-1/+1
2014-05-20crypto: api - Fix race condition in larval lookupNikola Pajkovsky1-1/+6
2014-05-20HID: provide a helper for validating hid reportsKees Cook2-0/+62
2014-05-20HID: check for NULL field when setting valuesKees Cook1-1/+6
2014-05-20HID: LG: validate HID output report detailsKees Cook2-31/+5
2014-05-20HID: pantherlord: validate output report detailsKees Cook1-2/+8
2014-05-20HID: zeroplus: validate output report detailsKees Cook1-13/+5
2014-05-20HID: validate HID report id sizeKees Cook2-4/+10
2014-05-20b43: stop format string leaking into error msgsKees Cook1-1/+1
2014-05-20block: do not pass disk names as format stringsKees Cook2-2/+4
2014-05-20af_key: initialize satype in key_notify_policy_flush()Nicolas Dichtel1-0/+1
2014-05-20af_key: fix info leaks in notify messagesMathias Krause1-0/+2
2014-05-20ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet1-1/+7
2014-05-20sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich1-1/+1
2014-05-20sctp: deal with multiple COOKIE_ECHO chunksMax Matveev3-0/+12
2014-05-20drivers/cdrom/cdrom.c: use kzalloc() for failing hardwareJonathan Salwan1-1/+1
2014-05-20cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter1-0/+1
2014-05-20cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter1-0/+1
2014-05-20kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa1-0/+4
2014-05-20staging: comedi: ni_65xx: (bug fix) confine insn_bits to one subdeviceIan Abbott1-14/+11
2014-05-20intel-iommu: Flush unmaps at domain_exitJitendra Bhivare1-0/+4
2014-05-20ipvs: fix CHECKSUM_PARTIAL for TCP, UDPJulian Anastasov2-10/+10
2014-05-20x86, ptrace: fix build breakage with gcc 4.7 (second try)Willy Tarreau1-3/+0
2014-05-20Revert "x86, ptrace: fix build breakage with gcc 4.7"Willy Tarreau1-3/+2
2014-05-20Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear1-3/+10
2014-05-20scsi: fix missing include linux/types.h in scsi_netlink.hThomas Bork1-1/+1
2013-06-10Linux 2.6.32.61v2.6.32.61.26Willy 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
2013-06-10btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen1-0/+6
2013-06-10hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko1-1/+1
2013-06-10NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern3-13/+38
2013-06-10fat: Fix stat->f_namelenKevin Dankwardt3-5/+6
2013-06-10isofs: avoid info leak on exportMathias Krause1-0/+1
2013-06-10fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding1-0/+2
2013-06-10udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara1-1/+1
2013-06-10udf: avoid info leak on exportMathias Krause1-0/+1
2013-06-10udf: fix memory leak while allocating blocks during writeNamjae Jeon1-0/+4
2013-06-10ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o1-1/+2
2013-06-10ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov1-4/+3
2013-06-10CVE-2012-4508 kernel: ext4: AIO vs fallocate stale data exposureJamie Iles1-1/+66
2013-06-10ext4: limit group search loop for non-extent filesLachlan McIlroy1-1/+5
2013-06-10ext4: fix race in ext4_mb_add_n_trim()Niu Yawei1-3/+3
2013-06-10ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o1-0/+2
2013-06-10ext4: fix fdatasync() for files with only i_size changesJan Kara1-2/+6
2013-06-10ext4: always set i_op in ext4_mknod()Bernd Schubert1-2/+0
2013-06-10ext4: online defrag is not supported for journaled filesDmitry Monakhov1-1/+6
2013-06-10ext4: fix memory leak in ext4_xattr_set_acl()'s error pathEugene Shatokhin1-2/+4
2013-06-10ext4: Fix max file size and logical block counting of extent format fileLukas Czerner4-30/+41
2013-06-10ext4: don't dereference null pointer when make_indexed_dir() failsAllison Henderson1-2/+4
2013-06-10ext4: Fix fs corruption when make_indexed_dir() failsJan Kara1-2/+12
2013-06-10jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara1-0/+2
2013-06-10jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2-31/+78
2013-06-10jbd: Delay discarding buffers in journal_unmap_bufferJan Kara2-17/+36
2013-06-10tmpfs: fix use-after-free of mempolicy objectGreg Thelen1-2/+8
2013-06-10sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven1-8/+8
2013-06-10fs/fscache/stats.c: fix memory leakAnurup m1-1/+1
2013-06-10fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook1-0/+2
2013-06-10epoll: prevent missed events on EPOLL_CTL_MODEric Wong1-1/+21
2013-06-10USB: ftdi_sio: Quiet sparse noise about using plain integer was NULL pointerYing Xue1-1/+1
2013-06-10USB: serial: ftdi_sio: Handle the old_termios == 0 case e.g. uart_resume_port()Andrew Worsley1-0/+4
2013-06-10USB: cdc-wdm: fix buffer overflowOliver Neukum1-3/+20
2013-06-10USB: io_ti: Fix NULL dereference in chase_port()Wolfgang Frisch1-0/+3
2013-06-10USB: garmin_gps: fix memory leak on disconnectJohan Hovold1-6/+1
2013-06-10USB: mos7840: fix port-device leak in error pathJohan Hovold1-1/+0
2013-06-10USB: mos7840: fix urb leak at releaseJohan Hovold1-0/+1
2013-06-10USB: serial: Fix memory leak in sierra_release()Lennart Sorensen1-0/+1
2013-06-10USB: whiteheat: fix memory leak in error pathJohan Hovold1-0/+1
2013-06-10USB: EHCI: go back to using the system clock for QH unlinksAlan Stern3-48/+45
2013-06-10xhci: Make handover code more robustMatthew Garrett1-2/+10
2013-06-10Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause1-2/+2
2013-06-10Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause1-0/+1
2013-06-10Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause1-0/+1
2013-06-10Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause1-0/+1
2013-06-10Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause1-0/+1
2013-06-10Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo1-1/+1
2013-06-10telephony: ijx: buffer overflow in ixj_write_cid()Dan Carpenter1-12/+12
2013-06-10IPoIB: Fix use-after-free of multicast objectPatrick McHardy2-10/+11
2013-06-10tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir1-0/+4
2013-06-10b43legacy: Fix crash on unload when firmware not availableLarry Finger1-0/+2
2013-06-10r8169: incorrect identifier for a 8168dpFrancois Romieu1-1/+1
2013-06-10r8169: Add support for D-Link 530T rev C1 (Kernel Bug 38862)Lennart Sorensen1-0/+1
2013-06-10r8169: remove the obsolete and incorrect AMD workaroundTimo Teräs1-7/+0
2013-06-10r8169: correct settings of rtl8102e.Hayes Wang1-14/+6
2013-06-10xfrm_user: return error pointer instead of NULL #2Mathias Krause1-2/+4
2013-06-10xfrm_user: return error pointer instead of NULLMathias Krause1-2/+4
2013-06-10xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause1-0/+1
2013-06-10xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause1-0/+1
2013-06-10xfrm_user: fix info leak in copy_to_user_state()Mathias Krause1-0/+1
2013-06-10crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna1-3/+8
2013-06-10keys: fix race with concurrent install_user_keyrings()David Howells1-1/+1
2013-06-10SCSI: bnx2i: Fixed NULL ptr deference for 1G bnx2 Linux iSCSI offloadEddie Wai1-0/+3
2013-06-10fix crash in scsi_dispatch_cmd()James Bottomley3-0/+12
2013-06-10scsi: use __uX types for headers exported to user spacePeter Korsgaard2-6/+6
2013-06-10scsi: Silence unnecessary warnings about ioctl to partitionJan Kara1-1/+4
2013-06-10libata: fix Null pointer dereference on disk errorXiaotian Feng1-2/+4
2013-06-10staging: vt6656: [BUG] out of bound array reference in RFbSetPower.Malcolm Priestley1-0/+3