summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2010-10-13netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt2-46/+46
2010-10-13netfilter: xtables: resolve indirect macros 1/3Jan Engelhardt2-11/+11
2010-10-04netfilter: ipt_LOG: add bufferisation to call printk() onceEric Dumazet1-72/+73
2010-10-04netfilter: nf_nat: make find/put staticStephen Hemminger1-4/+2
2010-09-22netfilter: nf_nat: better error handling of nf_ct_expect_related() in helpersPablo Neira Ayuso5-14/+93
2010-09-16netfilter: nf_nat: no IP_NAT_RANGE_MAP_IPS flags when alloc_null_binding()Changli Gao1-9/+8
2010-09-16netfilter: nf_nat_core: don't check if the tuple is used if there is no other...Changli Gao1-5/+11
2010-09-15netfilter: nf_nat: add nf_nat_csum()Changli Gao1-45/+31
2010-09-10fib: cleanupsEric Dumazet1-32/+23
2010-09-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller11-35/+97
2010-09-10tunnels: missing rcu_assign_pointer()Eric Dumazet1-1/+1
2010-09-09udp: add rehash on connect()Eric Dumazet2-1/+48
2010-09-09net: inet_add_protocol() can use cmpxchg()Eric Dumazet1-26/+5
2010-09-09net: blackhole route should always be recalculatedJianzhao Wang1-1/+6
2010-09-09ipv4: Suppress lockdep-RCU false positive in FIB trie (3)Jarek Poplawski1-2/+6
2010-09-08ipv4: Fix reverse path filtering with multipath routing.David S. Miller1-2/+13
2010-09-02net: arp: code cleanupChangli Gao1-103/+123
2010-09-02tcp: update also tcp_output with regard to RFC 5681Gerrit Renker1-9/+3
2010-09-02ipv4: minor fix about RPF in help of KconfigNicolas Dichtel1-1/+1
2010-09-01net: tunnels should use rcu_dereferenceEric Dumazet1-4/+9
2010-09-01gro: unexport tcp4_gro_receive and tcp4_gro_completeEric Dumazet1-2/+0
2010-08-31net: struct xfrm_tunnel in read_mostly sectionEric Dumazet3-5/+5
2010-08-31tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker1-15/+2
2010-08-31tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu2-16/+35
2010-08-28net/ipv4: Eliminate kstrdup memory leakJulia Lawall1-2/+3
2010-08-26tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro1-1/+2
2010-08-26tcp: fix three tcp sysctls tuningEric Dumazet1-17/+7
2010-08-25tcp: Combat per-cpu skew in orphan tests.David S. Miller2-8/+5
2010-08-25net: ip_append_data() optimEric Dumazet1-4/+3
2010-08-24netfilter: fix CONFIG_COMPAT supportFlorian Westphal2-0/+6
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2-2/+2
2010-08-23tcp: allow effective reduction of TCP's rcv-buffer via setsockoptHagen Paul Pfeifer1-0/+11
2010-08-22Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-0/+4
2010-08-22PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov4-7/+166
2010-08-20net: build_ehash_secret() and rt_bind_peer() cleanupsEric Dumazet2-13/+4
2010-08-20netfilter: ipt_CLUSTERIP: use proto_ports_offset() to support AH messageChangli Gao1-16/+15
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp4-8/+8
2010-08-18netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet2-0/+4
2010-08-08tcp: no md5sig option size check bugDmitry Popov1-1/+1
2010-08-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+5
2010-08-03ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twiceChangli Gao1-4/+2
2010-08-03net: Add getsockopt support for TCP thin-streamsJosh Hunt1-0/+6
2010-08-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller13-70/+60
2010-08-02netfilter: nf_nat: don't check if the tuple is unique when there isn't any ot...Changli Gao3-6/+6
2010-08-02netfilter: nf_nat: make unique_tuple return voidChangli Gao9-28/+26
2010-08-02netfilter: nf_nat: use local variable hdrlenChangli Gao1-11/+7
2010-08-02netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessaryEric Dumazet2-8/+12
2010-07-31tcp: cookie transactions setsockopt memory leakDmitry Popov1-2/+5
2010-07-23netfilter: iptables: use skb->len for accountingChangli Gao1-1/+1
2010-07-23netfilter: arptables: use arp_hdr_len()Changli Gao1-4/+1