aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-8/+4
2013-11-08Merge tag 'nfs-for-3.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-81/+234
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+8
2013-11-04net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcbDaniel Borkmann1-1/+0
2013-11-02net: flow_dissector: fail on evil iph->ihlJason Wang1-1/+1
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-10/+18
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar61-236/+475
2013-11-01xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert2-2/+10
2013-10-31SUNRPC: Cleanup xs_destroy()Trond Myklebust1-10/+5
2013-10-31SUNRPC: close a rare race in xs_tcp_setup_socket.NeilBrown1-4/+9
2013-10-30SUNRPC: remove duplicated include from clnt.cWei Yongjun1-1/+0
2013-10-29bridge: pass correct vlan id to multicast codeVlad Yasevich4-29/+25
2013-10-29Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller3-5/+19
2013-10-29net: x25: Fix dead URLs in KconfigMichael Drüing1-2/+2
2013-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+6
2013-10-29netfilter: xt_NFQUEUE: fix --queue-bypass regressionHolger Eitzenberger1-1/+6
2013-10-29tcp: gso: fix truesize trackingEric Dumazet1-8/+5
2013-10-28SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msgTrond Myklebust1-19/+37
2013-10-28SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 messageTrond Myklebust1-0/+1
2013-10-28SUNRPC: remove an unnecessary if statementwangweidong1-3/+1
2013-10-28sunrpc: comment typo fixJ. Bruce Fields1-2/+2
2013-10-28SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transportTrond Myklebust1-1/+2
2013-10-28SUNRPC: Add a helper to switch the transport of an rpc_clntTrond Myklebust1-7/+100
2013-10-28SUNRPC: Modify synopsis of rpc_client_register()Chuck Lever1-6/+7
2013-10-28xfrm: Increase the garbage collector thresholdSteffen Klassert2-2/+2
2013-10-28pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet1-0/+1
2013-10-27tcp: do not rearm RTO when future data are sackedYuchung Cheng1-3/+10
2013-10-27tcp: only take RTT from timestamps if new data is ackedYuchung Cheng1-1/+2
2013-10-27tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng1-5/+13
2013-10-25ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa1-3/+6
2013-10-25netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli1-13/+18
2013-10-23net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6Daniel Borkmann1-1/+3
2013-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-13/+25
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing3-22/+28
2013-10-22netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon4-1/+21
2013-10-21tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell1-0/+2
2013-10-21ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa1-7/+31
2013-10-21netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helperJulian Anastasov1-2/+2
2013-10-21ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2-4/+8
2013-10-19ip_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko1-4/+9
2013-10-19ip6_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko1-11/+14
2013-10-19udp6: respect IPV6_DONTFRAG sockopt in case there are pending framesJiri Pirko1-3/+2
2013-10-19net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann1-0/+10
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman37-356/+516
2013-10-18bridge: Fix updating FDB entries when the PVID is appliedToshiaki Makita1-0/+1
2013-10-18bridge: Fix the way the PVID is referencedToshiaki Makita1-3/+1
2013-10-18bridge: Apply the PVID to priority-tagged framesToshiaki Makita1-7/+20
2013-10-18bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita3-54/+49
2013-10-18xfrm: prevent ipcomp scratch buffer race conditionMichal Kubecek1-6/+6
2013-10-17bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich1-1/+1