aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-04IPVS: Allow configuration of persistence enginesSimon Horman1-3/+54
2010-10-04IPVS: management of persistence engine modulesSimon Horman2-1/+148
2010-10-04IPVS: Add persistence engine data to /proc/net/ip_vs_connSimon Horman1-5/+20
2010-10-04IPVS: Add struct ip_vs_peSimon Horman3-20/+100
2010-10-04IPVS: ip_vs_{un,}bind_scheduler NULL argumentsSimon Horman2-22/+4
2010-10-04IPVS: Allow null argument to ip_vs_scheduler_put()Simon Horman2-10/+5
2010-10-04IPVS: Add struct ip_vs_conn_paramSimon Horman6-189/+181
2010-10-04IPVS: compact ip_vs_sched_persist()Simon Horman1-105/+51
2010-10-04netfilter: nf_conntrack_sip: Add callid parserSimon Horman1-0/+39
2010-10-04netfilter: nf_conntrack_sip: Allow ct_sip_get_header() to be called with a null ct argumentSimon Horman1-0/+3
2010-09-28netfilter: ctnetlink: add support for user-space expectation helpersPablo Neira Ayuso2-31/+77
2010-09-22netfilter: ctnetlink: allow to specify the expectation flagsPablo Neira Ayuso1-1/+7
2010-09-22netfilter: ctnetlink: missing validation of CTA_EXPECT_ZONE attributePablo Neira Ayuso1-0/+1
2010-09-22netfilter: nf_nat: better error handling of nf_ct_expect_related() in helpersPablo Neira Ayuso5-14/+93
2010-09-21ipvs: changes related to service usecntJulian Anastasov2-154/+102
2010-09-21netfilter: save the hash of the tuple in the original direction for latter useChangli Gao1-34/+78
2010-09-21ipvs: make rerouting optional with snat_rerouteJulian Anastasov2-8/+37
2010-09-21ipvs: netfilter connection tracking changesJulian Anastasov8-195/+430
2010-09-17ipvs: extend connection flags to 32 bitsJulian Anastasov3-13/+19
2010-09-16netfilter: nf_conntrack: fix the hash random initializing raceChangli Gao1-6/+13
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 choiceChangli Gao1-5/+11
2010-09-16netfilter: use NFPROTO_IPV4 instead of AF_INETChangli Gao1-1/+1
2010-09-15netfilter: nf_nat: add nf_nat_csum()Changli Gao1-45/+31
2010-09-13flow: better memory managementEric Dumazet1-36/+42
2010-09-10pkt_sched: remov unnecessary bh_disablestephen hemminger1-2/+2
2010-09-10fib: cleanupsEric Dumazet1-32/+23
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller42-258/+342
2010-09-09tipc: Optimize handling excess content on incoming messagesPaul Gortmaker2-10/+4
2010-09-09tunnels: missing rcu_assign_pointer()Eric Dumazet2-2/+2
2010-09-09net/core: add lock context change annotations in net/core/sock.cNamhyung Kim1-0/+4
2010-09-09net/core: remove address space warnings on verify_iovec()Namhyung Kim1-2/+4
2010-09-09sctp: fix test for end of loopJoe Perches1-23/+23
2010-09-09Merge branch 'for-davem' of git://oss.oracle.com/git/agrover/linux-2.6David S. Miller40-1572/+2548
2010-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller23-274/+919
2010-09-08udp: add rehash on connect()Eric Dumazet4-2/+64
2010-09-08net: inet_add_protocol() can use cmpxchg()Eric Dumazet2-54/+9
2010-09-08RDS: Implement masked atomic operationsAndy Grover4-13/+52
2010-09-08RDS/IB: print string constants in more placesZach Brown7-21/+97
2010-09-08RDS: cancel connection work structs as we shut downZach Brown1-0/+4
2010-09-08RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown1-2/+7
2010-09-08RDS: have sockets get transport module referencesZach Brown4-6/+21
2010-09-08RDS: remove old rs_transport commentZach Brown1-6/+0
2010-09-08RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown1-0/+3
2010-09-08RDS/IB: protect the list of IB devicesZach Brown3-10/+26
2010-09-08RDS/IB: print IB event strings as well as their numberZach Brown1-4/+39
2010-09-08RDS: flush fmrs before allocating new onesChris Mason1-2/+5
2010-09-08RDS: properly use sg_init_tableChris Mason1-0/+1
2010-09-08RDS/IB: track signaled sendsZach Brown3-8/+54
2010-09-08RDS: remove __init and __exit annotationZach Brown20-35/+35