aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long2-5/+5
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long2-11/+10
2017-05-08ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov1-5/+14
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-5/+17
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-57/+34
2017-04-28ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabledPaolo Abeni1-5/+17
2017-04-28ipvs: change comparison on sync_refresh_periodAaron Conole1-1/+1
2017-04-28ipvs: remove unused function ip_vs_set_state_timeoutAaron Conole1-22/+0
2017-04-26ipvs: convert to use pernet nf_hook apiFlorian Westphal1-10/+9
2017-04-19netfilter: ipvs: fix incorrect conflict resolutionFlorian Westphal1-1/+2
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal3-8/+7
2017-04-15Merge tag 'ipvs2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso2-7/+4
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-5/+7
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal1-2/+2
2017-04-07netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal1-4/+4
2017-04-06netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng1-5/+8
2017-03-30ipvs: remove unused variableArushi Singhal1-4/+1
2017-03-30netfilter: ipvs: Replace kzalloc with kcalloc.Varsha Rao1-2/+2
2017-03-30netfilter: ipvs: don't check for presence of nat extensionFlorian Westphal1-1/+1
2017-03-17netfilter: refcounter conversionsReshetova, Elena12-31/+31
2017-03-16ipvs: remove an annoying printk in netns initCong Wang1-2/+0
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan6-10/+10
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-5/+3
2017-02-02ipvs: free ip_vs_dest structs when refcnt=0David Windsor1-5/+3
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen1-4/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-04Merge tag 'ipvs-for-v4.10' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso2-1/+55
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+6
2016-11-15ipvs: Decrement ttlDwip Banerjee1-0/+54
2016-11-15ipvs: Use IS_ERR_OR_NULL(svc) instead of IS_ERR(svc) || svc == NULLGao Feng1-1/+1
2016-11-08ipvs: use IPVS_CMD_ATTR_MAX for family.maxattrWANG Cong1-1/+1
2016-10-28netfilter: ip_vs_sync: fix bogus maybe-uninitialized warningArnd Bergmann1-2/+5
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-9/+13
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-08-12ipvs: use nf_ct_kill helperFlorian Westphal1-5/+2
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+23
2016-07-11Merge tag 'ipvs-for-v4.8' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso1-2/+23
2016-07-07ipvs: count pre-established TCP states as activeMichal Kubecek1-2/+23
2016-07-07ipvs: fix bind to link-local mcast IPv6 address in backupQuentin Armitage1-2/+4
2016-06-06ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni2-4/+6
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-10/+7
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-9/+269
2016-05-06ipvs: make drop_entry protection effective for SIP-peMarco Angaroni2-4/+26
2016-04-25netfilter/ipvs: use nla_put_u64_64bit()Nicolas Dichtel1-12/+24
2016-04-25Merge tag 'ipvs-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso5-5/+243
2016-04-20ipvs: don't alter conntrack in OPS modeMarco Angaroni2-1/+6
2016-04-20ipvs: optimize release of connections in OPS modeMarco Angaroni1-3/+23