summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2010-10-01ipv4: introduce __ip_dev_find()Eric Dumazet1-13/+19
2010-10-01ipv4: __mkroute_output() speedupEric Dumazet1-18/+15
2010-09-30ip_gre: comments changeEric Dumazet1-4/+4
2010-09-30tcp: tcp_enter_quickack_mode can be staticstephen hemminger1-1/+1
2010-09-30arp: remove unnecessary export of arp_broken_opsstephen hemminger1-2/+1
2010-09-30ipip: enable lockless xmitsEric Dumazet1-0/+1
2010-09-30ip_gre: lockless xmitEric Dumazet1-0/+4
2010-09-30ipip: fix percpu stats accountingEric Dumazet1-3/+10
2010-09-29ipv4: Allow configuring subnets as local addressesTom Herbert1-4/+3
2010-09-29ip_gre: Fix dependencies wrt. ipv6.David S. Miller1-0/+1
2010-09-29net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out()Damian Lukowski1-10/+14
2010-09-28ipip: percpu stats accountingEric Dumazet1-34/+93
2010-09-28ip_gre: percpu stats accountingEric Dumazet1-39/+104
2010-09-28tcp: Fix >4GB writes on 64-bit.David S. Miller1-1/+1
2010-09-28ipv6: add IPv6 to neighbour table overflow warningUlrich Weber1-1/+1
2010-09-28tcp: fix TSO FACK loss marking in tcp_mark_head_lostYuchung Cheng1-1/+2
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller11-31/+56
2010-09-27net: fix rcu use in ip_route_output_slowEric Dumazet1-1/+1
2010-09-25ip: take care of last fragment in ip_append_dataEric Dumazet1-3/+6
2010-09-24net: return operator cleanupEric Dumazet11-19/+19
2010-09-23xfrm4: strip ECN bits from tos fieldUlrich Weber1-1/+1
2010-09-23netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flagJiri Olsa1-1/+3
2010-09-23netfilter: nf_nat_snmp: fix checksum calculation (v4)Patrick McHardy1-2/+4
2010-09-23netfilter: fix ipt_REJECT TCP RST routing for indev == outdevChangli Gao1-0/+1
2010-09-22netfilter: nf_nat: better error handling of nf_ct_expect_related() in helpersPablo Neira Ayuso5-14/+93
2010-09-22ip: fix truesize mismatch in ip fragmentationEric Dumazet1-6/+13
2010-09-21tcp: Fix race in tcp_pollTom Marshall2-2/+7
2010-09-20xfrm: Allow different selector family in temporary stateThomas Egerer1-14/+19
2010-09-20net: rx_dropped accountingEric Dumazet2-3/+8
2010-09-20ip_gre: CONFIG_IPV6_MODULE supportEric Dumazet1-4/+4
2010-09-19bridge : Sanitize skb before it enters the IP stackBandan Das1-1/+2
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-16ipv4: ip_ptr cleanupsEric Dumazet2-3/+3
2010-09-16gre: get rid of ipgre_lockEric Dumazet1-29/+32
2010-09-16ipip: get rid of ipip_lockEric Dumazet1-33/+34
2010-09-15netfilter: nf_nat: add nf_nat_csum()Changli Gao1-45/+31
2010-09-14ipv4: enable getsockopt() for IP_NODEFRAGMichael Kerrisk1-0/+3
2010-09-13ipv4: force_igmp_version ignored when a IGMPv3 query receivedBob Arendt1-1/+1
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