summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * | netfilter: nf_tables: add SECMARK supportChristian Göttsche2018-09-282-4/+132
| * | netfilter: ctnetlink: must check mark attributes vs NULLFlorian Westphal2018-09-211-2/+9
| * | netfilter: nf_tables: use rhashtable_walk_enter instead of rhashtable_walk_initTaehee Yoo2018-09-202-46/+19
| * | netfilter: nat: remove duplicate skb_is_nonlinear() in __nf_nat_mangle_tcp_pa...Taehee Yoo2018-09-201-3/+1
| * | netfilter: conntrack: clamp l4proto array size at largers supported protocolFlorian Westphal2018-09-201-1/+1
| * | netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal2018-09-2017-273/+69
| * | netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal2018-09-209-11/+10
| * | netfilter: conntrack: remove error callback and handle icmp from coreFlorian Westphal2018-09-203-18/+43
| * | netfilter: conntrack: avoid using ->error callback if possibleFlorian Westphal2018-09-203-106/+91
| * | netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal2018-09-208-63/+94
| * | netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal2018-09-209-258/+194
| * | netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal2018-09-2010-108/+131
| * | netfilter: nat: remove unnecessary rcu_read_lock in nf_nat_redirect_ipv{4/6}Taehee Yoo2018-09-171-4/+0
| * | netfilter: cttimeout: remove superfluous check on layer 4 netlink functionsPablo Neira Ayuso2018-09-172-33/+18
| * | netfilter: xtables: avoid BUG_ONFlorian Westphal2018-09-172-6/+0
| * | netfilter: nf_tables: avoid BUG_ON usageFlorian Westphal2018-09-173-7/+14
| * | netfilter: xt_cgroup: shrink size of v2 pathPablo Neira Ayuso2018-09-171-0/+72
| * | netfilter: ctnetlink: Support L3 protocol-filter on flushKristian Evensen2018-09-171-22/+28
| * | netfilter: nf_tables: add xfrm expressionFlorian Westphal2018-09-173-0/+301
| * | netfilter: remove obsolete need_conntrack stubFlorian Westphal2018-09-171-7/+0
| * | netfilter: nf_tables: asynchronous releaseFlorian Westphal2018-09-171-6/+50
| * | netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal2018-09-171-0/+19
| * | netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal2018-09-174-14/+83
| * | netfilter: nf_tables: rt: allow checking if dst has xfrm attachedFlorian Westphal2018-09-171-0/+11
* | | net: Add extack to nlmsg_parseDavid Ahern2018-10-081-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-034-19/+19
|\ \ \ | | |/ | |/|
| * | netfilter: xt_socket: check sk before checking for netns.Flavio Leitner2018-09-281-2/+2
| * | netfilter: nft_set_rbtree: add missing rb_erase() in GC routineTaehee Yoo2018-09-281-14/+14
| * | netfilter: conntrack: get rid of double sizeofzhong jiang2018-09-201-2/+2
| * | netfilter: nft_osf: use enum nft_data_types for nft_validate_register_storeStefan Agner2018-09-201-1/+1
* | | net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-261-2/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-1217-96/+175
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-09-1117-96/+175
| |\
| | * netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang2018-09-111-9/+9
| | * netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner2018-09-111-0/+1
| | * netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to typePablo Neira Ayuso2018-09-111-3/+3
| | * netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso2018-09-118-45/+45
| | * netfilter: conntrack: reset tcp maxwin on re-registerFlorian Westphal2018-09-111-0/+26
| | * netfilter: nf_tables: release chain in flushing setTaehee Yoo2018-08-311-0/+1
| | * netfilter: nf_tables: rework ct timeout set supportFlorian Westphal2018-08-291-30/+29
| | * netfilter: conntrack: place 'new' timeout in first location tooFlorian Westphal2018-08-293-0/+21
| | * netfilter: xt_checksum: ignore gso skbsFlorian Westphal2018-08-242-7/+27
| | * netfilter: xt_cluster: add dependency on conntrack moduleMartin Willi2018-08-231-1/+13
| | * netfilter: conntrack: remove duplicated include from nf_conntrack_proto_udp.cYue Haibing2018-08-231-1/+0
* | | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
|/ /
* / treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-232-6/+6
|/
* netfilter: nft_dynset: allow dynamic updates of non-anonymous setPablo Neira Ayuso2018-08-161-2/+0
* netfilter: nft_tproxy: Fix missing-braces warningMáté Eckl2018-08-161-1/+3
* netfilter: nft_ct: make l3 protocol field optional for timeout objectHarsha Sharma2018-08-161-3/+4
* netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko2018-08-161-6/+1