| Commit message (Expand) | Author | Age | Files | Lines |
* | ipvs: fix tinfo memory leak in start_sync_thread | Julian Anastasov | 2019-07-31 | 2 | -66/+72 |
* | ipvs: defer hook registration to avoid leaks | Julian Anastasov | 2019-07-31 | 1 | -7/+14 |
* | ipvs: Fix use-after-free in ip_vs_in | YueHaibing | 2019-06-22 | 1 | -1/+1 |
* | ipvs: do not schedule icmp errors from tunnels | Julian Anastasov | 2019-05-16 | 1 | -1/+1 |
* | ipvs: fix warning on unused variable | Andrea Claudi | 2019-05-02 | 1 | -1/+2 |
* | ipvs: fix dependency on nf_defrag_ipv6 | Andrea Claudi | 2019-03-23 | 3 | -6/+15 |
* | ipvs: Fix signed integer overflow when setsockopt timeout | ZhangXiaoxu | 2019-03-13 | 1 | -0/+12 |
* | ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf | Xin Long | 2018-12-17 | 1 | -0/+3 |
* | ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest() | Tan Hu | 2018-09-15 | 1 | -4/+11 |
* | ipvs: fix buffer overflow with sync daemon and service | Julian Anastasov | 2018-07-08 | 1 | -6/+15 |
* | ipvs: remove IPS_NAT_MASK check to fix passive FTP | Julian Anastasov | 2018-05-30 | 1 | -1/+1 |
* | ipvs: fix rtnl_lock lockups caused by start_sync_thread | Julian Anastasov | 2018-05-16 | 2 | -83/+80 |
* | netfilter: ipvs: Fix inappropriate output of procfs | KUWAZAWA Takuya | 2017-12-20 | 1 | -0/+4 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 3 | -0/+3 |
* | netfilter: ipvs: full-functionality option for ECN encapsulation in tunnel | Vadim Fedorenko | 2017-09-26 | 1 | -2/+6 |
* | netfilter: ipvs: do not create conn for ABORT packet in sctp_conn_schedule | Xin Long | 2017-09-08 | 1 | -1/+2 |
* | netfilter: ipvs: fix the issue that sctp_conn_schedule drops non-INIT packet | Xin Long | 2017-09-08 | 1 | -2/+5 |
* | netfilter: nf_hook_ops structs can be const | Florian Westphal | 2017-07-31 | 1 | -1/+1 |
* | netfilter: Remove duplicated rcu_read_lock. | Taehee Yoo | 2017-07-24 | 7 | -82/+8 |
* | sctp: remove the typedef sctp_chunkhdr_t | Xin Long | 2017-07-01 | 2 | -5/+5 |
* | sctp: remove the typedef sctp_sctphdr_t | Xin Long | 2017-07-01 | 2 | -11/+10 |
* | ipvs: SNAT packet replies only for NATed connections | Julian Anastasov | 2017-05-08 | 1 | -5/+14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2017-05-03 | 1 | -5/+17 |
|\ |
|
| * | ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabled | Paolo Abeni | 2017-04-28 | 1 | -5/+17 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2017-05-01 | 7 | -57/+34 |
|\ \ |
|
| * | | ipvs: change comparison on sync_refresh_period | Aaron Conole | 2017-04-28 | 1 | -1/+1 |
| * | | ipvs: remove unused function ip_vs_set_state_timeout | Aaron Conole | 2017-04-28 | 1 | -22/+0 |
| * | | ipvs: convert to use pernet nf_hook api | Florian Westphal | 2017-04-26 | 1 | -10/+9 |
| * | | netfilter: ipvs: fix incorrect conflict resolution | Florian Westphal | 2017-04-19 | 1 | -1/+2 |
| * | | netfilter: remove nf_ct_is_untracked | Florian Westphal | 2017-04-15 | 3 | -8/+7 |
| * | | Merge tag 'ipvs2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/gi... | Pablo Neira Ayuso | 2017-04-15 | 2 | -7/+4 |
| |\ \ |
|
| | * | | ipvs: remove unused variable | Arushi Singhal | 2017-03-30 | 1 | -4/+1 |
| | * | | netfilter: ipvs: Replace kzalloc with kcalloc. | Varsha Rao | 2017-03-30 | 1 | -2/+2 |
| | * | | netfilter: ipvs: don't check for presence of nat extension | Florian Westphal | 2017-03-30 | 1 | -1/+1 |
| * | | | netfilter: Remove exceptional & on function name | Arushi Singhal | 2017-04-07 | 1 | -2/+2 |
| * | | | netfilter: Use seq_puts()/seq_putc() where possible | simran singhal | 2017-04-07 | 1 | -4/+4 |
| * | | | netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns boolean | Gao Feng | 2017-04-06 | 1 | -5/+8 |
| |/ / |
|
* | | | netlink: pass extended ACK struct where available | Johannes Berg | 2017-04-13 | 1 | -1/+1 |
* | | | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 2017-04-13 | 1 | -5/+7 |
|/ / |
|
* | | netfilter: refcounter conversions | Reshetova, Elena | 2017-03-17 | 12 | -31/+31 |
* | | ipvs: remove an annoying printk in netns init | Cong Wang | 2017-03-16 | 1 | -2/+0 |
|/ |
|
* | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 2017-02-27 | 6 | -10/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2017-02-03 | 1 | -5/+3 |
|\ |
|
| * | ipvs: free ip_vs_dest structs when refcnt=0 | David Windsor | 2017-02-02 | 1 | -5/+3 |
* | | Introduce a sysctl that modifies the value of PROT_SOCK. | Krister Johansen | 2017-01-24 | 1 | -4/+3 |
|/ |
|
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | Merge tag 'ipvs-for-v4.10' of https://git.kernel.org/pub/scm/linux/kernel/git... | Pablo Neira Ayuso | 2016-12-04 | 2 | -1/+55 |
|\ |
|
| * | ipvs: Decrement ttl | Dwip Banerjee | 2016-11-15 | 1 | -0/+54 |
| * | ipvs: Use IS_ERR_OR_NULL(svc) instead of IS_ERR(svc) || svc == NULL | Gao Feng | 2016-11-15 | 1 | -1/+1 |
* | | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 2016-11-18 | 1 | -1/+1 |