summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-06-10tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause
2013-06-10irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause
2013-06-10rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause
2013-06-10rds: set correct msg_namelenWeiping Pan
2013-06-10llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause
2013-06-10llc: fix info leak via getsockname()Mathias Krause
2013-06-10iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause
2013-06-10ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause
2013-06-10atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause
2013-06-10atm: fix info leak via getsockname()Mathias Krause
2013-06-10atm: update msg_namelen in vcc_recvmsg()Mathias Krause
2013-06-10ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause
2013-06-10ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer
2013-06-10ipvs: allow transmit of GRO aggregated skbsSimon Horman
2013-06-10netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik
2013-06-10ipv6: make fragment identifications less predictableEric Dumazet
2013-06-10ipv6: discard overlapping fragmentNicolas Dichtel
2013-06-10net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann
2013-06-10net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann
2013-06-10net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann
2013-06-10sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala
2013-06-10dcbnl: fix various netlink info leaksMathias Krause
2013-06-10unix: fix a race condition in unix_release()Paul Moore
2013-06-10tcp: preserve ACK clocking in TSOEric Dumazet
2013-06-10tcp: allow splice() to build full TSO packetsEric Dumazet
2013-06-10inet: add RCU protection to inet->optEric Dumazet
2013-06-10net: guard tcp_set_keepalive() to tcp socketsEric Dumazet
2013-06-10net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer
2013-06-10net: prevent setting ttl=0 via IP_TTLCong Wang
2013-06-10net: sched: integer overflow fixStefan Hasko
2013-06-10net_sched: gact: Fix potential panic in tcf_gact().Hiroaki SHIMODA
2013-06-10ipv4: check rt_genid in dst_checkBenjamin LaHaise
2013-06-10bridge: set priority of STP packetsStephen Hemminger
2013-06-10af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net
2013-06-10net: reduce net_rx_action() latency to 2 HZEric Dumazet
2013-06-10net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov
2013-06-10kernel panic when mount NFSv4Trond Myklebust
2013-06-10Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause
2013-06-10Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause
2013-06-10Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause
2013-06-10Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause
2013-06-10Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause
2013-06-10Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo
2013-06-10xfrm_user: return error pointer instead of NULL #2Mathias Krause
2013-06-10xfrm_user: return error pointer instead of NULLMathias Krause
2013-06-10xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause
2013-06-10xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause
2013-06-10xfrm_user: fix info leak in copy_to_user_state()Mathias Krause
2012-10-07net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o
2012-10-07tcp: drop SYN+FIN messagesEric Dumazet