aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-08net: Kill NETEVENT_PMTU_UPDATE.David S. Miller1-1/+0
2011-02-08ipsec: allow to align IPv4 AH on 32 bitsNicolas Dichtel1-6/+19
2011-02-04inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller3-59/+89
2011-02-04ipv4: Don't miss existing cached metrics in new routes.David S. Miller1-14/+17
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-4/+40
2011-02-03net: Support compat SIOCGETVIFCNT ioctl in ipv4.David S. Miller1-0/+30
2011-02-03net: Fix bug in compat SIOCGETSGCNT handling.David S. Miller1-1/+1
2011-02-02ipv4: Fix fib_trie build in some configurations.David S. Miller1-60/+60
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller1-1/+1
2011-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-3/+3
2011-02-01ipv4: Rename fib_hash_* locals in fib_semantics.cDavid S. Miller1-20/+20
2011-02-01ipv4: Update some fib_hash centric interface names.David S. Miller2-7/+6
2011-02-01ipv4: Remove fib_hash.David S. Miller3-1101/+2
2011-02-01netfilter: arpt_mangle: fix return values of checkentryPablo Neira Ayuso1-3/+3
2011-01-31ipv4: Consolidate all default route selection implementations.David S. Miller5-162/+57
2011-01-31ipv4: Remember FIB alias list head and table in lookup results.David S. Miller4-8/+11
2011-01-31net: Add default_mtu() methods to blackhole dst_opsRoland Dreier1-0/+6
2011-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-0/+81
2011-01-30net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman3-0/+81
2011-01-28ipv4: If fib metrics are default, no need to grab ref to FIB info.David S. Miller1-2/+4
2011-01-28ipv4: Attach FIB info to dst_default_metrics when possibleDavid S. Miller1-4/+8
2011-01-28ipv4: Allocate fib metrics dynamically.David S. Miller1-0/+4
2011-01-27net: Pre-COW metrics for TCP.David S. Miller1-3/+23
2011-01-27net: Store ipv4/ipv6 COW'd metrics in inetpeer cache.David S. Miller1-7/+11
2011-01-27inetpeer: Mark metrics as "new" in fresh inetpeer entries.David S. Miller1-0/+1
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