aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller2-1/+48
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-3/+2
2011-01-25TCP: fix a bug that triggers large number of TCP RST by mistakeJerry Chu1-1/+1
2011-01-24net: change netdev->features to u32Michał Mirosław3-3/+3
2011-01-24tcp: fix bug in listening_get_next()Eric Dumazet1-1/+0
2011-01-24inetpeer: Use correct AVL tree base pointer in inet_getpeer().David S. Miller1-1/+1
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-7/+6
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller2-2/+4
2011-01-24net: arp_ioctl() must hold RTNLEric Dumazet1-6/+5
2011-01-20netfilter: nf_nat: place conntrack in source hash after SNAT is doneChangli Gao1-7/+11
2011-01-20netfilter: do not omit re-route check on NF_QUEUE verdictFlorian Westphal1-1/+1
2011-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2011-01-19Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy8-81/+58
2011-01-19Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller1-1/+1
2011-01-18netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa2-5/+7
2011-01-18netfilter: ipt_CLUSTERIP: remove "no conntrack!"Eric Dumazet1-6/+1
2011-01-18netfilter: nf_nat: fix conversion to non-atomic bit opsChangli Gao1-2/+2
2011-01-14netfilter: nf_conntrack: use is_vmalloc_addr()Patrick McHardy1-4/+2
2011-01-14Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6Patrick McHardy39-685/+875
2011-01-14netfilter: fix Kconfig dependenciesPatrick McHardy5-27/+29
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+4
2011-01-13netfilter: x_table: speedup compat operationsEric Dumazet2-0/+4
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEADSimon Horman37-685/+871
2011-01-11Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller2-62/+28
2011-01-11ah: reload pointers to skb data after calling skb_cow_data()Dang Hongwu1-3/+4
2011-01-11tcp: disallow bind() to reuse addr/portEric Dumazet1-2/+3
2011-01-10arp: allow to invalidate specific ARP entriesMaxim Levitsky1-11/+18
2011-01-10netfilter: x_tables: dont block BH while reading countersEric Dumazet2-62/+28
2011-01-09netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt1-1/+1
2011-01-06netfilter: fix export secctx error handlingPablo Neira Ayuso1-1/+1
2011-01-06ipv4: IP defragmentation must be ECN awareEric Dumazet1-0/+34
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+6
2011-01-04ipv4/route.c: respect prefsrc for local routesJoel Sing1-2/+6
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-7/+14
2010-12-25ipv4: dont create routes on down devicesEric Dumazet1-3/+4
2010-12-23Revert "ipv4: Allow configuring subnets as local addresses"David S. Miller1-2/+8
2010-12-23tcp: cleanup of cwnd initialization in tcp_init_metrics()Jiri Kosina1-17/+12
2010-12-23tcp: fix listening_get_next()Eric Dumazet1-2/+2
2010-12-22Merge branch 'master' into for-nextJiri Kosina18-87/+102
2010-12-20TCP: increase default initial receive window.Nandita Dukkipati1-3/+8
2010-12-20ipv4: Flush per-ns routing cache more sanely.David S. Miller2-41/+29
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+2
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław1-1/+1
2010-12-16net: fix nulls list corruptions in sk_prot_allocOctavian Purdila2-0/+2
2010-12-14net: Abstract default MTU metric calculation behind an accessor.David S. Miller1-9/+20
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller3-13/+27
2010-12-13net: add limits to ip_default_ttlEric Dumazet1-2/+5
2010-12-12ipv4: Don't pre-seed hoplimit metric.David S. Miller7-10/+9
2010-12-12net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller5-5/+5
2010-12-10xfrm: Traffic Flow Confidentiality for IPv4 ESPMartin Willi1-8/+24