summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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 Sowa8-11/+15
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 Sowa30-98/+53
2013-12-08inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa8-31/+14
2013-12-08ipv4: fix possible seqlock deadlockEric Dumazet1-1/+1
2013-12-08net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet1-1/+4
2013-12-08tcp: tsq: restore minimal amount of queueingEric Dumazet2-7/+5
2013-12-086lowpan: Uncompression of traffic class field was incorrectJukka Rissanen1-2/+2
2013-12-08ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa1-0/+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-12-08ipv6: fix headroom calculation in udp6_ufo_fragmentHannes Frederic Sowa1-1/+1
2013-12-04cfg80211: fix scheduled scan pointer accessJohannes Berg1-2/+2
2013-12-049p: send uevent after adding/removing mount_tag attributeMichael Marineau1-0/+5
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-20batman-adv: set up network coding packet handlers during module initMatthias Schiffer3-16/+31
2013-11-20net: flow_dissector: fail on evil iph->ihlJason Wang1-1/+1
2013-11-20ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa1-3/+6
2013-11-20ip_gre: Fix WCCPv2 header parsing.Pravin B Shelar3-4/+4
2013-11-13cfg80211: fix warning when using WEXT for IBSSBruno Randolf1-0/+3
2013-11-13mac80211: fix crash if bitrate calculation goes wrongJohannes Berg1-0/+4
2013-11-13mac80211: update sta->last_rx on acked tx framesFelix Fietkau1-0/+3
2013-11-13mac80211: use sta_info_get_bss() for nl80211 tx and client probingFelix Fietkau2-2/+3
2013-11-13mac80211: drop spoofed packets in ad-hoc modeFelix 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-04ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa1-7/+31
2013-11-04netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helperJulian Anastasov1-2/+2
2013-11-04ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2-4/+8
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-04bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich1-1/+1
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-04vti: get rid of nf mark rule in preroutingChristophe Gouault1-3/+11
2013-11-04net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde1-1/+1
2013-11-04net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam1-0/+2
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-04l2tp: Fix build warning with ipv6 disabled.David S. Miller1-5/+8
2013-11-04l2tp: fix kernel panic when using IPv4-mapped IPv6 addressesFrançois CACHEREUL2-4/+26
2013-11-04net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2-2/+2
2013-11-04tcp: fix incorrect ca_state in tail loss probeYuchung Cheng1-1/+1
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