Age | Commit message (Expand) | Author | Files | Lines |
2017-05-10 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+4 |
2017-05-08 | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko | 1 | -2/+1 |
2017-05-08 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko | 2 | -21/+5 |
2017-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 10 | -58/+113 |
2017-05-03 | Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 1 | -98/+28 |
2017-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 9 | -57/+112 |
2017-05-03 | netfilter: conntrack: Force inlining of build check to prevent build failure | Geert Uytterhoeven | 1 | -1/+1 |
2017-05-03 | netfilter: nf_tables: check if same extensions are set when adding elements | Pablo Neira Ayuso | 1 | -0/+5 |
2017-05-02 | audit: normalize NETFILTER_PKT | Richard Guy Briggs | 1 | -97/+27 |
2017-05-02 | netfilter: use consistent ipv4 network offset in xt_AUDIT | Richard Guy Briggs | 1 | -1/+1 |
2017-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 70 | -506/+533 |
2017-05-01 | netfilter: nf_ct_ext: invoke destroy even when ext is not attached | Liping Zhang | 1 | -6/+2 |
2017-05-01 | Merge tag 'ipvs3-for-v4.12' of http://git.kernel.org/pub/scm/linux/kernel/git... | Pablo Neira Ayuso | 2 | -23/+1 |
2017-05-01 | netfilter: nf_queue: only call synchronize_net twice if nf_queue is active | Florian Westphal | 4 | -22/+26 |
2017-05-01 | netfilter: nf_log: don't call synchronize_rcu in nf_log_unset | Florian Westphal | 2 | -2/+1 |
2017-05-01 | netfilter: batch synchronize_net calls during hook unregister | Florian Westphal | 1 | -6/+40 |
2017-04-28 | Merge tag 'ipvs-fixes-for-v4.11' of http://git.kernel.org/pub/scm/linux/kerne... | Pablo Neira Ayuso | 1 | -5/+17 |
2017-04-28 | netfilter: x_tables: unlock on error in xt_find_table_lock() | Dan Carpenter | 1 | -1/+3 |
2017-04-28 | ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabled | Paolo Abeni | 1 | -5/+17 |
2017-04-28 | ipvs: change comparison on sync_refresh_period | Aaron Conole | 1 | -1/+1 |
2017-04-28 | ipvs: remove unused function ip_vs_set_state_timeout | Aaron Conole | 1 | -22/+0 |
2017-04-26 | netfilter: don't attach a nat extension by default | Florian Westphal | 1 | -6/+0 |
2017-04-26 | netfilter: pptp: attach nat extension when needed | Florian Westphal | 1 | -2/+10 |
2017-04-26 | netfilter: conntrack: handle initial extension alloc via krealloc | Florian Westphal | 1 | -36/+15 |
2017-04-26 | netfilter: conntrack: mark extension structs as const | Florian Westphal | 8 | -9/+9 |
2017-04-26 | netfilter: conntrack: remove prealloc support | Florian Westphal | 2 | -46/+4 |
2017-04-26 | ipvs: convert to use pernet nf_hook api | Florian Westphal | 1 | -10/+9 |
2017-04-25 | netfilter: nft_dynset: continue to next expr if _OP_ADD succeeded | Liping Zhang | 1 | -3/+2 |
2017-04-24 | netfilter: xt_socket: Fix broken IPv6 handling | Peter Tirsek | 1 | -1/+1 |
2017-04-24 | netfilter: ctnetlink: acquire ct->lock before operating nf_ct_seqadj | Liping Zhang | 1 | -6/+15 |
2017-04-24 | netfilter: ctnetlink: make it safer when updating ct->status | Liping Zhang | 1 | -9/+24 |
2017-04-24 | netfilter: ctnetlink: fix deadlock due to acquire _expect_lock twice | Liping Zhang | 1 | -12/+12 |
2017-04-24 | netfilter: ctnetlink: drop the incorrect cthelper module request | Liping Zhang | 1 | -16/+1 |
2017-04-24 | netfilter: nft_set_bitmap: free dummy elements when destroy the set | Liping Zhang | 1 | -0/+5 |
2017-04-24 | netfilter: nf_ct_helper: permit cthelpers with different names via nfnetlink | Liping Zhang | 1 | -5/+21 |
2017-04-24 | netfilter: xt_CT: fix refcnt leak on error path | Gao Feng | 1 | -2/+9 |
2017-04-23 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -4/+4 |
2017-04-19 | netfilter: tcp: Use TCP_MAX_WSCALE instead of literal 14 | Gao Feng | 2 | -6/+5 |
2017-04-19 | netfilter: ipvs: fix incorrect conflict resolution | Florian Westphal | 1 | -1/+2 |
2017-04-19 | nefilter: eache: reduce struct size from 32 to 24 byte | Florian Westphal | 1 | -0/+3 |
2017-04-19 | netfilter: allow early drop of assured conntracks | Florian Westphal | 4 | -0/+99 |
2017-04-19 | netfilter: conntrack: use u8 for extension sizes again | Florian Westphal | 1 | -0/+33 |
2017-04-19 | netfilter: remove last traces of variable-sized extensions | Florian Westphal | 1 | -9/+7 |
2017-04-19 | netfilter: helpers: remove data_len usage for inkernel helpers | Florian Westphal | 8 | -28/+13 |
2017-04-19 | netfilter: nfnetlink_cthelper: reject too large userspace allocation requests | Florian Westphal | 1 | -2/+8 |
2017-04-19 | netfilter: helper: add build-time asserts for helper data size | Florian Westphal | 8 | -0/+16 |
2017-04-19 | netfilter: nft_ct: allow to set ctnetlink event types of a connection | Florian Westphal | 1 | -1/+24 |
2017-04-18 | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU | Paul E. McKenney | 1 | -4/+4 |
2017-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -24/+61 |
2017-04-15 | netfilter: remove nf_ct_is_untracked | Florian Westphal | 9 | -27/+13 |