summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorLines
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-13/+9
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan-6/+0
2018-01-08netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hpGao Feng-7/+7
2018-01-08netfilter: mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2017-12-02ipvs: switch to sock_recvmsg()Al Viro-6/+3
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+7
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-22/+23
2017-11-08netfilter: ipvs: Convert timers to use timer_setup()Kees Cook-22/+23
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-3/+7
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+3
2017-11-06netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya-0/+4
2017-11-06netfilter: ipvs: Use %pS printk format for direct addressesHelge Deller-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+3
2017-10-25locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland-1/+1
2017-09-26netfilter: ipvs: full-functionality option for ECN encapsulation in tunnelVadim Fedorenko-2/+6
2017-09-08netfilter: ipvs: do not create conn for ABORT packet in sctp_conn_scheduleXin Long-1/+2
2017-09-08netfilter: ipvs: fix the issue that sctp_conn_schedule drops non-INIT packetXin Long-2/+5
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal-1/+1
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo-82/+8
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long-5/+5
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long-11/+10
2017-05-08ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov-5/+14
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-5/+17
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-57/+34
2017-04-28ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabledPaolo Abeni-5/+17
2017-04-28ipvs: change comparison on sync_refresh_periodAaron Conole-1/+1
2017-04-28ipvs: remove unused function ip_vs_set_state_timeoutAaron Conole-22/+0
2017-04-26ipvs: convert to use pernet nf_hook apiFlorian Westphal-10/+9
2017-04-19netfilter: ipvs: fix incorrect conflict resolutionFlorian Westphal-1/+2
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal-8/+7
2017-04-15Merge tag 'ipvs2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/gi...Pablo Neira Ayuso-7/+4
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg-5/+7
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal-2/+2
2017-04-07netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal-4/+4
2017-04-06netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng-5/+8
2017-03-30ipvs: remove unused variableArushi Singhal-4/+1
2017-03-30netfilter: ipvs: Replace kzalloc with kcalloc.Varsha Rao-2/+2
2017-03-30netfilter: ipvs: don't check for presence of nat extensionFlorian Westphal-1/+1
2017-03-17netfilter: refcounter conversionsReshetova, Elena-31/+31
2017-03-16ipvs: remove an annoying printk in netns initCong Wang-2/+0
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan-10/+10
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-5/+3
2017-02-02ipvs: free ip_vs_dest structs when refcnt=0David Windsor-5/+3
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen-4/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-04Merge tag 'ipvs-for-v4.10' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso-1/+55
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan-1/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+6
2016-11-15ipvs: Decrement ttlDwip Banerjee-0/+54