Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | netfilter: nf_nat: add nf_nat_csum() | Changli Gao | 2010-09-15 | 1 | -45/+31 | |
| * | | | fib: introduce fib_alias_accessed() helper | Eric Dumazet | 2010-10-21 | 4 | -3/+12 | |
| * | | | net: avoid RCU for NOCACHE dst | Eric Dumazet | 2010-10-20 | 1 | -5/+4 | |
| * | | | inet: RCU changes in inetdev_by_index() | Eric Dumazet | 2010-10-19 | 4 | -22/+16 | |
| * | | | net: avoid a dev refcount in ip_mc_find_dev() | Eric Dumazet | 2010-10-19 | 2 | -3/+3 | |
| * | | | IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast() | Andy Walls | 2010-10-18 | 1 | -7/+6 | |
| * | | | fib_hash: RCU conversion phase 2 | Eric Dumazet | 2010-10-17 | 2 | -77/+101 | |
| * | | | fib_hash: RCU conversion phase 1 | Eric Dumazet | 2010-10-17 | 1 | -19/+38 | |
| * | | | fib_hash: embed initial hash table in fn_zone | Eric Dumazet | 2010-10-17 | 1 | -29/+23 | |
| * | | | tcp: use correct counters in CA_CWR state too | Ilpo Järvinen | 2010-10-17 | 1 | -6/+7 | |
| * | | | tcp: sack lost marking fixes | Ilpo Järvinen | 2010-10-17 | 1 | -10/+14 | |
| * | | | fib: avoid false sharing on fib_table_hash | Eric Dumazet | 2010-10-16 | 1 | -6/+5 | |
| * | | | fib_trie: use fls() instead of open coded loop | Eric Dumazet | 2010-10-16 | 1 | -12/+4 | |
| * | | | net dst: use a percpu_counter to track entries | Eric Dumazet | 2010-10-11 | 2 | -16/+24 | |
| * | | | neigh: Protect neigh->ha[] with a seqlock | Eric Dumazet | 2010-10-11 | 1 | -4/+2 | |
| * | | | ipv4: Remove leftover rcu_read_unlock calls from __mkroute_output() | Dimitris Michailidis | 2010-10-08 | 1 | -4/+2 | |
| * | | | TCP: Fix setting of snd_ssthresh in tcp_mtu_probe_success | John Heffner | 2010-10-07 | 1 | -1/+1 | |
| * | | | fib: RCU conversion of fib_lookup() | Eric Dumazet | 2010-10-06 | 7 | -63/+64 | |
| * | | | bonding: fix to rejoin multicast groups immediately | Flavio Leitner | 2010-10-06 | 1 | -8/+8 | |
| * | | | net neigh: RCU conversion of neigh hash table | Eric Dumazet | 2010-10-05 | 1 | -3/+5 | |
| * | | | net: add a core netdev->rx_dropped counter | Eric Dumazet | 2010-10-05 | 2 | -4/+2 | |
| * | | | fib: cleanups | Eric Dumazet | 2010-10-05 | 3 | -182/+206 | |
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-10-04 | 6 | -17/+33 | |
| |\ \ \ | ||||||
| * | | | | net: introduce DST_NOCACHE flag | Eric Dumazet | 2010-10-04 | 1 | -0/+1 | |
| * | | | | ipmr: cleanups | Eric Dumazet | 2010-10-04 | 1 | -114/+124 | |
| * | | | | ipmr: RCU protection for mfc_cache_array | Eric Dumazet | 2010-10-04 | 1 | -40/+47 | |
| * | | | | ipmr: RCU conversion of mroute_sk | Eric Dumazet | 2010-10-04 | 1 | -42/+49 | |
| * | | | | ipmr: __pim_rcv() is called under rcu_read_lock | Eric Dumazet | 2010-10-04 | 1 | -6/+4 | |
| * | | | | gre: protocol table can be static | stephen hemminger | 2010-10-04 | 1 | -1/+1 | |
| * | | | | ipv4: rcu conversion in ip_route_output_slow | Eric Dumazet | 2010-10-01 | 1 | -26/+12 | |
| * | | | | ipv4: introduce __ip_dev_find() | Eric Dumazet | 2010-10-01 | 1 | -13/+19 | |
| * | | | | ipv4: __mkroute_output() speedup | Eric Dumazet | 2010-10-01 | 1 | -18/+15 | |
| * | | | | ip_gre: comments change | Eric Dumazet | 2010-09-30 | 1 | -4/+4 | |
| * | | | | tcp: tcp_enter_quickack_mode can be static | stephen hemminger | 2010-09-30 | 1 | -1/+1 | |
| * | | | | arp: remove unnecessary export of arp_broken_ops | stephen hemminger | 2010-09-30 | 1 | -2/+1 | |
| * | | | | ipip: enable lockless xmits | Eric Dumazet | 2010-09-29 | 1 | -0/+1 | |
| * | | | | ip_gre: lockless xmit | Eric Dumazet | 2010-09-29 | 1 | -0/+4 | |
| * | | | | ipip: fix percpu stats accounting | Eric Dumazet | 2010-09-29 | 1 | -3/+10 | |
| * | | | | ipv4: Allow configuring subnets as local addresses | Tom Herbert | 2010-09-29 | 1 | -4/+3 | |
| * | | | | ipip: percpu stats accounting | Eric Dumazet | 2010-09-28 | 1 | -34/+93 | |
| * | | | | ip_gre: percpu stats accounting | Eric Dumazet | 2010-09-28 | 1 | -39/+104 | |
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-09-27 | 11 | -31/+56 | |
| |\ \ \ \ | ||||||
| * | | | | | net: fix rcu use in ip_route_output_slow | Eric Dumazet | 2010-09-27 | 1 | -1/+1 | |
| * | | | | | ip: take care of last fragment in ip_append_data | Eric Dumazet | 2010-09-24 | 1 | -3/+6 | |
| * | | | | | net: return operator cleanup | Eric Dumazet | 2010-09-23 | 11 | -19/+19 | |
| * | | | | | net: rx_dropped accounting | Eric Dumazet | 2010-09-20 | 2 | -3/+8 | |
| * | | | | | bridge : Sanitize skb before it enters the IP stack | Bandan Das | 2010-09-19 | 1 | -1/+2 | |
| * | | | | | ipv4: ip_ptr cleanups | Eric Dumazet | 2010-09-16 | 2 | -3/+3 | |
| * | | | | | gre: get rid of ipgre_lock | Eric Dumazet | 2010-09-16 | 1 | -29/+32 | |
| * | | | | | ipip: get rid of ipip_lock | Eric Dumazet | 2010-09-16 | 1 | -33/+34 | |
| | |_|/ / | |/| | | |