summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-12-20Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"Greg Kroah-Hartman
2013-12-20mac80211: don't attempt to reorder multicast framesJohannes Berg
2013-12-11net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden
2013-12-08{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du
2013-12-08ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa
2013-12-08inet: fix possible seqlock deadlocksEric Dumazet
2013-12-08net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden
2013-12-08af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico
2013-12-08packet: fix use after free race in send path when dev is releasedDaniel Borkmann
2013-12-08bridge: flush br's address entry in fdb when remove the bridge devDing Tianhong
2013-12-08net: core: Always propagate flag changes to interfacesVlad Yasevich
2013-12-08ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa
2013-12-08net: clamp ->msg_namelen instead of returning an errorDan Carpenter
2013-12-08inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2013-12-08net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-12-08inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa
2013-12-08ipv4: fix possible seqlock deadlockEric Dumazet
2013-12-086lowpan: Uncompression of traffic class field was incorrectJukka Rissanen
2013-12-08ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong
2013-12-08net: Fix "ip rule delete table 256"Andreas Henriksson
2013-11-29SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust
2013-11-29SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultAndy Adamson
2013-11-29SUNRPC handle EKEYEXPIRED in call_refreshresultAndy Adamson
2013-11-20netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy
2013-11-20net: flow_dissector: fail on evil iph->ihlJason Wang
2013-11-13mac80211: update sta->last_rx on acked tx framesFelix Fietkau
2013-11-13mac80211: correctly close cancelled scansEmmanuel Grumbach
2013-11-04wireless: radiotap: fix parsing buffer overrunJohannes Berg
2013-11-04inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa
2013-11-04net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann
2013-11-04sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich
2013-11-04sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du
2013-11-04unix_diag: fix info leakMathias Krause
2013-11-04l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet
2013-11-04net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde
2013-11-04bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich
2013-11-04ipv6: restrict neighbor entry creation to output flowMarcelo Ricardo Leitner
2013-11-04ipv4: fix ineffective source address selectionJiri Benc
2013-11-04net: heap overflow in __audit_sockaddr()Dan Carpenter
2013-11-04net: do not call sock_put() on TIMEWAIT socketsEric Dumazet
2013-11-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet
2013-11-04tcp: must unclone packets before mangling themEric Dumazet
2013-10-13Bluetooth: Fix encryption key size for peripheral roleAndre Guedes
2013-10-13Bluetooth: Fix security level for peripheral roleAndre Guedes
2013-10-13ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine
2013-10-13ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine
2013-10-13ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa
2013-10-13ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-10-13ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka