summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-02-10phonet: Check input from user before allocatingSasha Levin
2014-02-10cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore
2014-02-10svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields
2014-02-10svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields
2014-02-10dccp: check ccid before dereferencingMathias Krause
2014-02-10Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause
2014-02-10Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause
2014-02-10Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause
2014-02-10Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause
2014-02-10Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause
2014-02-10Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo
2014-02-10kernel panic when mount NFSv4Trond Myklebust
2014-02-10xfrm_user: return error pointer instead of NULL #2Mathias Krause
2014-02-10xfrm_user: return error pointer instead of NULLMathias Krause
2014-02-10xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause
2014-02-10xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause
2014-02-10xfrm_user: fix info leak in copy_to_user_state()Mathias Krause
2014-02-10drop_monitor: dont sleep in atomic contextEric Dumazet
2014-02-10drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman
2014-02-10drop_monitor: Make updating data->skb smp safeNeil Horman
2014-02-10drop_monitor: fix sleeping in invalid context warningNeil Horman
2014-02-10tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau
2014-02-10tcp: drop SYN+FIN messagesEric Dumazet
2014-02-10tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina
2014-02-10net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov
2014-02-10net: reduce net_rx_action() latency to 2 HZEric Dumazet
2014-02-10netlink: fix races after skb queueingEric Dumazet
2014-02-10netlink: wake up netlink listeners sooner (v2)stephen hemminger
2014-02-10net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward
2014-02-10netem: fix possible skb leakEric Dumazet
2014-02-10af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net
2014-02-10bridge: set priority of STP packetsStephen Hemminger
2014-02-10net_sched: gact: Fix potential panic in tcf_gact().Hiroaki SHIMODA
2014-02-10net: sched: integer overflow fixStefan Hasko
2014-02-10net: prevent setting ttl=0 via IP_TTLCong Wang
2014-02-10net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer
2014-02-10net: guard tcp_set_keepalive() to tcp socketsEric Dumazet
2014-02-10net: fix info leak in compat dev_ifconf()Mathias Krause
2014-02-10tcp: preserve ACK clocking in TSOEric Dumazet
2014-02-10tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet
2014-02-10tcp: allow splice() to build full TSO packetsEric Dumazet
2014-02-10unix: fix a race condition in unix_release()Paul Moore
2014-02-10sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala
2014-02-10net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann
2014-02-10net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann
2014-02-10net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann
2014-02-10netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik
2014-02-10ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause
2014-02-10atm: update msg_namelen in vcc_recvmsg()Mathias Krause
2014-02-10atm: fix info leak via getsockname()Mathias Krause