summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-04-30netfilter: use macros to create module aliases.Flavio Leitner7-7/+7
2019-04-30netfilter: conntrack: limit sysctl setting for boolean optionsTonghao Zhang1-15/+33
2019-04-30netfilter: nf_flow_table: check ttl value in flow offload data pathTaehee Yoo1-0/+6
2019-04-30netfilter: nf_flow_table: fix netdev refcnt leakTaehee Yoo1-0/+1
2019-04-30netfilter: nft_flow_offload: add entry to flowtable after confirmationPablo Neira Ayuso1-2/+1
2019-04-30netfilter: nf_tables: delay chain policy update until transaction is completeFlorian Westphal1-11/+39
2019-04-30netfilter: nf_tables: fix implicit include of module.hPaul Gortmaker1-0/+1
2019-04-30netfilter: nf_tables: relocate header content to consumerPaul Gortmaker1-0/+17
2019-04-30ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet1-6/+12
2019-04-30vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sen...Stephen Suryaputra1-6/+17
2019-04-30tcp: add sanity tests in tcp_add_backlog()Eric Dumazet1-1/+12
2019-04-30ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn1-2/+2
2019-04-29Merge tag 'mac80211-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/lin...David S. Miller4-6/+9
2019-04-29dsa: Allow tag drivers to be built as modulesAndrew Lunn2-29/+73
2019-04-29dsa: tag_brcm: Avoid unused symbolsAndrew Lunn1-2/+6
2019-04-29dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn11-76/+11
2019-04-29dsa: Make use of the list of tag driversAndrew Lunn1-5/+34
2019-04-29dsa: Add stub tag driver put methodAndrew Lunn4-0/+9
2019-04-29dsa: Rename dsa_resolve_tag_protocol() to _get ready for lockingAndrew Lunn4-4/+5
2019-04-29dsa: Register the none tagger opsAndrew Lunn1-0/+7
2019-04-29dsa: Keep link list of tag driversAndrew Lunn1-0/+28
2019-04-29dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn10-2/+52
2019-04-29dsa: Add TAG protocol to tag opsAndrew Lunn10-0/+12
2019-04-29dsa: Add MODULE_LICENSE to tag driversAndrew Lunn9-0/+9
2019-04-29dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn9-0/+22
2019-04-29dsa: Move tagger name into its ops structureAndrew Lunn10-43/+13
2019-04-29dsa: Add SPDX header to tag drivers.Andrew Lunn8-52/+8
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-105/+1021
2019-04-28udp: fix GRO reception in case of length mismatchPaolo Abeni1-4/+5
2019-04-28net/tls: fix copy to fragments in reencryptJakub Kicinski1-7/+22
2019-04-28net/tls: don't copy negative amounts of data in reencryptJakub Kicinski1-6/+8
2019-04-28genetlink: optionally validate strictly/dumpsJohannes Berg27-3/+358
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg122-709/+860
2019-04-28net: fix two coding style issuesMichal Kubecek2-3/+4
2019-04-28ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek3-21/+21
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek98-422/+469
2019-04-27net/tls: byte swap device req TCP seq no upon settingJakub Kicinski1-1/+1
2019-04-27net/tls: remove old exports of sk_destruct functionsJakub Kicinski1-18/+17
2019-04-27net/tls: don't log errors every time offload can't proceedJakub Kicinski1-6/+1
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau5-0/+824
2019-04-27selftests: bpf: test writable buffers in raw tpsMatt Mullins1-0/+4
2019-04-26SUNRPC: Use namespace of listening daemon in the client AUTH_GSS upcallTrond Myklebust1-16/+44
2019-04-26SUNRPC: Use the client user namespace when encoding credsTrond Myklebust2-7/+13
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller30-345/+1220
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust2-2/+14
2019-04-26tipc: remove rcu_read_unlock() left in tipc_udp_recv()Eric Dumazet1-1/+0
2019-04-26genetlink: use idr_alloc_cyclic for family->id assignmentMarcel Holtmann1-2/+2
2019-04-26ipv6: Initialize fib6_result in bpf_ipv6_fib_lookupDavid Ahern1-1/+1
2019-04-26net: socket: Fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-04-26l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet1-1/+1