summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-12-08inet: fix possible seqlock deadlocksEric Dumazet3-3/+3
2013-12-08net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-12-08af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico1-2/+2
2013-12-08packet: fix use after free race in send path when dev is releasedDaniel Borkmann1-23/+37
2013-12-08bridge: flush br's address entry in fdb when remove the bridge devDing Tianhong1-0/+2
2013-12-08net: core: Always propagate flag changes to interfacesVlad Yasevich1-1/+1
2013-12-08ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa1-0/+1
2013-12-08net: clamp ->msg_namelen instead of returning an errorDan Carpenter2-2/+2
2013-12-08inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa7-10/+14
2013-12-08net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa1-1/+2
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa26-91/+53
2013-12-08inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa7-29/+13
2013-12-08ipv4: fix possible seqlock deadlockEric Dumazet1-1/+1
2013-12-086lowpan: Uncompression of traffic class field was incorrectJukka Rissanen1-2/+2
2013-12-08ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong1-2/+5
2013-12-08net: Fix "ip rule delete table 256"Andreas Henriksson1-1/+2
2013-11-29SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust1-7/+21
2013-11-29SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultAndy Adamson1-1/+1
2013-11-29SUNRPC handle EKEYEXPIRED in call_refreshresultAndy Adamson1-0/+1
2013-11-20netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy1-1/+1
2013-11-20net: flow_dissector: fail on evil iph->ihlJason Wang1-1/+1
2013-11-13mac80211: update sta->last_rx on acked tx framesFelix Fietkau1-0/+3
2013-11-13mac80211: correctly close cancelled scansEmmanuel Grumbach2-0/+22
2013-11-04wireless: radiotap: fix parsing buffer overrunJohannes Berg1-1/+6
2013-11-04inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa2-2/+2
2013-11-04net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann1-0/+10
2013-11-04sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich1-1/+1
2013-11-04sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du1-1/+2
2013-11-04unix_diag: fix info leakMathias Krause1-0/+1
2013-11-04l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet1-0/+4
2013-11-04net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde1-1/+1
2013-11-04bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich1-1/+1
2013-11-04ipv6: restrict neighbor entry creation to output flowMarcelo Ricardo Leitner1-4/+7
2013-11-04ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-11-04net: heap overflow in __audit_sockaddr()Dan Carpenter2-4/+22
2013-11-04net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2-2/+2
2013-11-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-11-04tcp: must unclone packets before mangling themEric Dumazet1-3/+6
2013-10-14Bluetooth: Fix encryption key size for peripheral roleAndre Guedes1-0/+2
2013-10-14Bluetooth: Fix security level for peripheral roleAndre Guedes1-1/+3
2013-10-14ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine1-2/+2
2013-10-14ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-10-14ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa1-31/+22
2013-10-14ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka7-11/+11
2013-10-14ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka1-1/+1
2013-10-14bridge: Clamp forward_delay when enabling STPHerbert Xu3-8/+26
2013-10-14resubmit bridge: fix message_age_timer calculationChris Healy1-1/+1
2013-10-14net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann1-29/+13
2013-10-14netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov1-5/+4
2013-10-14net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet1-2/+2