summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2018-04-092-83/+80
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-302-4/+4
|\
| * ipvs: use true and false for boolean valuesGustavo A. R. Silva2018-03-132-4/+4
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-274-5/+0
* | net: Convert ip_vs_ftp_opsKirill Tkhai2018-03-171-0/+1
* | net: Convert ipvs_core_dev_opsKirill Tkhai2018-03-171-0/+1
* | net: Convert ipvs_core_opsKirill Tkhai2018-03-171-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-1/+1
|\ \ | |/ |/|
| * ipvs: remove IPS_NAT_MASK check to fix passive FTPJulian Anastasov2018-02-281-1/+1
* | net: Convert sysctl creating and destroying pernet_operationsKirill Tkhai2018-02-272-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-316-13/+9
|\
| * netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-193-6/+0
| * netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hpGao Feng2018-01-082-7/+7
| * netfilter: mark expected switch fall-throughsGustavo A. R. Silva2018-01-082-0/+2
* | ipvs: switch to sock_recvmsg()Al Viro2017-12-021-6/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-152-3/+7
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-082-3/+7
| |\
| | * netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya2017-11-061-0/+4
| | * netfilter: ipvs: Use %pS printk format for direct addressesHelge Deller2017-11-062-3/+3
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-135-22/+23
|\ \ \
| * | | netfilter: ipvs: Convert timers to use timer_setup()Kees Cook2017-11-085-22/+23
| | |/ | |/|
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-073-0/+3
|\ \ \ | | |/ | |/|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* | | locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland2017-10-251-1/+1
|/ /
* / netfilter: ipvs: full-functionality option for ECN encapsulation in tunnelVadim Fedorenko2017-09-261-2/+6
|/
* netfilter: ipvs: do not create conn for ABORT packet in sctp_conn_scheduleXin Long2017-09-081-1/+2
* netfilter: ipvs: fix the issue that sctp_conn_schedule drops non-INIT packetXin Long2017-09-081-2/+5
* netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-311-1/+1
* netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-247-82/+8
* sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-012-5/+5
* sctp: remove the typedef sctp_sctphdr_tXin Long2017-07-012-11/+10
* ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov2017-05-081-5/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-031-5/+17
|\
| * ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabledPaolo Abeni2017-04-281-5/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-017-57/+34
|\ \
| * | ipvs: change comparison on sync_refresh_periodAaron Conole2017-04-281-1/+1
| * | ipvs: remove unused function ip_vs_set_state_timeoutAaron Conole2017-04-281-22/+0
| * | ipvs: convert to use pernet nf_hook apiFlorian Westphal2017-04-261-10/+9
| * | netfilter: ipvs: fix incorrect conflict resolutionFlorian Westphal2017-04-191-1/+2
| * | netfilter: remove nf_ct_is_untrackedFlorian Westphal2017-04-153-8/+7
| * | Merge tag 'ipvs2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/gi...Pablo Neira Ayuso2017-04-152-7/+4
| |\ \
| | * | ipvs: remove unused variableArushi Singhal2017-03-301-4/+1
| | * | netfilter: ipvs: Replace kzalloc with kcalloc.Varsha Rao2017-03-301-2/+2
| | * | netfilter: ipvs: don't check for presence of nat extensionFlorian Westphal2017-03-301-1/+1
| * | | netfilter: Remove exceptional & on function nameArushi Singhal2017-04-071-2/+2
| * | | netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal2017-04-071-4/+4
| * | | netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng2017-04-061-5/+8
| |/ /
* | | netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-1/+1
* | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-5/+7
|/ /
* | netfilter: refcounter conversionsReshetova, Elena2017-03-1712-31/+31