| Commit message (Expand) | Author | Age | Files | Lines |
* | netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msg | Tomasz Bursztyka | 2012-06-29 | 1 | -1/+3 |
* | netfilter: ipset: fix crash if IPSET_CMD_NONE command is sent | Tomasz Bursztyka | 2012-06-29 | 1 | -0/+12 |
* | netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6 | Eric Dumazet | 2012-06-25 | 1 | -7/+7 |
* | netfilter: ipset: fix interface comparision in hash-netiface sets | Florian Westphal | 2012-06-25 | 1 | -28/+4 |
* | netfilter: nf_ct_h323: fix bug in rtcp natting | Pablo Neira Ayuso | 2012-06-07 | 1 | -3/+2 |
* | netfilter: xt_HMARK: fix endianness and provide consistent hashing | Hans Schillstrom | 2012-06-07 | 1 | -31/+41 |
* | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe... | Linus Torvalds | 2012-05-22 | 1 | -6/+6 |
|\ |
|
| * | net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxx | Alex Shi | 2012-05-14 | 1 | -6/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-05-16 | 7 | -21/+49 |
|\ \ |
|
| * | | netfilter: ipset: fix hash size checking in kernel | Jozsef Kadlecsik | 2012-05-16 | 7 | -21/+49 |
| |/ |
|
* | | netfilter: nf_ct_h323: fix usage of MODULE_ALIAS_NFCT_HELPER | Pablo Neira Ayuso | 2012-05-17 | 1 | -1/+3 |
* | | netfilter: xt_CT: remove redundant header include | Eldad Zack | 2012-05-17 | 1 | -1/+0 |
* | | netfilter: ipset: fix timeout value overflow bug | Jozsef Kadlecsik | 2012-05-17 | 1 | -2/+13 |
* | | netfilter: nf_ct_tcp: extend log message for invalid ignored packets | Pablo Neira Ayuso | 2012-05-17 | 1 | -1/+2 |
* | | netfilter: xt_HMARK: modulus is expensive for hash calculation | Pablo Neira Ayuso | 2012-05-17 | 1 | -1/+1 |
* | | netfilter: xt_HMARK: potential NULL dereference in get_inner_hdr() | Dan Carpenter | 2012-05-17 | 1 | -1/+1 |
* | | netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bits | Florian Westphal | 2012-05-17 | 1 | -1/+1 |
* | | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 2012-05-15 | 8 | -34/+17 |
* | | netfilter: Convert compare_ether_addr to ether_addr_equal | Joe Perches | 2012-05-09 | 2 | -3/+3 |
* | | netfilter: hashlimit: byte-based limit mode | Florian Westphal | 2012-05-09 | 1 | -19/+97 |
* | | netfilter: hashlimit: move rateinfo initialization to helper | Florian Westphal | 2012-05-09 | 1 | -5/+10 |
* | | netfilter: limit, hashlimit: avoid duplicated inline | Florian Westphal | 2012-05-09 | 2 | -8/+5 |
* | | netfilter: add xt_hmark target for hash-based skb marking | Hans Schillstrom | 2012-05-09 | 3 | -0/+378 |
* | | netfilter: ip6_tables: add flags parameter to ipv6_find_hdr() | Hans Schillstrom | 2012-05-09 | 2 | -4/+4 |
* | | netfilter: nf_conntrack: fix explicit helper attachment and NAT | Pablo Neira Ayuso | 2012-05-08 | 1 | -1/+12 |
* | | netfilter: nf_ct_expect: partially implement ctnetlink_change_expect | Kelvie Wong | 2012-05-08 | 1 | -1/+9 |
* | | ipvs: ip_vs_proto: local functions should not be exposed globally | H Hartley Sweeten | 2012-05-08 | 1 | -1/+1 |
* | | ipvs: ip_vs_ftp: local functions should not be exposed globally | H Hartley Sweeten | 2012-05-08 | 1 | -1/+1 |
* | | ipvs: optimize the use of flags in ip_vs_bind_dest | Pablo Neira Ayuso | 2012-05-08 | 1 | -6/+9 |
* | | ipvs: add support for sync threads | Pablo Neira Ayuso | 2012-05-08 | 3 | -157/+280 |
* | | ipvs: reduce sync rate with time thresholds | Julian Anastasov | 2012-05-08 | 4 | -46/+137 |
* | | ipvs: wakeup master thread | Pablo Neira Ayuso | 2012-05-08 | 2 | -32/+133 |
* | | ipvs: always update some of the flags bits in backup | Julian Anastasov | 2012-05-08 | 1 | -42/+23 |
* | | ipvs: fix ip_vs_try_bind_dest to rebind app and transmitter | Julian Anastasov | 2012-05-08 | 1 | -7/+26 |
* | | ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_dest | Julian Anastasov | 2012-05-08 | 1 | -5/+5 |
* | | ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup server | Julian Anastasov | 2012-05-08 | 1 | -1/+1 |
* | | ipvs: use GFP_KERNEL allocation where possible | Sasha Levin | 2012-05-08 | 1 | -1/+1 |
* | | ipvs: SH scheduler does not need GFP_ATOMIC allocation | Julian Anastasov | 2012-05-08 | 1 | -1/+1 |
* | | ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on init | Julian Anastasov | 2012-05-08 | 1 | -1/+1 |
* | | ipvs: WRR scheduler does not need GFP_ATOMIC allocation | Julian Anastasov | 2012-05-08 | 1 | -1/+1 |
* | | ipvs: DH scheduler does not need GFP_ATOMIC allocation | Julian Anastasov | 2012-05-08 | 1 | -1/+1 |
* | | ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on init | Julian Anastasov | 2012-05-08 | 1 | -1/+1 |
* | | ipvs: timeout tables do not need GFP_ATOMIC allocation | Julian Anastasov | 2012-05-08 | 1 | -1/+1 |
* | | netfilter: nf_ct_helper: allow to disable automatic helper assignment | Eric Leblond | 2012-05-08 | 2 | -19/+105 |
* | | netfilter: nf_ct_ecache: refactor notifier registration | Tony Zelenoff | 2012-05-08 | 1 | -6/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-05-07 | 10 | -39/+91 |
|\ \
| |/ |
|
| * | netfilter: xt_CT: fix wrong checking in the timeout assignment path | Pablo Neira Ayuso | 2012-04-30 | 1 | -1/+1 |
| * | ipvs: kernel oops - do_ip_vs_get_ctl | Hans Schillstrom | 2012-04-30 | 2 | -22/+39 |
| * | ipvs: take care of return value from protocol init_netns | Hans Schillstrom | 2012-04-30 | 4 | -5/+21 |
| * | ipvs: null check of net->ipvs in lblc(r) shedulers | Hans Schillstrom | 2012-04-30 | 2 | -0/+6 |