summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ipvs: remove an annoying printk in netns initCong Wang2017-03-161-2/+0
|/
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-276-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-031-5/+3
|\
| * ipvs: free ip_vs_dest structs when refcnt=0David Windsor2017-02-021-5/+3
* | Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen2017-01-241-4/+3
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'ipvs-for-v4.10' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso2016-12-042-1/+55
|\
| * ipvs: Decrement ttlDwip Banerjee2016-11-151-0/+54
| * ipvs: Use IS_ERR_OR_NULL(svc) instead of IS_ERR(svc) || svc == NULLGao Feng2016-11-151-1/+1
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-152-3/+6
|\ \ | |/ |/|
| * ipvs: use IPVS_CMD_ATTR_MAX for family.maxattrWANG Cong2016-11-081-1/+1
| * netfilter: ip_vs_sync: fix bogus maybe-uninitialized warningArnd Bergmann2016-10-281-2/+5
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-9/+13
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
|/
* ipvs: use nf_ct_kill helperFlorian Westphal2016-08-121-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-241-2/+23
|\
| * Merge tag 'ipvs-for-v4.8' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2016-07-111-2/+23
| |\
| | * ipvs: count pre-established TCP states as activeMichal Kubecek2016-07-071-2/+23
* | | ipvs: fix bind to link-local mcast IPv6 address in backupQuentin Armitage2016-07-071-2/+4
|/ /
* / ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni2016-06-062-4/+6
|/
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-201-10/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-05-095-9/+269
|\
| * ipvs: make drop_entry protection effective for SIP-peMarco Angaroni2016-05-062-4/+26