summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-05-24net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas
2015-05-24ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko
2015-05-24ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter
2015-05-24tcp: avoid looping in tcp_send_fin()Eric Dumazet
2015-05-24ip_forward: Drop frames with attached skb->skSebastian Pöhn
2015-05-24tcp: make connect() mem charging friendlyEric Dumazet
2015-05-24rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro
2015-05-24rds: avoid potential stack overflowArnd Bergmann
2015-05-24net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev
2015-05-24net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com
2015-05-24udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-05-24ipv4: Don't use ufo handling on later transformed packetsSteffen Klassert
2015-05-24net: reject creation of netdev names with colonsMatthew Thode
2015-05-24ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki
2015-05-24net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha
2015-05-24ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark
2015-05-24net: rds: use correct size for max unacked packets and bytesSasha Levin
2015-05-24net: llc: use correct size for sysctl timeout entriesSasha Levin
2015-05-24net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann
2015-05-24net: sctp: fix memory leak in auth key managementDaniel Borkmann
2015-05-24netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal
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