summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-11drop_monitor: fix sleeping in invalid context warningNeil Horman1-7/+7
2014-02-11tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau1-2/+1
2014-02-11tcp: drop SYN+FIN messagesEric Dumazet1-0/+2
2014-02-11tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2014-02-11tun: Fix formatting.David S. Miller1-2/+2
2014-02-11net/tun: fix ioctl() based info leaksMathias Krause1-1/+3
2014-02-11net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2014-02-11net: reduce net_rx_action() latency to 2 HZEric Dumazet1-1/+1
2014-02-11softirq: reduce latenciesEric Dumazet1-8/+9
2014-02-11netlink: fix races after skb queueingEric Dumazet1-11/+13
2014-02-11netlink: wake up netlink listeners sooner (v2)stephen hemminger1-1/+1
2014-02-11net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3
2014-02-11net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward1-5/+2
2014-02-11netem: fix possible skb leakEric Dumazet1-4/+2
2014-02-11af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net1-1/+0
2014-02-11bridge: set priority of STP packetsStephen Hemminger1-0/+2
2014-02-11net_sched: gact: Fix potential panic in tcf_gact().Hiroaki SHIMODA1-3/+11
2014-02-11net: sched: integer overflow fixStefan Hasko1-1/+1
2014-02-11net: prevent setting ttl=0 via IP_TTLCong Wang1-1/+1
2014-02-11net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer1-3/+5
2014-02-11net: guard tcp_set_keepalive() to tcp socketsEric Dumazet1-1/+2
2014-02-11net: fix info leak in compat dev_ifconf()Mathias Krause1-0/+1
2014-02-11tcp: preserve ACK clocking in TSOEric Dumazet1-2/+5
2014-02-11tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet1-1/+3
2014-02-11tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet4-6/+9
2014-02-11tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+1
2014-02-11unix: fix a race condition in unix_release()Paul Moore1-4/+3
2014-02-11sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala1-2/+5
2014-02-11net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2014-02-11net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann1-0/+5
2014-02-11net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2014-02-11netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik1-0/+8
2014-02-11ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause1-0/+1
2014-02-11atm: update msg_namelen in vcc_recvmsg()Mathias Krause1-0/+2
2014-02-11atm: fix info leak via getsockname()Mathias Krause1-0/+1
2014-02-11atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause1-0/+1
2014-02-11ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause1-0/+1
2014-02-11isdnloop: fix and simplify isdnloop_init()Wu Fengguang1-12/+0
2014-02-11iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause1-0/+2
2014-02-11llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause1-0/+2
2014-02-11llc: fix info leak via getsockname()Mathias Krause1-2/+1
2014-02-11rds: set correct msg_namelenWeiping Pan1-0/+3
2014-02-11rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause1-0/+1
2014-02-11HID: LG: validate HID output report detailsKees Cook3-54/+11
2014-02-11HID: zeroplus: validate output report detailsKees Cook1-13/+5
2014-02-11HID: provide a helper for validating hid reportsKees Cook2-0/+62
2014-02-11HID: pantherlord: validate output report detailsKees Cook1-2/+8
2014-02-11HID: validate HID report id sizeKees Cook2-4/+10
2014-02-11crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman1-2/+2
2014-02-11jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan2-0/+16