summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-09-21ipvs: changes related to service usecntJulian Anastasov
2010-09-21netfilter: save the hash of the tuple in the original direction for latter useChangli Gao
2010-09-21ipvs: make rerouting optional with snat_rerouteJulian Anastasov
2010-09-21ipvs: netfilter connection tracking changesJulian Anastasov
2010-09-17ipvs: extend connection flags to 32 bitsJulian Anastasov
2010-09-16netfilter: nf_conntrack: fix the hash random initializing raceChangli Gao
2010-09-16netfilter: nf_nat: no IP_NAT_RANGE_MAP_IPS flags when alloc_null_binding()Changli Gao
2010-09-16netfilter: nf_nat_core: don't check if the tuple is used if there is no other...Changli Gao
2010-09-16netfilter: use NFPROTO_IPV4 instead of AF_INETChangli Gao
2010-09-15netfilter: nf_nat: add nf_nat_csum()Changli Gao
2010-09-14flow: better memory managementEric Dumazet
2010-09-10pkt_sched: remov unnecessary bh_disablestephen hemminger
2010-09-10fib: cleanupsEric Dumazet
2010-09-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-10tipc: Optimize handling excess content on incoming messagesPaul Gortmaker
2010-09-09tunnels: missing rcu_assign_pointer()Eric Dumazet
2010-09-09net/core: add lock context change annotations in net/core/sock.cNamhyung Kim
2010-09-09net/core: remove address space warnings on verify_iovec()Namhyung Kim
2010-09-09sctp: fix test for end of loopJoe Perches
2010-09-09Merge branch 'for-davem' of git://oss.oracle.com/git/agrover/linux-2.6David S. Miller
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2010-09-09udp: add rehash on connect()Eric Dumazet
2010-09-09net: inet_add_protocol() can use cmpxchg()Eric Dumazet
2010-09-09RDS: Implement masked atomic operationsAndy Grover
2010-09-09RDS/IB: print string constants in more placesZach Brown
2010-09-09RDS: cancel connection work structs as we shut downZach Brown
2010-09-09RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown
2010-09-09RDS: have sockets get transport module referencesZach Brown
2010-09-09RDS: remove old rs_transport commentZach Brown
2010-09-09RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown
2010-09-09RDS/IB: protect the list of IB devicesZach Brown
2010-09-09RDS/IB: print IB event strings as well as their numberZach Brown
2010-09-09RDS: flush fmrs before allocating new onesChris Mason
2010-09-09RDS: properly use sg_init_tableChris Mason
2010-09-09RDS/IB: track signaled sendsZach Brown
2010-09-09RDS: remove __init and __exit annotationZach Brown
2010-09-09RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()Andy Grover
2010-09-09RDS/IB: always process recv completionsZach Brown
2010-09-09RDS: return to a single-threaded krdsdZach Brown
2010-09-09RDS/IB: create a work queue for FMR flushingZach Brown
2010-09-09RDS/IB: destroy connections on rmmodZach Brown
2010-09-09RDS/IB: wait for IB dev freeing work to finish during rmmodZach Brown
2010-09-09RDS/IB: Make ib_recv_refill return voidAndy Grover
2010-09-09RDS: Remove unused XLIST_PTR_TAIL and xlist_protect()Andy Grover
2010-09-09RDS: whitespaceAndy Grover
2010-09-09RDS: use delayed work for the FMR flushesChris Mason
2010-09-09rds: more FMRs are fasterChris Mason
2010-09-09rds: recycle FMRs through lockless listsChris Mason
2010-09-09rds: fix rds_send_xmit() serializationZach Brown
2010-09-09rds: block ints when acquiring c_lock in rds_conn_message_info()Zach Brown