-
- Downloads
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Pablo Neira Ayuso says:
====================
This is another batch containing Netfilter/IPVS updates for your net-next
tree, they are:
* Six patches to make the ipt_CLUSTERIP target support netnamespace,
from Gao feng.
* Two cleanups for the nf_conntrack_acct infrastructure, introducing
a new structure to encapsulate conntrack counters, from Holger
Eitzenberger.
* Fix missing verdict in SCTP support for IPVS, from Daniel Borkmann.
* Skip checksum recalculation in SCTP support for IPVS, also from
Daniel Borkmann.
* Fix behavioural change in xt_socket after IP early demux, from
Florian Westphal.
* Fix bogus large memory allocation in the bitmap port set type in ipset,
from Jozsef Kadlecsik.
* Fix possible compilation issues in the hash netnet set type in ipset,
also from Jozsef Kadlecsik.
* Define constants to identify netlink callback data in ipset dumps,
again from Jozsef Kadlecsik.
* Use sock_gen_put() in xt_socket to replace xt_socket_put_sk,
from Eric Dumazet.
* Improvements for the SH scheduler in IPVS, from Alexander Frolkin.
* Remove extra delay due to unneeded rcu barrier in IPVS net namespace
cleanup path, from Julian Anastasov.
* Save some cycles in ip6t_REJECT by skipping checksum validation in
packets leaving from our stack, from Stanislav Fomichev.
* Fix IPVS_CMD_ATTR_MAX definition in IPVS, larger that required, from
Julian Anastasov.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- include/linux/netfilter/ipset/ip_set.h 10 additions, 0 deletionsinclude/linux/netfilter/ipset/ip_set.h
- include/net/ip_vs.h 6 additions, 0 deletionsinclude/net/ip_vs.h
- include/net/netfilter/nf_conntrack_acct.h 7 additions, 3 deletionsinclude/net/netfilter/nf_conntrack_acct.h
- include/net/netfilter/nf_conntrack_extend.h 1 addition, 1 deletioninclude/net/netfilter/nf_conntrack_extend.h
- include/uapi/linux/ip_vs.h 1 addition, 1 deletioninclude/uapi/linux/ip_vs.h
- net/bridge/br_netfilter.c 2 additions, 0 deletionsnet/bridge/br_netfilter.c
- net/ipv4/netfilter/ipt_CLUSTERIP.c 75 additions, 35 deletionsnet/ipv4/netfilter/ipt_CLUSTERIP.c
- net/ipv6/netfilter/ip6t_REJECT.c 3 additions, 4 deletionsnet/ipv6/netfilter/ip6t_REJECT.c
- net/netfilter/ipset/ip_set_bitmap_gen.h 6 additions, 5 deletionsnet/netfilter/ipset/ip_set_bitmap_gen.h
- net/netfilter/ipset/ip_set_bitmap_port.c 1 addition, 1 deletionnet/netfilter/ipset/ip_set_bitmap_port.c
- net/netfilter/ipset/ip_set_core.c 35 additions, 35 deletionsnet/netfilter/ipset/ip_set_core.c
- net/netfilter/ipset/ip_set_hash_gen.h 11 additions, 10 deletionsnet/netfilter/ipset/ip_set_hash_gen.h
- net/netfilter/ipset/ip_set_hash_netnet.c 10 additions, 12 deletionsnet/netfilter/ipset/ip_set_hash_netnet.c
- net/netfilter/ipset/ip_set_hash_netportnet.c 10 additions, 12 deletionsnet/netfilter/ipset/ip_set_hash_netportnet.c
- net/netfilter/ipset/ip_set_list_set.c 6 additions, 5 deletionsnet/netfilter/ipset/ip_set_list_set.c
- net/netfilter/ipvs/ip_vs_ctl.c 1 addition, 5 deletionsnet/netfilter/ipvs/ip_vs_ctl.c
- net/netfilter/ipvs/ip_vs_lblc.c 1 addition, 1 deletionnet/netfilter/ipvs/ip_vs_lblc.c
- net/netfilter/ipvs/ip_vs_lblcr.c 1 addition, 1 deletionnet/netfilter/ipvs/ip_vs_lblcr.c
- net/netfilter/ipvs/ip_vs_proto_sctp.c 40 additions, 8 deletionsnet/netfilter/ipvs/ip_vs_proto_sctp.c
- net/netfilter/ipvs/ip_vs_sh.c 29 additions, 10 deletionsnet/netfilter/ipvs/ip_vs_sh.c
Loading
Please register or sign in to comment