summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * | | netfilter: pptp: attach nat extension when neededFlorian Westphal2017-04-261-2/+10
| * | | netfilter: conntrack: handle initial extension alloc via kreallocFlorian Westphal2017-04-261-36/+15Star
| * | | netfilter: conntrack: mark extension structs as constFlorian Westphal2017-04-268-9/+9
| * | | netfilter: conntrack: remove prealloc supportFlorian Westphal2017-04-262-46/+4Star
| * | | ipvs: convert to use pernet nf_hook apiFlorian Westphal2017-04-261-10/+9Star
| * | | netfilter: tcp: Use TCP_MAX_WSCALE instead of literal 14Gao Feng2017-04-192-6/+5Star
| * | | netfilter: ipvs: fix incorrect conflict resolutionFlorian Westphal2017-04-191-1/+2
| * | | nefilter: eache: reduce struct size from 32 to 24 byteFlorian Westphal2017-04-191-0/+3
| * | | netfilter: allow early drop of assured conntracksFlorian Westphal2017-04-194-0/+99
| * | | netfilter: conntrack: use u8 for extension sizes againFlorian Westphal2017-04-191-0/+33
| * | | netfilter: remove last traces of variable-sized extensionsFlorian Westphal2017-04-191-9/+7Star
| * | | netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal2017-04-198-28/+13Star
| * | | netfilter: nfnetlink_cthelper: reject too large userspace allocation requestsFlorian Westphal2017-04-191-2/+8
| * | | netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal2017-04-198-0/+16
| * | | netfilter: nft_ct: allow to set ctnetlink event types of a connectionFlorian Westphal2017-04-191-1/+24
| * | | netfilter: remove nf_ct_is_untrackedFlorian Westphal2017-04-159-27/+13Star
| * | | netfilter: kill the fake untracked conntrack objectsFlorian Westphal2017-04-156-75/+30Star
| * | | netfilter: ecache: Refine the nf_ct_deliver_cached_eventsGao Feng2017-04-151-2/+2
| * | | netfilter: nf_nat: Fix return NF_DROP in nfnetlink_parse_nat_setupGao Feng2017-04-151-1/+1
| * | | Merge tag 'ipvs2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/gi...Pablo Neira Ayuso2017-04-152-7/+4Star
| |\ \ \
| | * | | ipvs: remove unused variableArushi Singhal2017-03-301-4/+1Star
| | * | | 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
| * | | | ipset: remove unused function __ip_set_get_netlinkAaron Conole2017-04-151-8/+0Star
| * | | | netfilter: nf_conntrack: remove double assignmentAaron Conole2017-04-141-2/+1Star
| * | | | netfilter: nf_tables: remove double return statementAaron Conole2017-04-141-2/+0Star
| * | | | netfilter: nat: remove rcu_read_lock in __nf_nat_decode_session.Taehee Yoo2017-04-131-5/+2Star
| * | | | netfilter: Remove exceptional & on function nameArushi Singhal2017-04-0711-13/+13
| * | | | net: netfilter: Use list_{next/prev}_entry instead of list_entrysimran singhal2017-04-071-1/+1
| * | | | netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal2017-04-076-15/+15
| * | | | netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-075-11/+10Star
| * | | | netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso2017-04-0710-27/+28
| * | | | netfilter: ctnetlink: Expectations must have a conntrack helper areaGao Feng2017-04-061-19/+8Star
| * | | | netfilter: nat: avoid use of nf_conn_nat extensionFlorian Westphal2017-04-062-15/+5Star
| * | | | netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng2017-04-064-36/+37
| * | | | netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng2017-04-063-24/+19Star
| * | | | netfilter: expect: Make sure the max_expected limit is effectiveGao Feng2017-04-063-0/+15
| * | | | netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso2017-04-063-21/+22
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-167-24/+61
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | netfilter: nft_hash: do not dump the auto generated seedLiping Zhang2017-04-131-3/+7
| * | | | netfilter: nf_ct_expect: use proper RCU list traversal/update APIsLiping Zhang2017-04-082-5/+5
| * | | | netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULLLiping Zhang2017-04-081-0/+6
| * | | | netfilter: make it safer during the inet6_dev->addr_list traversalLiping Zhang2017-04-082-1/+6
| * | | | netfilter: ctnetlink: make it safer when checking the ct helper nameLiping Zhang2017-04-081-5/+10
| * | | | netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_findGao Feng2017-04-082-7/+20
| * | | | netfilter: ctnetlink: using bit to represent the ct eventLiping Zhang2017-04-081-2/+2
| * | | | netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet2017-04-081-1/+5
* | | | | netlink: pass extended ACK struct where availableJohannes Berg2017-04-132-2/+2
* | | | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-1314-62/+80
* | | | | netlink: extended ACK reportingJohannes Berg2017-04-132-11/+13
| |/ / / |/| | |