summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-03-30netfilter: conntrack: add nf_ct_acct_add()wenxu1-3/+4
2020-03-30netfilter: nf_tables: skip set types that do not support for expressionsPablo Neira Ayuso2-0/+5
2020-03-30netfilter: nft_dynset: validate set expression definitionPablo Neira Ayuso1-2/+7
2020-03-30netfilter: nft_set_bitmap: initialize set element extension in lookupsPablo Neira Ayuso1-0/+1
2020-03-30netfilter: ctnetlink: be more strict when NF_CONNTRACK_MARK is not setRomain Bellan1-1/+1
2020-03-29netfilter: nf_queue: prefer nf_queue_entry_freeFlorian Westphal1-18/+9
2020-03-29netfilter: nf_queue: do not release refcouts until nf_reinject is doneFlorian Westphal1-4/+2
2020-03-29netfilter: nf_queue: place bridge physports into queue_entry structFlorian Westphal1-30/+23
2020-03-29netfilter: nf_queue: make nf_queue_entry_release_refs staticFlorian Westphal2-10/+10
2020-03-29KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2-19/+10
2020-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds15-45/+132
2020-03-28xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen2-5/+35
2020-03-28bpf: Fix build warning regarding missing prototypesJean-Philippe Menil1-0/+4
2020-03-28Merge tag 'nfs-rdma-for-5.7-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust6-625/+413
2020-03-27bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooksDaniel Borkmann1-0/+8
2020-03-27bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann1-0/+12
2020-03-27bpf: Allow to retrieve cgroup v1 classid from v2 hooksDaniel Borkmann1-0/+21
2020-03-27bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2-0/+52
2020-03-27bpf: Enable perf event rb output for bpf cgroup progsDaniel Borkmann1-5/+9
2020-03-27bpf: Enable retrieval of socket cookie for bind/post-bind hookDaniel Borkmann1-0/+14
2020-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+2
2020-03-27net: dsa: implement auto-normalization of MTU for bridge hardware datapathVladimir Oltean3-1/+119
2020-03-27net: dsa: configure the MTU for switch portsVladimir Oltean5-16/+171
2020-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller7-22/+70
2020-03-27netfilter: flowtable: Use work entry per offload commandPaul Blakey1-31/+15
2020-03-27netfilter: flowtable: Use rw sem as flow block lockPaul Blakey2-8/+7
2020-03-27netfilter: nf_tables: silence a RCU-list warning in nft_table_lookup()Qian Cai1-1/+2
2020-03-27netfilter: flowtable: Fix incorrect tc_setup_type typewenxu4-6/+6
2020-03-27netfilter: flowtable: add counter supportPablo Neira Ayuso1-0/+7
2020-03-27netfilter: nf_tables: add enum nft_flowtable_flags to uapiPablo Neira Ayuso1-1/+1
2020-03-27netfilter: conntrack: export nf_ct_acct_update()Pablo Neira Ayuso1-8/+7
2020-03-27ipvs: optimize tunnel dumps for icmp errorsHaishuang Yan1-20/+26
2020-03-27netfilter: conntrack: Add missing annotations for nf_conntrack_all_lock() and...Jules Irenge1-0/+2
2020-03-27netfilter: ctnetlink: Add missing annotation for ctnetlink_parse_nat_setup()Jules Irenge1-0/+1
2020-03-27svcrdma: Fix leak of transport addressesChuck Lever1-0/+1
2020-03-27SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET1-5/+14
2020-03-27xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever6-130/+141
2020-03-27xprtrdma: Extract sockaddr from struct rdma_cm_idChuck Lever1-21/+14
2020-03-27xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever6-255/+240
2020-03-27xprtrdma: Disconnect on flushed completionChuck Lever3-17/+45
2020-03-27xprtrdma: Remove rpcrdma_ia::ri_flagsChuck Lever3-67/+13
2020-03-27xprtrdma: Invoke rpcrdma_ia_open in the connect workerChuck Lever3-142/+20
2020-03-27xprtrdma: Allocate Protection Domain in rpcrdma_ep_create()Chuck Lever1-16/+10
2020-03-27xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()Chuck Lever3-20/+20
2020-03-27xprtrdma: Clean up the post_send pathChuck Lever5-18/+18
2020-03-27xprtrdma: Refactor frwr_init_mr()Chuck Lever3-8/+8
2020-03-27xprtrdma: Invoke rpcrdma_ep_create() in the connect workerChuck Lever3-103/+56
2020-03-27xprtrdma: Enhance MR-related trace pointsChuck Lever1-1/+1
2020-03-279pnet: allow making incomplete read requestsSergey Alirzaev1-61/+73
2020-03-26net: introduce the MACSEC netdev featureAntoine Tenart1-0/+1