aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-20net: avoid RCU for NOCACHE dstEric Dumazet1-5/+4
2010-10-19inet: RCU changes in inetdev_by_index()Eric Dumazet4-22/+16
2010-10-19net: avoid a dev refcount in ip_mc_find_dev()Eric Dumazet2-3/+3
2010-10-18IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast()Andy Walls1-7/+6
2010-10-17fib_hash: RCU conversion phase 2Eric Dumazet2-77/+101
2010-10-17fib_hash: RCU conversion phase 1Eric Dumazet1-19/+38
2010-10-17fib_hash: embed initial hash table in fn_zoneEric Dumazet1-29/+23
2010-10-17tcp: use correct counters in CA_CWR state tooIlpo Järvinen1-6/+7
2010-10-17tcp: sack lost marking fixesIlpo Järvinen1-10/+14
2010-10-16fib: avoid false sharing on fib_table_hashEric Dumazet1-6/+5
2010-10-16fib_trie: use fls() instead of open coded loopEric Dumazet1-12/+4
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet2-16/+24
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet1-4/+2
2010-10-08ipv4: Remove leftover rcu_read_unlock calls from __mkroute_output()Dimitris Michailidis1-4/+2
2010-10-06TCP: Fix setting of snd_ssthresh in tcp_mtu_probe_successJohn Heffner1-1/+1
2010-10-05fib: RCU conversion of fib_lookup()Eric Dumazet7-63/+64
2010-10-05bonding: fix to rejoin multicast groups immediatelyFlavio Leitner1-8/+8
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet1-3/+5
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet2-4/+2
2010-10-05fib: cleanupsEric Dumazet3-182/+206
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-17/+33
2010-10-03net: introduce DST_NOCACHE flagEric Dumazet1-0/+1
2010-10-03ipv4: correct IGMP behavior on v3 query during v2-compatibility modeDavid Stevens1-1/+13
2010-10-03ipmr: cleanupsEric Dumazet1-114/+124
2010-10-03ipmr: RCU protection for mfc_cache_arrayEric Dumazet1-40/+47
2010-10-03ipmr: RCU conversion of mroute_skEric Dumazet1-42/+49
2010-10-03ipmr: __pim_rcv() is called under rcu_read_lockEric Dumazet1-6/+4
2010-10-03gre: protocol table can be staticstephen hemminger1-1/+1
2010-10-03Revert "ipv4: Make INET_LRO a bool instead of tristate."Ben Hutchings1-1/+1
2010-09-30ipv4: rcu conversion in ip_route_output_slowEric Dumazet1-26/+12
2010-09-30ipv4: introduce __ip_dev_find()Eric Dumazet1-13/+19
2010-09-30ipv4: __mkroute_output() speedupEric Dumazet1-18/+15
2010-09-29ip_gre: comments changeEric Dumazet1-4/+4
2010-09-29tcp: tcp_enter_quickack_mode can be staticstephen hemminger1-1/+1
2010-09-29arp: remove unnecessary export of arp_broken_opsstephen hemminger1-2/+1
2010-09-29ipip: enable lockless xmitsEric Dumazet1-0/+1
2010-09-29ip_gre: lockless xmitEric Dumazet1-0/+4
2010-09-29ipip: fix percpu stats accountingEric Dumazet1-3/+10
2010-09-28ipv4: Allow configuring subnets as local addressesTom Herbert1-4/+3
2010-09-28ip_gre: Fix dependencies wrt. ipv6.David S. Miller1-0/+1
2010-09-28net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out()Damian Lukowski1-10/+14
2010-09-27ipip: percpu stats accountingEric Dumazet1-34/+93
2010-09-27ip_gre: percpu stats accountingEric Dumazet1-39/+104
2010-09-27tcp: Fix >4GB writes on 64-bit.David S. Miller1-1/+1
2010-09-27ipv6: add IPv6 to neighbour table overflow warningUlrich Weber1-1/+1
2010-09-27tcp: 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/net-2.6David S. Miller11-31/+56
2010-09-26net: fix rcu use in ip_route_output_slowEric Dumazet1-1/+1
2010-09-24ip: take care of last fragment in ip_append_dataEric Dumazet1-3/+6
2010-09-23net: return operator cleanupEric Dumazet11-19/+19