summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2012-04-23tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.David S. Miller1-2/+1
2012-04-22tcp: 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-21net: Delete all remaining instances of ctl_pathEric W. Biederman2-17/+0
2012-04-21net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman5-16/+7
2012-04-21net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman1-1/+1
2012-04-21net ipv4: Convert devinet to use register_net_sysctlEric W. Biederman1-34/+5
2012-04-21net ipv4: Remove the unneeded registration of an empty net/ipv4/neighEric W. Biederman1-18/+1
2012-04-21net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman3-6/+6
2012-04-21net: 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-18net/ipv4:Remove two memleak reports by kmemleak_not_leak.majianpeng1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet20-51/+54
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta16-49/+49
2012-04-14tcp: Remove redundant code entering quickack modeVijay Subramanian1-2/+0
2012-04-14tcp: bind() use stronger condition for bind_conflictAlex Copot1-4/+14
2012-04-14inet: makes syn_ack_timeout mandatoryEric Dumazet1-2/+1
2012-04-14tcp: RFC6298 supersedes RFC2988bisEric Dumazet2-3/+3
2012-04-14tunnel: implement 64 bits statisticsstephen hemminger2-37/+75
2012-04-13udp: intoduce udp_encap_needed static_keyEric Dumazet1-1/+11
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-15/+25
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-11/+21
2012-04-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet2-5/+5
2012-04-11Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-4/+4
2012-04-10tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell1-2/+5
2012-04-10tcp: restore correct limitEric Dumazet1-2/+1
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-15/+1
2012-04-10netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik1-0/+8
2012-04-10netfilter: nf_ct_ipv4: handle invalid IPv4 and IPv6 packets consistentlyJozsef Kadlecsik1-2/+2
2012-04-06tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet1-1/+1
2012-04-06netdma: adding alignment check for NETDMA opsDave Jiang3-4/+4
2012-04-05net: replace continue with break to reduce unnecessary loop in xxx_xmarksourcesRongQing.Li1-1/+1
2012-04-05net/route: export symbol ip_tos2prioAmir Vadai1-1/+1
2012-04-04tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+1
2012-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-04-02netfilter: ipv4: Stop using NLA_PUT*().David S. Miller2-8/+9
2012-04-02ipv4: Stop using NLA_PUT*().David S. Miller6-73/+87
2012-03-29Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds14-14/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells14-14/+0
2012-03-28net/ipv4: fix IPv4 multicast over network namespacesBenjamin LaHaise1-1/+1
2012-03-23bonding: remove entries for master_ip and vlan_ip and query devices insteadAndy Gospodarek1-0/+1
2012-03-23netfilter: remove forward module param confusion.Rusty Russell1-7/+2
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds42-1030/+697
2012-03-21Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-1/+1