summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-158-34/+17
* netfilter: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-092-3/+3
* netfilter: hashlimit: byte-based limit modeFlorian Westphal2012-05-091-19/+97
* netfilter: hashlimit: move rateinfo initialization to helperFlorian Westphal2012-05-091-5/+10
* netfilter: limit, hashlimit: avoid duplicated inlineFlorian Westphal2012-05-092-8/+5
* netfilter: add xt_hmark target for hash-based skb markingHans Schillstrom2012-05-093-0/+378
* netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom2012-05-092-4/+4
* netfilter: nf_conntrack: fix explicit helper attachment and NATPablo Neira Ayuso2012-05-081-1/+12
* netfilter: nf_ct_expect: partially implement ctnetlink_change_expectKelvie Wong2012-05-081-1/+9
* ipvs: ip_vs_proto: local functions should not be exposed globallyH Hartley Sweeten2012-05-081-1/+1
* ipvs: ip_vs_ftp: local functions should not be exposed globallyH Hartley Sweeten2012-05-081-1/+1
* ipvs: optimize the use of flags in ip_vs_bind_destPablo Neira Ayuso2012-05-081-6/+9
* ipvs: add support for sync threadsPablo Neira Ayuso2012-05-083-157/+280
* ipvs: reduce sync rate with time thresholdsJulian Anastasov2012-05-084-46/+137
* ipvs: wakeup master threadPablo Neira Ayuso2012-05-082-32/+133
* ipvs: always update some of the flags bits in backupJulian Anastasov2012-05-081-42/+23
* ipvs: fix ip_vs_try_bind_dest to rebind app and transmitterJulian Anastasov2012-05-081-7/+26
* ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_destJulian Anastasov2012-05-081-5/+5
* ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup serverJulian Anastasov2012-05-081-1/+1
* ipvs: use GFP_KERNEL allocation where possibleSasha Levin2012-05-081-1/+1
* ipvs: SH scheduler does not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov2012-05-081-1/+1
* ipvs: WRR scheduler does not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* ipvs: DH scheduler does not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov2012-05-081-1/+1
* ipvs: timeout tables do not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond2012-05-082-19/+105
* netfilter: nf_ct_ecache: refactor notifier registrationTony Zelenoff2012-05-081-6/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-0710-39/+91
|\
| * netfilter: xt_CT: fix wrong checking in the timeout assignment pathPablo Neira Ayuso2012-04-301-1/+1
| * ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2012-04-302-22/+39
| * ipvs: take care of return value from protocol init_netnsHans Schillstrom2012-04-304-5/+21
| * ipvs: null check of net->ipvs in lblc(r) shedulersHans Schillstrom2012-04-302-0/+6
| * ipvs: reset ipvs pointer in netnsJulian Anastasov2012-04-261-0/+2
| * ipvs: add check in ftp for initialized coreJulian Anastasov2012-04-261-0/+2
| * ipvs: fix crash in ip_vs_control_net_cleanup on unloadJulian Anastasov2012-04-251-2/+2
| * ipvs: Verify that IP_VS protocol has been registeredSasha Levin2012-04-251-9/+18
* | sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-1/+1
* | net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-202-16/+0
* | net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-209-30/+13
* | net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman2012-04-201-4/+4
* | net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-203-6/+6
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-1515-55/+55
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-122-3/+3
|\|
| * netfilter: nf_conntrack: fix incorrect logic in nf_conntrack_init_netGao feng2012-04-101-1/+1
| * netfilter: nf_ct_tcp: don't scale the size of the window up twiceChangli Gao2012-04-091-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-105-9/+23
|\|
| * netfilter: nf_conntrack: fix count leak in error path of __nf_conntrack_allocPablo Neira Ayuso2012-04-031-0/+1
| * netfilter: xt_CT: fix missing put timeout object in error pathPablo Neira Ayuso2012-04-031-5/+19
| * netfilter: xt_CT: allocation has to be GFP_ATOMIC under rcu_read_lock sectionPablo Neira Ayuso2012-04-031-1/+1