summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-12-08ipv6: Fix inet6_init() cleanup orderVlad 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-08ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa
2013-12-08inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa
2013-12-08pkt_sched: fq: fix pacing for small framesEric Dumazet
2013-12-08pkt_sched: fq: warn users using defrateEric Dumazet
2013-12-08ipv4: fix possible seqlock deadlockEric Dumazet
2013-12-08pkt_sched: fq: change classification of control packetsMaciej Żenczykowski
2013-12-08ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel
2013-12-08sit: fix use after free of fb_tunnel_devWillem de Bruijn
2013-12-08net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet
2013-12-08tcp: tsq: restore minimal amount of queueingEric Dumazet
2013-12-086lowpan: Uncompression of traffic class field was incorrectJukka Rissanen
2013-12-08core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov
2013-12-08ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa
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-12-08ipv6: fix headroom calculation in udp6_ufo_fragmentHannes Frederic Sowa
2013-12-04cfg80211: fix scheduled scan pointer accessJohannes Berg
2013-11-29SUNRPC: Avoid deep recursion in rpc_release_clientTrond Myklebust
2013-11-29SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust
2013-11-29SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 messageTrond Myklebust
2013-11-20ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa
2013-11-20tcp: do not rearm RTO when future data are sackedYuchung Cheng
2013-11-20tcp: only take RTT from timestamps if new data is ackedYuchung Cheng
2013-11-20tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng
2013-11-20tcp: gso: fix truesize trackingEric Dumazet
2013-11-20net: flow_dissector: fail on evil iph->ihlJason Wang
2013-11-20net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcbDaniel Borkmann
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing
2013-10-21tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell
2013-10-21ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa
2013-10-21netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helperJulian Anastasov
2013-10-21ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov
2013-10-19ip_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko
2013-10-19ip6_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko
2013-10-19udp6: respect IPV6_DONTFRAG sockopt in case there are pending framesJiri Pirko
2013-10-19net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann
2013-10-18bridge: Fix updating FDB entries when the PVID is appliedToshiaki Makita
2013-10-18bridge: Fix the way the PVID is referencedToshiaki Makita
2013-10-18bridge: Apply the PVID to priority-tagged framesToshiaki Makita
2013-10-18bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita
2013-10-17bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich
2013-10-17tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()Eric Dumazet
2013-10-17tcp: must unclone packets before mangling themEric Dumazet
2013-10-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller