summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-08ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa1-15/+19
2013-12-08inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa8-38/+17
2013-12-08pkt_sched: fq: fix pacing for small framesEric Dumazet1-4/+18
2013-12-08pkt_sched: fq: warn users using defrateEric Dumazet1-6/+4
2013-12-08ipv4: fix possible seqlock deadlockEric Dumazet1-1/+1
2013-12-08pkt_sched: fq: change classification of control packetsMaciej Żenczykowski1-7/+1
2013-12-08ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel1-5/+13
2013-12-08sit: fix use after free of fb_tunnel_devWillem de Bruijn1-4/+14
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-08core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov2-7/+3
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-11-29SUNRPC: Avoid deep recursion in rpc_release_clientTrond Myklebust1-12/+17
2013-11-29SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust1-7/+21
2013-11-29SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 messageTrond Myklebust1-0/+1
2013-11-21ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa1-3/+6
2013-11-21tcp: do not rearm RTO when future data are sackedYuchung Cheng1-3/+10
2013-11-21tcp: only take RTT from timestamps if new data is ackedYuchung Cheng1-1/+2
2013-11-21tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng1-5/+13
2013-11-21tcp: gso: fix truesize trackingEric Dumazet1-8/+5
2013-11-21net: flow_dissector: fail on evil iph->ihlJason Wang1-1/+1
2013-11-21net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcbDaniel Borkmann1-1/+0
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing3-22/+28
2013-10-22tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell1-0/+2
2013-10-22ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa1-7/+31
2013-10-22netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helperJulian Anastasov1-2/+2
2013-10-22ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2-4/+8
2013-10-20ip_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko1-4/+9
2013-10-20ip6_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko1-11/+14
2013-10-20udp6: respect IPV6_DONTFRAG sockopt in case there are pending framesJiri Pirko1-3/+2
2013-10-20net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann1-0/+10
2013-10-19bridge: Fix updating FDB entries when the PVID is appliedToshiaki Makita1-0/+1
2013-10-19bridge: Fix the way the PVID is referencedToshiaki Makita1-3/+1
2013-10-19bridge: Apply the PVID to priority-tagged framesToshiaki Makita1-7/+20
2013-10-19bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita3-54/+49
2013-10-18bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich1-1/+1
2013-10-18tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()Eric Dumazet1-2/+1
2013-10-18tcp: must unclone packets before mangling themEric Dumazet1-3/+6
2013-10-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller10-5/+43
2013-10-17tcp: fix incorrect ca_state in tail loss probeYuchung Cheng1-1/+1
2013-10-17sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich1-1/+1
2013-10-17sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du1-1/+2
2013-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-5/+43