aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* IPVS: Split ports[2] into src_port and dst_portHans Schillstrom2010-11-251-10/+11
* IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup ...Hans Schillstrom2010-11-255-12/+14
* Merge branch 'for-patrick' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Patrick McHardy2010-11-165-53/+50
|\
| * ipvs: allow transmit of GRO aggregated skbsSimon Horman2010-11-161-10/+15
| * ipvs: remove shadow rt variableEric Dumazet2010-11-161-1/+0
| * ipvs: add static and read_mostly attributesEric Dumazet2010-11-161-5/+5
| * IPVS: buffer argument to ip_vs_process_message() should not be constSimon Horman2010-11-161-1/+1
| * IPVS: Remove useless { } block from ip_vs_process_message()Simon Horman2010-11-161-13/+11
| * IPVS: Make the cp argument to ip_vs_sync_conn() staticSimon Horman2010-11-161-1/+1
| * IPVS: Only match pe_data created by the same peSimon Horman2010-11-161-1/+1
| * IPVS: Add persistence engine to connection entrySimon Horman2010-11-163-21/+16
* | netfilter: nf_conntrack: one less atomic op in nf_ct_expect_insert()Eric Dumazet2010-11-161-2/+2
|/
* netfilter: rcu sparse cleanupsEric Dumazet2010-11-154-9/+26
* netfilter: add __rcu annotationsEric Dumazet2010-11-157-22/+47
* netfilter: xt_CLASSIFY: add ARP support, allow CLASSIFY target on any tableFrédéric Leroy2010-11-151-12/+24
* netfilter: ct_extend: fix the wrong alloc_sizeChangli Gao2010-11-151-3/+2
* netfilter: xt_NFQUEUE: remove modulo operationsChangli Gao2010-11-121-2/+4
* netfilter: nf_conntrack: don't always initialize ct->protoChangli Gao2010-11-125-12/+10
* ipv4: Make rt->fl.iif tests lest obscure.David S. Miller2010-11-111-3/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-11-032-1/+8
|\
| * netfilter: fix nf_conntrack_l4proto_register()Eric Dumazet2010-10-291-0/+6
| * netfilter: nf_conntrack: allow nf_ct_alloc_hashtable() to get highmem pagesEric Dumazet2010-10-281-1/+2
* | netfilter: xt_socket: Make tproto signed in socket_mt6_v1().David S. Miller2010-10-281-4/+3
|/
* netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables ...KOVACS Krisztian2010-10-253-8/+16
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-2/+2
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-2329-1288/+2993
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-10-2128-1248/+2953
| |\ \
| | * \ Merge branch 'for-patrick' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Patrick McHardy2010-10-2110-384/+903
| | |\ \
| | | * | ipvs: provide address family for debuggingJulian Anastasov2010-10-217-84/+45
| | | * | ipvs: inherit forwarding method in backupJulian Anastasov2010-10-211-0/+2
| | | * | ipvs: changes for local clientJulian Anastasov2010-10-212-92/+225
| | | * | ipvs: changes for local real serverJulian Anastasov2010-10-213-117/+457
| | | * | ipvs: move ip_route_me_harder for ICMPJulian Anastasov2010-10-211-20/+21
| | | * | ipvs: create ip_vs_defrag_userJulian Anastasov2010-10-211-21/+34
| | | * | ipvs: fix CHECKSUM_PARTIAL for TUN methodJulian Anastasov2010-10-211-1/+1
| | | * | ipvs: stop ICMP from FORWARD to localJulian Anastasov2010-10-211-2/+19
| | | * | ipvs: do not schedule conns from real serversJulian Anastasov2010-10-214-8/+45
| | | * | ipvs: switch to notrack modeJulian Anastasov2010-10-212-37/+9
| | | * | ipvs: optimize checksums for appsJulian Anastasov2010-10-213-13/+56
| | | * | ipvs: fix CHECKSUM_PARTIAL for TCP, UDPJulian Anastasov2010-10-212-10/+10
| | * | | tproxy: use the interface primary IP address as a default value for --on-ipBalazs Scheidler2010-10-211-70/+132
| | * | | tproxy: added IPv6 support to the socket matchBalazs Scheidler2010-10-211-11/+154
| | * | | tproxy: added IPv6 support to the TPROXY targetBalazs Scheidler2010-10-211-37/+225
| | * | | tproxy: add lookup type checks for UDP in nf_tproxy_get_sock_v4()Balazs Scheidler2010-10-211-48/+0
| | * | | tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the...Balazs Scheidler2010-10-213-14/+85
| | |/ /
| | * | Fixed race condition at ip_vs.ko module init.Eduardo Blanco2010-10-191-9/+10
| | * | ipvs: IPv6 tunnel modeHans Schillstrom2010-10-191-79/+92
| | * | netfilter: ctnetlink: add expectation deletion eventsPablo Neira Ayuso2010-10-192-11/+25
| | * | IPVS: ip_vs_dbg_callid() is only needed for debuggingSimon Horman2010-10-131-0/+2