summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-18ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal7-121/+126
2018-07-18netfilter: nft_socket: Expose socket markMáté Eckl2-1/+14
2018-07-18netfilter: nft_socket: Break evaluation if no socket foundMáté Eckl1-1/+1
2018-07-18netfilter: nf_osf: add struct nf_osf_hdr_ctxPablo Neira Ayuso1-43/+62
2018-07-18netfilter: nf_osf: add nf_osf_match_one()Pablo Neira Ayuso1-96/+111
2018-07-18netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal5-28/+77
2018-07-18netfilter: nf_tables: avoid global info storageFlorian Westphal1-16/+12
2018-07-18netfilter: nf_tables: take module reference when starting a batchFlorian Westphal3-0/+11
2018-07-18netfilter: nf_tables: make valid_genid callback mandatoryFlorian Westphal2-3/+3
2018-07-18netfilter: nf_tables: add and use helper for module autoloadFlorian Westphal1-29/+52
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng7-12/+8
2018-07-18ipvs: drop conn templates under attackJulian Anastasov1-20/+39
2018-07-18ipvs: add assured state for conn templatesJulian Anastasov6-14/+43
2018-07-18ipvs: provide just conn to ip_vs_state_nameJulian Anastasov3-9/+9
2018-07-18netfilter: nf_conntrack: resolve clash for matching conntracksMartynas Pumputis1-8/+22
2018-07-18netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree s...Yi-Hung Wei3-91/+196
2018-07-18netfilter: nf_conncount: Split insert and traversalYi-Hung Wei1-20/+67
2018-07-18netfilter: nf_conncount: Move locking into count_tree()Yi-Hung Wei1-27/+25
2018-07-18netfilter: nf_conncount: Early exit in nf_conncount_lookup() and cleanupYi-Hung Wei3-25/+33
2018-07-18netfilter: nf_conncount: Switch to plain listYi-Hung Wei3-47/+75
2018-07-18netfilter: nf_conncount: Early exit for garbage collectionYi-Hung Wei1-2/+37
2018-07-17netfilter: Kconfig: Change select IPv6 dependenciesMáté Eckl3-7/+7
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal19-1095/+645
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal12-104/+94
2018-07-16netfilter: conntrack: avoid l4proto pkt_to_tuple callsFlorian Westphal5-78/+15
2018-07-16netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal8-64/+8
2018-07-16netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal7-134/+94
2018-07-16netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal8-52/+18
2018-07-16netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal5-58/+33
2018-07-16netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal11-149/+79
2018-07-16netfilter: Kconfig: Make NETFILTER_XT_MATCH_SOCKET select NF_SOCKET_IPV4/6Máté Eckl1-2/+2
2018-07-16openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal3-23/+4
2018-07-16netfilter: utils: move nf_ip6_checksum* from ipv6 to utilsFlorian Westphal3-78/+65
2018-07-16netfilter: utils: move nf_ip_checksum* from ipv4 to utilsFlorian Westphal3-64/+55
2018-07-16netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.hMáté Eckl2-9/+8
2018-07-16netfilter: flowtables: use fixed renew timeout on teardownFlorian Westphal1-8/+5
2018-07-16netfilter: nft_reject_bridge: remove unnecessary ttl setTaehee Yoo1-2/+1
2018-07-16Merge branch 'TLS-offload-rx-netdev-and-mlx5'David S. Miller25-191/+846
2018-07-16net/mlx5e: IPsec, fix byte count in CQEBoris Pismenny3-2/+3
2018-07-16net/mlx5: Accel, add common metadata functionsBoris Pismenny3-29/+45
2018-07-16net/mlx5e: TLS, build TLS netdev from capabilitiesBoris Pismenny1-2/+16
2018-07-16net/mlx5e: TLS, add software statisticsBoris Pismenny3-1/+17
2018-07-16net/mlx5e: TLS, add Innova TLS rx data pathBoris Pismenny3-3/+118
2018-07-16net/mlx5e: TLS, add innova rx supportBoris Pismenny2-15/+46
2018-07-16net/mlx5: Accel, add TLS rx offload routinesBoris Pismenny5-46/+135
2018-07-16net/mlx5e: TLS, refactor variable namesBoris Pismenny3-8/+8
2018-07-16tls: Fix zerocopy_from_iter iov handlingBoris Pismenny1-3/+5
2018-07-16tls: Add rx inline crypto offloadBoris Pismenny5-43/+355
2018-07-16tls: Fill software context without allocationBoris Pismenny1-12/+22
2018-07-16tls: Split tls_sw_release_resources_rxBoris Pismenny2-1/+10