aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-15/+25
2012-04-12Merge 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-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus 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-05tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet1-1/+1
2012-04-05netdma: 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-03tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+1
2012-04-02Merge 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-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus 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-22bonding: remove entries for master_ip and vlan_ip and query devices insteadAndy Gospodarek1-0/+1
2012-03-22netfilter: remove forward module param confusion.Rusty Russell1-7/+2
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds42-1030/+697
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-14/+4
2012-03-19tcp: reduce out_of_order memory useEric Dumazet2-1/+19
2012-03-19tcp: introduce tcp_data_queue_ofoEric Dumazet1-99/+115
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-17/+23
2012-03-16arp: allow arp processing to honor per interface arp_accept sysctlNeil Horman1-1/+1
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches19-48/+79
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar3-19/+97
2012-03-11net: Convert printks to pr_<level>Joe Perches25-181/+163
2012-03-11tcp: fix syncookie regressionEric Dumazet2-17/+23
2012-03-09ipv4: Make ip_rcv_options() return bool.David S. Miller1-3/+3
2012-03-09ipv4: Make ip_call_ra_chain() return bool.David S. Miller1-4/+4
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+86
2012-03-08route: Remove redirect_genidSteffen Klassert2-10/+2
2012-03-08inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert2-1/+80
2012-03-07Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller7-529/+86
2012-03-07tcp: md5: correct a RCU lockdep splatEric Dumazet1-1/+2
2012-03-07netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso1-0/+47
2012-03-07netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso1-3/+10