summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-11-23sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probeZhu Yanjun1-5/+9
2014-11-23netfilter: nfnetlink_log: fix maximum packet length logged to userspaceFlorian Westphal1-3/+5
2014-11-23netfilter: nf_log: account for size of NLMSG_DONE attributeFlorian Westphal1-3/+3
2014-11-23net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2-61/+57
2014-11-23sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet1-1/+1
2014-11-23iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin1-0/+4
2014-11-23net: Correctly set segment mac_len in skb_segment().Vlad Yasevich1-1/+1
2014-11-23tcp: Fix integer-overflow in TCP vegasChristoph Paasch1-1/+2
2014-11-23tcp: Fix integer-overflows in TCP venoChristoph Paasch1-1/+1
2014-11-23net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2-7/+8
2014-11-23net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann1-0/+1
2014-11-23ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4
2014-11-23net: sctp: fix information leaks in ulpevent layerDaniel Borkmann1-107/+15
2014-11-23appletalk: Fix socket referencing in skbAndrey Utkin1-3/+0
2014-11-23igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-11-23tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell1-1/+1
2014-11-23filter: prevent nla extensions to peek beyond the end of the messageMathias Krause1-1/+7
2014-11-23sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang1-1/+1
2014-06-19net: fix regression introduced in 2.6.32.62 by sysctl fixesWilly Tarreau2-2/+4
2014-06-19ethtool: Report link-down while interface is downBen Hutchings1-2/+15
2014-05-19netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann1-3/+3
2014-05-19ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2-2/+8
2014-05-19tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-05-19tcp_cubic: limit delayed_ack ratio to prevent divide errorstephen hemminger1-2/+7
2014-05-19tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2014-05-19inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa2-2/+2
2014-05-19ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa1-19/+12
2014-05-19sctp: unbalanced rcu lock in ip_queue_xmit()Nicolas Dichtel1-1/+1
2014-05-19rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin1-1/+2
2014-05-19net: socket: error on a negative msg_namelenMatthew Leach1-0/+4
2014-05-19net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann2-6/+2
2014-05-19net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann1-0/+7
2014-05-19net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann1-9/+32
2014-05-19net: fix 'ip rule' iif/oif device renameMaciej Zenczykowski1-0/+7
2014-05-19inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell1-1/+3
2014-05-19net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann1-2/+3
2014-05-19net: rose: restore old recvmsg behaviorFlorian Westphal1-12/+4
2014-05-19rds: prevent dereference of a NULL deviceSasha Levin1-1/+2
2014-05-19net: unix: allow bind to fail on mutex lockSasha Levin1-2/+6
2014-05-19net: drop_monitor: fix the value of maxattrChangli Gao1-1/+0
2014-05-19{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du1-0/+7
2014-05-19ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2014-05-19inet: fix possible seqlock deadlocksEric Dumazet2-2/+2
2014-05-19bridge: flush br's address entry in fdb when remove the bridge devDing Tianhong1-0/+2
2014-05-19net: core: Always propagate flag changes to interfacesVlad Yasevich1-1/+1
2014-05-19ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa1-0/+1
2014-05-19net: clamp ->msg_namelen instead of returning an errorDan Carpenter2-2/+2
2014-05-19inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa6-6/+8
2014-05-19net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa1-1/+2
2014-05-19net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa23-83/+53