summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2012-05-16Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches
2012-05-16net: delete all instances of special processing for token ringPaul Gortmaker
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-05-15xfrm: make xfrm_algo.c a moduleJan Beulich
2012-05-11tcp: Out-line tcp_try_rmem_schedulePavel Emelyanov
2012-05-11tcp: Schedule rmem for rcvq repair sendPavel Emelyanov
2012-05-11tcp: Move rcvq sending to tcp_input.cPavel Emelyanov
2012-05-08netfilter: remove ip_queue supportPablo Neira Ayuso
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-08net: IP_MULTICAST_IF setsockopt now recognizes struct mreqJiri Pirko
2012-05-04tcp: be more strict before accepting ECN negociationEric Dumazet
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck
2012-05-03tcp: move stats merge to the end of tcp_try_coalesceAlexander Duyck
2012-05-03tcp: Move code related to head frag in tcp_try_coalesceAlexander Duyck
2012-05-03tcp: Fix truesize accounting in tcp_try_coalesceAlexander Duyck
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck
2012-05-03net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet
2012-05-03net: take care of cloned skbs in tcp_try_coalesce()Eric Dumazet
2012-05-03tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet
2012-05-03tcp: early retransmit: delayed fast retransmitYuchung Cheng
2012-05-03tcp: early retransmitYuchung Cheng
2012-05-03tcp: early retransmit: tcp_enter_recovery()Yuchung Cheng
2012-05-01tcp: makes tcp_try_coalesce aware of skb->head_fragEric Dumazet
2012-04-30tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng
2012-04-27tcp: clean up use of jiffies in tcp_rcv_rtt_measure()Neal Cardwell
2012-04-27ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet
2012-04-26tcp repair: Fix unaligned access when repairing options (v2)Pavel Emelyanov
2012-04-26net: sock_diag_handler structs can be constShan Wei
2012-04-26udp_diag: implement idiag_get_info for udp/udplite to get queue informationShan Wei
2012-04-24net: skb_can_coalesce returns a booleanEric Dumazet
2012-04-24tcp: tcp_try_coalesce returns a booleanEric Dumazet
2012-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-24tcp: introduce tcp_try_coalesceEric Dumazet
2012-04-24tcp: sk_add_backlog() is too agressive for TCPEric Dumazet
2012-04-24net: add a limit parameter to sk_add_backlog()Eric Dumazet
2012-04-23tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.David S. Miller
2012-04-21tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()Neal Cardwell
2012-04-21tcp: Repair connection-time negotiated parametersPavel Emelyanov
2012-04-21tcp: Report mss_clamp with TCP_MAXSEG option in repair modePavel Emelyanov
2012-04-21tcp: Repair socket queuesPavel Emelyanov
2012-04-21tcp: Initial repair modePavel Emelyanov
2012-04-21tcp: Move code aroundPavel Emelyanov
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov
2012-04-21net: Delete all remaining instances of ctl_pathEric W. Biederman
2012-04-21net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-21net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman
2012-04-21net ipv4: Convert devinet to use register_net_sysctlEric W. Biederman
2012-04-21net ipv4: Remove the unneeded registration of an empty net/ipv4/neighEric W. Biederman
2012-04-21net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman