summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-12-13sctp: Fix double-free introduced by bad backport in 2.6.32.62Ben Hutchings
2014-12-13vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman
2014-12-13mac80211: fix fragmentation code, particularly for encryptionJohannes Berg
2014-12-13net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann
2014-12-13net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann
2014-12-13net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann
2014-12-13net: sendmsg: fix failed backport of "fix NULL pointer dereference"Willy Tarreau
2014-11-23sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probeZhu Yanjun
2014-11-23netfilter: nfnetlink_log: fix maximum packet length logged to userspaceFlorian Westphal
2014-11-23netfilter: nf_log: account for size of NLMSG_DONE attributeFlorian Westphal
2014-11-23net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann
2014-11-23sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet
2014-11-23iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin
2014-11-23net: Correctly set segment mac_len in skb_segment().Vlad Yasevich
2014-11-23tcp: Fix integer-overflow in TCP vegasChristoph Paasch
2014-11-23tcp: Fix integer-overflows in TCP venoChristoph Paasch
2014-11-23net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin
2014-11-23net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann
2014-11-23ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet
2014-11-23net: sctp: fix information leaks in ulpevent layerDaniel Borkmann
2014-11-23appletalk: Fix socket referencing in skbAndrey Utkin
2014-11-23igmp: fix the problem when mc leave groupdingtianhong
2014-11-23tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell
2014-11-23filter: prevent nla extensions to peek beyond the end of the messageMathias Krause
2014-11-23sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang
2014-06-19net: fix regression introduced in 2.6.32.62 by sysctl fixesWilly Tarreau
2014-06-19ethtool: Report link-down while interface is downBen Hutchings
2014-05-19netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann
2014-05-19ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa
2014-05-19tcp_cubic: fix the range of delayed_ackLiu Yu
2014-05-19tcp_cubic: limit delayed_ack ratio to prevent divide errorstephen hemminger
2014-05-19tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell
2014-05-19inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa
2014-05-19ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa
2014-05-19sctp: unbalanced rcu lock in ip_queue_xmit()Nicolas Dichtel
2014-05-19rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin
2014-05-19net: socket: error on a negative msg_namelenMatthew Leach
2014-05-19net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann
2014-05-19net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann
2014-05-19net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann
2014-05-19net: fix 'ip rule' iif/oif device renameMaciej Zenczykowski
2014-05-19inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell
2014-05-19net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann
2014-05-19net: rose: restore old recvmsg behaviorFlorian Westphal
2014-05-19rds: prevent dereference of a NULL deviceSasha Levin
2014-05-19net: unix: allow bind to fail on mutex lockSasha Levin
2014-05-19net: drop_monitor: fix the value of maxattrChangli Gao
2014-05-19{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du
2014-05-19ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa
2014-05-19inet: fix possible seqlock deadlocksEric Dumazet