summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | tproxy: added const specifiers to udp lookup functionsBalazs Scheidler2010-10-211-4/+4
| | * | | | | | | tproxy: split off ipv6 defragmentation to a separate moduleBalazs Scheidler2010-10-215-78/+156
| | * | | | | | | tproxy: fix hash locking issue when using port redirection in __inet_inherit_...Balazs Scheidler2010-10-216-16/+56
| | * | | | | | | tproxy: add lookup type checks for UDP in nf_tproxy_get_sock_v4()Balazs Scheidler2010-10-212-50/+114
| | * | | | | | | tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the...Balazs Scheidler2010-10-214-15/+90
| | |/ / / / / /
| | * | | | | | Fixed race condition at ip_vs.ko module init.Eduardo Blanco2010-10-191-9/+10
| | * | | | | | ipvs: IPv6 tunnel modeHans Schillstrom2010-10-192-79/+96
| | * | | | | | netfilter: ctnetlink: add expectation deletion eventsPablo Neira Ayuso2010-10-194-12/+33
| | * | | | | | netfilter: install missing ebtables headers for userspaceNick Bowler2010-10-181-0/+2
| | * | | | | | netfilter: fix kconfig unmet dependency warningRandy Dunlap2010-10-182-4/+4
| | * | | | | | IPVS: ip_vs_dbg_callid() is only needed for debuggingSimon Horman2010-10-131-0/+2
| | * | | | | | netfilter: xtables: remove unused definesJan Engelhardt2010-10-133-12/+0
| | * | | | | | netfilter: xtables: unify {ip,ip6,arp}t_error_targetJan Engelhardt2010-10-134-21/+14
| | * | | | | | netfilter: xtables: resolve indirect macros 3/3Jan Engelhardt2010-10-138-131/+94
| | * | | | | | netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt2010-10-137-108/+103
| | * | | | | | netfilter: xtables: resolve indirect macros 1/3Jan Engelhardt2010-10-136-30/+35
| | * | | | | | netfilter: add missing xt_log.h filePatrick McHardy2010-10-041-0/+54
| | * | | | | | netfilter: unregister nf hooks, matches and targets in the reverse orderChangli Gao2010-10-042-12/+6
| | * | | | | | netfilter: remove duplicated includeNicolas Kaiser2010-10-041-1/+0
| | * | | | | | netfilter: ipt_LOG: add bufferisation to call printk() onceEric Dumazet2010-10-042-150/+152
| | * | | | | | netfilter: nf_nat: make find/put staticStephen Hemminger2010-10-042-7/+2
| | * | | | | | IPVS: sip persistence engineSimon Horman2010-10-043-0/+177
| | * | | | | | IPVS: Fallback if persistence engine failsSimon Horman2010-10-042-9/+7
| | * | | | | | IPVS: Allow configuration of persistence enginesSimon Horman2010-10-043-3/+58
| | * | | | | | IPVS: management of persistence engine modulesSimon Horman2010-10-043-1/+154
| | * | | | | | IPVS: Add persistence engine data to /proc/net/ip_vs_connSimon Horman2010-10-042-5/+21
| | * | | | | | IPVS: Add struct ip_vs_peSimon Horman2010-10-045-21/+129
| | * | | | | | IPVS: ip_vs_{un,}bind_scheduler NULL argumentsSimon Horman2010-10-042-22/+4
| | * | | | | | IPVS: Allow null argument to ip_vs_scheduler_put()Simon Horman2010-10-042-10/+5
| | * | | | | | IPVS: Add struct ip_vs_conn_paramSimon Horman2010-10-047-203/+211
| | * | | | | | IPVS: compact ip_vs_sched_persist()Simon Horman2010-10-041-105/+51
| | * | | | | | netfilter: nf_conntrack_sip: Add callid parserSimon Horman2010-10-042-0/+40
| | * | | | | | netfilter: nf_conntrack_sip: Allow ct_sip_get_header() to be called with a nu...Simon Horman2010-10-041-0/+3
| | * | | | | | netfilter: ctnetlink: add support for user-space expectation helpersPablo Neira Ayuso2010-09-284-31/+79
| | * | | | | | netfilter: ctnetlink: allow to specify the expectation flagsPablo Neira Ayuso2010-09-224-4/+12
| | * | | | | | netfilter: ctnetlink: missing validation of CTA_EXPECT_ZONE attributePablo Neira Ayuso2010-09-221-0/+1
| | * | | | | | netfilter: nf_nat: better error handling of nf_ct_expect_related() in helpersPablo Neira Ayuso2010-09-225-14/+93
| | * | | | | | ipvs: changes related to service usecntJulian Anastasov2010-09-212-154/+102
| | * | | | | | netfilter: save the hash of the tuple in the original direction for latter useChangli Gao2010-09-211-34/+78
| | * | | | | | ipvs: make rerouting optional with snat_rerouteJulian Anastasov2010-09-213-8/+38
| | * | | | | | ipvs: netfilter connection tracking changesJulian Anastasov2010-09-2110-196/+475
| | * | | | | | ipvs: extend connection flags to 32 bitsJulian Anastasov2010-09-175-14/+28
| | * | | | | | netfilter: nf_conntrack: fix the hash random initializing raceChangli Gao2010-09-161-6/+13
| | * | | | | | netfilter: nf_nat: no IP_NAT_RANGE_MAP_IPS flags when alloc_null_binding()Changli Gao2010-09-161-9/+8
| | * | | | | | netfilter: nf_nat_core: don't check if the tuple is used if there is no other...Changli Gao2010-09-161-5/+11
| | * | | | | | netfilter: use NFPROTO_IPV4 instead of AF_INETChangli Gao2010-09-161-1/+1
| | * | | | | | netfilter: nf_nat: add nf_nat_csum()Changli Gao2010-09-151-45/+31
| * | | | | | | cxgb3: function namespace cleanupstephen hemminger2010-10-217-289/+18
| * | | | | | | be2net: Changes to use only priority codes allowed by f/wSomnath Kotur2010-10-214-10/+106
| * | | | | | | l2tp: small cleanupEric Dumazet2010-10-211-3/+1