summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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
2012-04-21net: Kill register_sysctl_rotableEric W. Biederman
2012-04-19ipv4: dont drop packet in defrag but consume itEric Dumazet
2012-04-19net: fix compile error of leaking kmemleak.h headerShan Wei
2012-04-18tcp: fix retransmit of partially acked framesEric Dumazet
2012-04-18net/ipv4:Remove two memleak reports by kmemleak_not_leak.majianpeng
2012-04-18tcp: fix tcp_grow_window() for large incoming framesEric Dumazet
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta
2012-04-14tcp: Remove redundant code entering quickack modeVijay Subramanian
2012-04-14tcp: bind() use stronger condition for bind_conflictAlex Copot
2012-04-14inet: makes syn_ack_timeout mandatoryEric Dumazet
2012-04-14tcp: RFC6298 supersedes RFC2988bisEric Dumazet
2012-04-14tunnel: implement 64 bits statisticsstephen hemminger
2012-04-13udp: intoduce udp_encap_needed static_keyEric Dumazet
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-04-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-04-10tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell
2012-04-10tcp: restore correct limitEric Dumazet
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-10cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa
2012-04-10netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik
2012-04-09netfilter: nf_ct_ipv4: handle invalid IPv4 and IPv6 packets consistentlyJozsef Kadlecsik