aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-09tunnels: missing rcu_assign_pointer()Eric Dumazet1-1/+1
2010-09-08net: inet_add_protocol() can use cmpxchg()Eric Dumazet1-26/+5
2010-09-02net: arp: code cleanupChangli Gao1-103/+123
2010-09-01tcp: update also tcp_output with regard to RFC 5681Gerrit Renker1-9/+3
2010-09-01net: tunnels should use rcu_dereferenceEric Dumazet1-4/+9
2010-08-31gro: unexport tcp4_gro_receive and tcp4_gro_completeEric Dumazet1-2/+0
2010-08-30net: struct xfrm_tunnel in read_mostly sectionEric Dumazet3-5/+5
2010-08-30tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker1-15/+2
2010-08-30tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu2-16/+35
2010-08-24net: ip_append_data() optimEric Dumazet1-4/+3
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2-2/+2
2010-08-22tcp: allow effective reduction of TCP's rcv-buffer via setsockoptHagen Paul Pfeifer1-0/+11
2010-08-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+4
2010-08-21PPTP: 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-19netfilter: 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-17netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet2-0/+4
2010-08-07tcp: no md5sig option size check bugDmitry Popov1-1/+1
2010-08-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+5
2010-08-02ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twiceChangli Gao1-4/+2
2010-08-02net: Add getsockopt support for TCP thin-streamsJosh Hunt1-0/+6
2010-08-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller13-70/+60
2010-08-02netfilter: nf_nat: don't check if the tuple is unique when there isn't any other choiceChangli 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-30tcp: 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
2010-07-23netfilter: nf_nat_core: merge the same linesChangli Gao1-7/+2
2010-07-22net: RTA_MARK additionEric Dumazet1-0/+7
2010-07-21net: remove last uses of __attribute__((packed))Gustavo F. Padovan1-1/+1
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-2/+10
2010-07-19tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen1-0/+3
2010-07-15ipmr: Don't leak memory if fib lookup fails.Ben Greear1-2/+6
2010-07-14rfs: call sock_rps_record_flow() in tcp_splice_read()Changli Gao1-0/+1
2010-07-12inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and inet_sendpage()Changli Gao3-12/+17
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet22-140/+67
2010-07-08gre: propagate ipv6 transport classStephen Hemminger1-0/+2
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2010-07-07net/ipv4/ip_output.c: Removal of unused variable in ip_fragment()George Kadianakis1-2/+1
2010-07-05ipv4: use skb_dst_copy() in ip_copy_metadata()Eric Dumazet1-1/+1
2010-07-05netfilter: ipt_REJECT: avoid touching dst refEric Dumazet1-1/+1
2010-07-05netfilter: ipt_REJECT: postpone the checksum calculation.Changli Gao1-5/+5
2010-07-04xfrm: fix xfrm by MARK logicPeter Kosyh1-0/+2
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller4-27/+51
2010-06-30fragment: add fast path for in-order fragmentsChangli Gao1-0/+12
2010-06-30snmp: 64bit ipstats_mib for all archesEric Dumazet2-6/+45
2010-06-28tcp: tso_fragment() might avoid GFP_ATOMICEric Dumazet1-3/+3