summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-05-19vlan: fix a race in egress prio managementEric Dumazet
2014-05-19neighbour: fix a race in neigh_destroy()Eric Dumazet
2014-05-19packet: packet_getname_spkt: make sure string is always 0-terminatedDaniel Borkmann
2014-05-19net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann
2014-05-19ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet
2014-05-19ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet
2014-05-19tcp: fix tcp_md5_hash_skb_data()Eric Dumazet
2014-05-19ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine
2014-05-19ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine
2014-05-19resubmit bridge: fix message_age_timer calculationChris Healy
2014-05-19sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich
2014-05-19sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du
2014-05-19net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde
2014-05-19net: heap overflow in __audit_sockaddr()Dan Carpenter
2014-05-19net: do not call sock_put() on TIMEWAIT socketsEric Dumazet
2014-05-19tcp: must unclone packets before mangling themEric Dumazet
2014-05-19ipv6: tcp: fix panic in SYN processingEric Dumazet
2014-05-19af_key: initialize satype in key_notify_policy_flush()Nicolas Dichtel
2014-05-19af_key: fix info leaks in notify messagesMathias Krause
2014-05-19ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet
2014-05-19sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich
2014-05-19sctp: deal with multiple COOKIE_ECHO chunksMax Matveev
2014-05-19ipvs: fix CHECKSUM_PARTIAL for TCP, UDPJulian Anastasov
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