summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2013-12-088-11/+15
* net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa2013-12-081-1/+2
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-12-0830-98/+53
* inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2013-12-088-31/+14
* ipv4: fix possible seqlock deadlockEric Dumazet2013-12-081-1/+1
* net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet2013-12-081-1/+4
* tcp: tsq: restore minimal amount of queueingEric Dumazet2013-12-082-7/+5
* 6lowpan: Uncompression of traffic class field was incorrectJukka Rissanen2013-12-081-2/+2
* ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa2013-12-081-0/+2
* ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong2013-12-081-2/+5
* net: Fix "ip rule delete table 256"Andreas Henriksson2013-12-081-1/+2
* ipv6: fix headroom calculation in udp6_ufo_fragmentHannes Frederic Sowa2013-12-081-1/+1
* cfg80211: fix scheduled scan pointer accessJohannes Berg2013-12-041-2/+2
* 9p: send uevent after adding/removing mount_tag attributeMichael Marineau2013-12-041-0/+5
* SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust2013-11-291-7/+21
* SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultAndy Adamson2013-11-291-1/+1
* batman-adv: set up network coding packet handlers during module initMatthias Schiffer2013-11-203-16/+31
* net: flow_dissector: fail on evil iph->ihlJason Wang2013-11-201-1/+1
* ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa2013-11-201-3/+6
* ip_gre: Fix WCCPv2 header parsing.Pravin B Shelar2013-11-203-4/+4
* cfg80211: fix warning when using WEXT for IBSSBruno Randolf2013-11-131-0/+3
* mac80211: fix crash if bitrate calculation goes wrongJohannes Berg2013-11-131-0/+4
* mac80211: update sta->last_rx on acked tx framesFelix Fietkau2013-11-131-0/+3
* mac80211: use sta_info_get_bss() for nl80211 tx and client probingFelix Fietkau2013-11-132-2/+3
* mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau2013-11-131-0/+3
* mac80211: correctly close cancelled scansEmmanuel Grumbach2013-11-132-0/+22
* wireless: radiotap: fix parsing buffer overrunJohannes Berg2013-11-041-1/+6
* ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa2013-11-041-7/+31
* netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helperJulian Anastasov2013-11-041-2/+2
* ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2013-11-042-4/+8
* inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa2013-11-042-2/+2
* net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann2013-11-041-0/+10
* sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich2013-11-041-1/+1
* sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du2013-11-041-1/+2
* bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich2013-11-041-1/+1
* unix_diag: fix info leakMathias Krause2013-11-041-0/+1
* l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet2013-11-041-0/+4
* vti: get rid of nf mark rule in preroutingChristophe Gouault2013-11-041-3/+11
* net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde2013-11-041-1/+1
* net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam2013-11-041-0/+2
* ipv4: fix ineffective source address selectionJiri Benc2013-11-041-1/+1
* net: heap overflow in __audit_sockaddr()Dan Carpenter2013-11-042-4/+22
* l2tp: Fix build warning with ipv6 disabled.David S. Miller2013-11-041-5/+8
* l2tp: fix kernel panic when using IPv4-mapped IPv6 addressesFrançois CACHEREUL2013-11-042-4/+26
* net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2013-11-042-2/+2
* tcp: fix incorrect ca_state in tail loss probeYuchung Cheng2013-11-041-1/+1
* tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet2013-11-041-1/+4
* tcp: must unclone packets before mangling themEric Dumazet2013-11-041-3/+6
* tcp: TSQ can use a dynamic limitEric Dumazet2013-11-041-6/+11
* tcp: TSO packets automatic sizingEric Dumazet2013-11-045-7/+68