aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-25arp: RCU change in arp_solicit()Eric Dumazet1-5/+7
2010-06-24tcp: do not send reset to already closed socketsKonstantin Khorenko1-0/+4
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+6
2010-06-23net - IP_NODEFRAG option for IPv4 socketJiri Olsa3-1/+15
2010-06-21udp: Fix bogus UFO packet generationHerbert Xu1-3/+6
2010-06-16syncookies: check decoded options against sysctl settingsFlorian Westphal1-6/+19
2010-06-16inetpeer: restore small inet_peer structuresEric Dumazet3-6/+10
2010-06-15inetpeer: do not use zero refcnt for freed entriesEric Dumazet1-2/+8
2010-06-15ipfrag : frag_kfree_skb() cleanupEric Dumazet1-6/+3
2010-06-15ip_frag: Remove some atomic opsEric Dumazet1-2/+1
2010-06-15inetpeer: RCU conversionEric Dumazet1-69/+95
2010-06-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller7-62/+62
2010-06-15tcp: unify tcp flag macrosChangli Gao3-35/+34
2010-06-15Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy28-490/+601
2010-06-15netfilter: CLUSTERIP: RCU conversionEric Dumazet1-19/+29
2010-06-14inetpeer: various changesEric Dumazet1-38/+56
2010-06-14netfilter: kill redundant check code in which setting ip_summed valueShan Wei1-3/+1
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2010-06-10net-next: remove useless union keywordChangli Gao19-305/+305
2010-06-10ip: ip_ra_control() rcu fixEric Dumazet1-4/+15
2010-06-09icmp: RCU conversion in icmp_address_reply()Eric Dumazet1-7/+5
2010-06-09netfilter: ip_queue: rwlock to spinlock conversionEric Dumazet1-32/+25
2010-06-08netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet2-2/+2
2010-06-07net: avoid two atomic ops in ip_rcv_options()Eric Dumazet1-4/+2
2010-06-07ipv4: avoid two atomic ops in ip_rt_redirect()Eric Dumazet1-7/+3
2010-06-07igmp: avoid two atomic ops in igmp_rcv()Eric Dumazet1-6/+4
2010-06-07ip: Router Alert RCU conversionEric Dumazet2-17/+17
2010-06-07ipmr: dont corrupt listsEric Dumazet1-1/+3
2010-06-07raw: avoid two atomics in xmitEric Dumazet1-3/+5
2010-06-07tcp: Fix slowness in read /proc/net/tcpTom Herbert1-8/+84
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller7-18/+17
2010-06-05syncookies: update mss tablesFlorian Westphal1-19/+19
2010-06-05syncookies: avoid unneeded tcp header flag double checkFlorian Westphal2-2/+2
2010-06-05syncookies: make v4/v6 synflood warning behaviour the sameFlorian Westphal1-11/+13
2010-06-04tcp: use correct net ns in cookie_v4_check()Eric Dumazet1-1/+1
2010-06-04rps: tcp: fix rps_sock_flow_table table updatesEric Dumazet1-3/+4
2010-06-04syncookies: remove Kconfig text line about disabled-by-defaultFlorian Westphal1-5/+5
2010-06-04netfilter: vmalloc_node cleanupEric Dumazet2-6/+5
2010-06-03arp: RCU changesEric Dumazet1-7/+4
2010-06-03ipv4: RCU changes in __mkroute_input()Eric Dumazet1-5/+3
2010-06-03ipv4: RCU conversion of ip_route_input_slow/ip_route_input_mcEric Dumazet1-18/+17
2010-06-03ipv4: add LINUX_MIB_IPRPFILTER snmp counterEric Dumazet4-15/+26
2010-06-02TCP: tcp_hybla: Fix integer overflow in slow start incrementDaniele Lacamera1-2/+2
2010-06-02ipconfig: send host-name in DHCP requestsWu Fengguang1-0/+7
2010-06-01net/ipv4/igmp.c: Remove unnecessary kmalloc castsJoe Perches1-2/+1
2010-05-31net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1Joe Perches1-2/+2
2010-05-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-1/+1
2010-05-31net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet1-4/+2
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet1-1/+1
2010-05-31Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-4/+4