summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | netfilter: conntrack: un-export seq_print_acctFlorian Westphal2018-12-212-19/+18Star
| | * | | | | | netfilter: conntrack: register sysctl table for greYafang Shao2018-12-211-1/+41
| | * | | | | | netfilter: conntrack: udp: set stream timeout to 2 minutesFlorian Westphal2018-12-211-1/+1
| | * | | | | | netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal2018-12-211-3/+13
| | * | | | | | netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is setTaehee Yoo2018-12-181-1/+2
| | * | | | | | netfilter: ipt_CLUSTERIP: fix sleep-in-atomic bug in clusterip_config_entry_p...Taehee Yoo2018-12-181-5/+14
| | * | | | | | netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routineTaehee Yoo2018-12-181-1/+0Star
| | * | | | | | netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routineTaehee Yoo2018-12-181-68/+87
| | * | | | | | netfilter: nf_tables: Speed up selective rule dumpsPhil Sutter2018-12-181-28/+62
| | * | | | | | netfilter: nf_nat_sip: fix RTP/RTCP source port translationsAlin Nastac2018-12-171-4/+35
| | * | | | | | netfilter: nat: remove nf_nat_l4proto structFlorian Westphal2018-12-1715-355/+10Star
| | * | | | | | netfilter: nat: remove l4proto->manip_pktFlorian Westphal2018-12-1715-349/+358
| | * | | | | | netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal2018-12-1710-67/+17Star
| | * | | | | | netfilter: nat: remove l4proto->in_rangeFlorian Westphal2018-12-1710-78/+43Star
| | * | | | | | netfilter: nat: fold in_range indirection into callerFlorian Westphal2018-12-173-23/+16Star
| | * | | | | | netfilter: nat: remove l4proto->unique_tupleFlorian Westphal2018-12-175-123/+56Star
| | * | | | | | netfilter: nat: un-export nf_nat_l4proto_unique_tupleFlorian Westphal2018-12-176-129/+75Star
| | * | | | | | netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal2018-12-173-21/+2Star
| | * | | | | | netfilter: remove unused parameters in nf_ct_l4proto_[un]register_sysctl()Yafang Shao2018-12-171-14/+7Star
| | * | | | | | netfilter: nat: limit port clash resolution attemptsFlorian Westphal2018-12-171-6/+23
| | * | | | | | netfilter: nat: remove unnecessary 'else if' branchXiaozhou Liu2018-12-171-2/+0Star
| | * | | | | | netfilter: ipset: replace a strncpy() with strscpy()Qian Cai2018-12-141-2/+4
| | * | | | | | netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot2018-12-141-1/+1
| | * | | | | | netfilter: nat: remove l4 protocol port roversFlorian Westphal2018-12-015-26/+7Star
| | * | | | | | netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()Paul E. McKenney2018-12-014-8/+8
| | * | | | | | netfilter: nf_flow_table: simplify nf_flow_offload_gc_step()Taehee Yoo2018-11-121-27/+7Star
| | * | | | | | netfilter: nf_flow_table: make nf_flow_table_iterate() staticTaehee Yoo2018-11-121-4/+4
| | * | | | | | netfilter: ctnetlink: always honor CTA_MARK_MASKAndreas Jaggi2018-11-121-10/+19
| | * | | | | | Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso2018-11-124-40/+174
| | |\ \ \ \ \ \
| | | * | | | | | netfilter: ipset: Introduction of new commands and protocol version 7Jozsef Kadlecsik2018-10-271-17/+147
| | | * | | | | | netfilter: ipset: Make invalid MAC address checks consistentStefano Brivio2018-10-222-7/+7
| | | * | | | | | netfilter: ipset: Allow matching on destination MAC address for mac and ipmac...Stefano Brivio2018-10-223-16/+20
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-216-42/+99
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: tls_sw, init TLS ULP removes BPF proto hooksJohn Fastabend2018-12-201-2/+12
| | * | | | | | | | bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend2018-12-202-14/+42
| | * | | | | | | | bpf: sk_msg, zap ingress queue on psock downJohn Fastabend2018-12-201-0/+1
| | * | | | | | | | bpf: sk_msg, fix socket data_ready eventsJohn Fastabend2018-12-202-4/+4
| | * | | | | | | | bpf: skb_verdict, support SK_PASS on RX BPF pathJohn Fastabend2018-12-201-0/+16
| | * | | | | | | | bpf: skmsg, replace comments with BUILD bugJohn Fastabend2018-12-201-0/+3
| | * | | | | | | | bpf: sk_msg, improve offset chk in _is_valid_accessJohn Fastabend2018-12-201-7/+14
| | * | | | | | | | xsk: simplify AF_XDP socket teardownBjörn Töpel2018-12-191-15/+1Star
| | * | | | | | | | bpf: sockmap, metadata support for reporting size of msgJohn Fastabend2018-12-191-0/+6
| * | | | | | | | | ppp: Move PFC decompression to PPP generic layerSam Protsenko2018-12-211-4/+0Star
| * | | | | | | | | net: ipv4: Set skb->dev for output route resolutionIdo Schimmel2018-12-211-0/+1
| * | | | | | | | | neighbour: remove stray semicolonColin Ian King2018-12-211-1/+1
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-2047-202/+381
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-12-202-3/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing2018-12-191-0/+3
| | * | | | | | | | | | xfrm: policy: remove set but not used variable 'priority'YueHaibing2018-12-191-3/+0Star
| * | | | | | | | | | | neighbor: Use nda_policy for validating attributes in adds and dump requestsDavid Ahern2018-12-201-17/+5Star