| Commit message (Expand) | Author | Age | Files | Lines |
* | netfilter: nf_tables: deactivate expressions in rule replecement routine | Taehee Yoo | 2018-11-28 | 1 | -11/+4 |
* | netfilter: nf_conncount: remove wrong condition check routine | Taehee Yoo | 2018-11-27 | 1 | -5/+2 |
* | netfilter: add missing error handling code for register functions | Taehee Yoo | 2018-11-27 | 1 | -1/+4 |
* | netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, too | Florian Westphal | 2018-11-26 | 2 | -14/+15 |
* | ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf | Xin Long | 2018-11-26 | 1 | -0/+3 |
* | netfilter: xt_hashlimit: fix a possible memory leak in htable_create() | Taehee Yoo | 2018-11-17 | 1 | -6/+3 |
* | netfilter: nf_tables: fix use-after-free when deleting compat expressions | Florian Westphal | 2018-11-13 | 2 | -3/+5 |
* | netfilter: xt_RATEEST: remove netns exit routine | Taehee Yoo | 2018-11-13 | 1 | -10/+0 |
* | netfilter: nf_tables: don't use position attribute on rule replacement | Florian Westphal | 2018-11-12 | 1 | -10/+7 |
* | netfilter: nf_tables: don't skip inactive chains during update | Florian Westphal | 2018-11-12 | 1 | -6/+3 |
* | netfilter: nf_conncount: fix unexpected permanent node of list. | Taehee Yoo | 2018-11-12 | 1 | -3/+15 |
* | netfilter: nf_conncount: fix list_del corruption in conn_free | Taehee Yoo | 2018-11-12 | 1 | -2/+5 |
* | netfilter: nf_conncount: use spin_lock_bh instead of spin_lock | Taehee Yoo | 2018-11-12 | 1 | -6/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-11-06 | 16 | -238/+143 |
|\ |
|
| * | netfilter: conntrack: fix calculation of next bucket number in early_drop | Vasily Khoruzhick | 2018-11-03 | 1 | -5/+8 |
| * | netfilter: nft_compat: ebtables 'nat' table is normal chain type | Florian Westphal | 2018-11-03 | 1 | -9/+12 |
| * | netfilter: nfnetlink_cttimeout: pass default timeout policy to obj_to_nlattr | Pablo Neira Ayuso | 2018-11-03 | 1 | -7/+40 |
| * | netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet() | Pablo Neira Ayuso | 2018-11-03 | 7 | -59/+24 |
| * | netfilter: ipset: Fix calling ip_set() macro at dumping | Jozsef Kadlecsik | 2018-11-03 | 1 | -4/+8 |
| * | netfilter: xt_IDLETIMER: add sysfs filename checking routine | Taehee Yoo | 2018-11-03 | 1 | -0/+20 |
| * | netfilter: ipset: fix ip_set_list allocation failure | Andrey Ryabinin | 2018-11-01 | 1 | -4/+4 |
| * | netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net | Eric Westbrook | 2018-11-01 | 1 | -4/+4 |
| * | netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r... | Stefano Brivio | 2018-11-01 | 2 | -18/+22 |
| * | Revert "netfilter: nft_numgen: add map lookups for numgen random operations" | Pablo Neira Ayuso | 2018-10-29 | 1 | -127/+0 |
| * | netfilter: nft_osf: check if attribute is present | Pablo Neira Ayuso | 2018-10-25 | 1 | -1/+1 |
* | | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2018-11-01 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | iov_iter: Separate type from direction and use accessor functions | David Howells | 2018-10-24 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2018-10-22 | 7 | -27/+107 |
|\ \ |
|
| * | | netfilter: nf_flow_table: do not remove offload when other netns's interface ... | Taehee Yoo | 2018-10-19 | 1 | -3/+6 |
| * | | netfilter: nf_flow_table: remove flowtable hook flush routine in netns exit r... | Taehee Yoo | 2018-10-19 | 1 | -3/+0 |
| * | | netfilter: xt_nat: fix DNAT target for shifted portmap ranges | Paolo Abeni | 2018-10-16 | 1 | -0/+2 |
| * | | netfilter: nft_compat: do not dump private area | Pablo Neira Ayuso | 2018-10-11 | 1 | -2/+22 |
| * | | netfilter: xt_TEE: add missing code to get interface index in checkentry. | Taehee Yoo | 2018-10-11 | 1 | -0/+7 |
| * | | netfilter: xt_TEE: fix wrong interface selection | Taehee Yoo | 2018-10-11 | 1 | -17/+52 |
| * | | netfilter: nft_osf: usage from output path is not valid | Fernando Fernandez Mancera | 2018-10-11 | 1 | -0/+10 |
| * | | netfilter: nft_set_rbtree: allow loose matching of closing element in interval | Pablo Neira Ayuso | 2018-10-11 | 1 | -2/+8 |
* | | | Revert "netfilter: xt_quota: fix the behavior of xt_quota module" | Pablo Neira Ayuso | 2018-10-19 | 1 | -22/+33 |
* | | | netfilter: remove two unused variables. | Weongyo Jeong | 2018-10-19 | 2 | -6/+0 |
* | | | netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_clean... | Taehee Yoo | 2018-10-19 | 2 | -2/+2 |
* | | | netfilter: xt_osf: simplify xt_osf_match_packet() | Pablo Neira Ayuso | 2018-10-16 | 1 | -7/+1 |
* | | | netfilter: nft_xfrm: use state family, not hook one | Florian Westphal | 2018-10-16 | 1 | -5/+6 |
* | | | netfilter: nft_osf: Add ttl option support | Fernando Fernandez Mancera | 2018-10-16 | 2 | -26/+35 |
* | | | netfilter: cttimeout: remove set but not used variable 'l3num' | YueHaibing | 2018-10-16 | 1 | -2/+0 |
* | | | netfilter: Replace spin_is_locked() with lockdep | Lance Roy | 2018-10-16 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2018-10-08 | 37 | -991/+1399 |
|\ \ |
|
| * | | netfilter: xt_quota: Don't use aligned attribute in sizeof | Nathan Chancellor | 2018-10-09 | 1 | -1/+1 |
| * | | netfilter: xt_quota: fix the behavior of xt_quota module | Chenbo Feng | 2018-10-03 | 1 | -33/+22 |
| * | | netfilter: nf_tables: use rhashtable_lookup() instead of rhashtable_lookup_fa... | Taehee Yoo | 2018-09-28 | 2 | -6/+6 |
| * | | netfilter: nf_flow_table: remove unnecessary nat flag check code | Taehee Yoo | 2018-09-28 | 1 | -4/+2 |
| * | | netfilter: nf_tables: add requirements for connsecmark support | Christian Göttsche | 2018-09-28 | 2 | -1/+24 |