summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2014-05-19bridge: flush br's address entry in fdb when remove the bridge devDing Tianhong
2014-05-19net: core: Always propagate flag changes to interfacesVlad Yasevich
2014-05-19ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa
2014-05-19net: clamp ->msg_namelen instead of returning an errorDan Carpenter
2014-05-19inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2014-05-19net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa
2014-05-19net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2014-05-19inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa
2014-05-19ipv4: fix possible seqlock deadlockEric Dumazet
2014-05-19ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong
2014-05-19net: Fix "ip rule delete table 256"Andreas Henriksson
2014-05-19tipc: fix lockdep warning during bearer initializationYing Xue
2014-05-19ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac
2014-05-19ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf
2014-05-19ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa
2014-05-19ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa
2014-05-19ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa
2014-05-19tcp: cubic: fix bug in bictcp_acked()Eric Dumazet