aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2014-05-19net: check net.core.somaxconn sysctl valuesRoman Gushchin
2014-05-19htb: fix sign extension bugstephen hemminger
2014-05-19net_sched: info leak in atm_tc_dump_class()Dan Carpenter
2014-05-19af_key: more info leaks in pfkey messagesDan Carpenter
2014-05-19net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller
2014-05-19sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman
2014-05-19sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar
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