aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-10tcp: Out-line tcp_try_rmem_schedulePavel Emelyanov1-1/+1
2012-05-10tcp: Schedule rmem for rcvq repair sendPavel Emelyanov1-0/+3
2012-05-10tcp: Move rcvq sending to tcp_input.cPavel Emelyanov2-34/+34
2012-05-08netfilter: remove ip_queue supportPablo Neira Ayuso2-642/+0
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-10/+23
2012-05-07net: IP_MULTICAST_IF setsockopt now recognizes struct mreqJiri Pirko1-4/+9
2012-05-04tcp: be more strict before accepting ECN negociationEric Dumazet1-1/+1
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck1-1/+1
2012-05-03tcp: move stats merge to the end of tcp_try_coalesceAlexander Duyck1-26/+29
2012-05-03tcp: Move code related to head frag in tcp_try_coalesceAlexander Duyck1-17/+25
2012-05-03tcp: Fix truesize accounting in tcp_try_coalesceAlexander Duyck1-6/+4
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck1-7/+2
2012-05-02net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet2-24/+26
2012-05-02net: take care of cloned skbs in tcp_try_coalesce()Eric Dumazet1-14/+28
2012-05-02tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet2-5/+6
2012-05-02tcp: early retransmit: delayed fast retransmitYuchung Cheng3-10/+69
2012-05-02tcp: early retransmitYuchung Cheng4-0/+29
2012-05-02tcp: early retransmit: tcp_enter_recovery()Yuchung Cheng1-27/+34
2012-04-30tcp: makes tcp_try_coalesce aware of skb->head_fragEric Dumazet1-12/+43
2012-04-30tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng1-3/+6
2012-04-27tcp: clean up use of jiffies in tcp_rcv_rtt_measure()Neal Cardwell1-1/+1
2012-04-27ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet1-2/+17
2012-04-26tcp repair: Fix unaligned access when repairing options (v2)Pavel Emelyanov1-39/+21
2012-04-25net: sock_diag_handler structs can be constShan Wei1-2/+2
2012-04-25udp_diag: implement idiag_get_info for udp/udplite to get queue informationShan Wei2-1/+10
2012-04-24net: skb_can_coalesce returns a booleanEric Dumazet1-1/+2
2012-04-23tcp: tcp_try_coalesce returns a booleanEric Dumazet1-9/+9
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2012-04-23tcp: introduce tcp_try_coalesceEric Dumazet1-17/+62
2012-04-23tcp: sk_add_backlog() is too agressive for TCPEric Dumazet1-1/+2
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet2-3/+3
2012-04-23tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.David S. Miller1-2/+1
2012-04-21tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()Neal Cardwell2-50/+66
2012-04-21tcp: Repair connection-time negotiated parametersPavel Emelyanov1-0/+71
2012-04-21tcp: Report mss_clamp with TCP_MAXSEG option in repair modePavel Emelyanov1-0/+2
2012-04-21tcp: Repair socket queuesPavel Emelyanov2-3/+87
2012-04-21tcp: Initial repair modePavel Emelyanov3-7/+96
2012-04-21tcp: Move code aroundPavel Emelyanov3-36/+51
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov2-1/+4
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman2-17/+0
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman5-16/+7
2012-04-20net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman1-1/+1
2012-04-20net ipv4: Convert devinet to use register_net_sysctlEric W. Biederman1-34/+5
2012-04-20net ipv4: Remove the unneeded registration of an empty net/ipv4/neighEric W. Biederman1-18/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman3-6/+6
2012-04-20net: Kill register_sysctl_rotableEric W. Biederman1-1/+1
2012-04-19ipv4: dont drop packet in defrag but consume itEric Dumazet1-1/+1
2012-04-19net: fix compile error of leaking kmemleak.h headerShan Wei1-0/+1
2012-04-18tcp: fix retransmit of partially acked framesEric Dumazet1-0/+1
2012-04-18net/ipv4:Remove two memleak reports by kmemleak_not_leak.majianpeng1-1/+1