summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-043-3/+3
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-0410-109/+103
* Merge remote-tracking branch 'keys/keys-next'Stephen Rothwell2020-02-045-14/+40
|\
| * keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2020-01-155-14/+40
* | Merge remote-tracking branch 'mac80211-next/master'Stephen Rothwell2020-02-0412-27/+450
|\ \
| * | mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen2020-01-154-10/+7
| * | mac80211: fix tx status for no ack casesMarkus Theil2020-01-151-4/+11
| * | mac80211: add handling for BSS colorJohn Crispin2020-01-152-2/+12
| * | nl80211: add handling for BSS colorJohn Crispin2020-01-151-0/+40
| * | mac80211: debugfs: improve airtime_flags handler readabilityLorenzo Bianconi2020-01-021-2/+54
| * | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2020-01-02159-1384/+6138
| |\ \
| * | | mac80211: Remove redundant assertionAditya Pakki2019-12-161-1/+0
| * | | mac80211: add 802.11 encapsulation offloading supportJohn Crispin2019-12-135-4/+324
| * | | mac80211: Always show airtime debugfs file when TXQs are enabledToke Høiland-Jørgensen2019-12-131-4/+2
* | | | Merge remote-tracking branch 'bluetooth/master'Stephen Rothwell2020-02-044-17/+31
|\ \ \ \
| * | | | Bluetooth: optimize barrier usage for Rmw atomicsDavidlohr Bueso2020-01-291-1/+1
| * | | | Bluetooth: Fix refcount use-after-free issueManish Mandlik2020-01-292-14/+28
| * | | | Bluetooth: SMP: Fix SALT value in some commentsChristophe JAILLET2020-01-281-2/+2
* | | | | Merge remote-tracking branch 'nfc-next/master'Stephen Rothwell2020-02-041-1/+2
|\ \ \ \ \
| * | | | | NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan2018-06-081-0/+10
| * | | | | NFC: fix attrs checks in netlink interfaceAndrey Konovalov2018-06-041-2/+4
* | | | | | Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell2020-02-041-22/+19
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'nfs-next' into merge.nfs-fs_parseAl Viro2020-01-27143-1031/+1401
| |\ \ \ \ \ \
| * | | | | | | fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2019-12-221-6/+2
| * | | | | | | fs_parser: remove fs_parameter_description name fieldEric Sandeen2019-12-221-1/+0
| * | | | | | | ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro2019-12-221-4/+4
| * | | | | | | new primitive: __fs_parse()Al Viro2019-12-221-1/+1
| * | | | | | | switch rbd and libceph to p_log-based primitivesAl Viro2019-12-221-12/+14
| * | | | | | | fs_parse: get rid of ->enumsAl Viro2019-12-211-1/+1
* | | | | | | | Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell2020-02-041-38/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas2020-01-241-0/+4
| * | | | | | | | SUNRPC/cache: Allow garbage collection of invalid cache entriesTrond Myklebust2020-01-221-17/+19
| * | | | | | | | sunrpc: clean up cache entry add/remove from hashtableTrond Myklebust2020-01-221-24/+26
| * | | | | | | | sunrpc: Fix potential leaks in sunrpc_cache_unhash()Trond Myklebust2020-01-221-0/+2
| |/ / / / / / /
* | | | | | | | Merge remote-tracking branch 'nfs-anna/linux-next'Stephen Rothwell2020-02-0412-260/+198
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust2020-01-153-79/+0
| * | | | | | | xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is createdChuck Lever2020-01-151-20/+11
| * | | | | | | xprtrdma: Destroy reps from previous connection instanceChuck Lever2020-01-151-1/+3
| * | | | | | | xprtrdma: Destroy rpcrdma_rep when Receive is flushedChuck Lever2020-01-151-1/+8
| * | | | | | | xprtrdma: Allocate and map transport header buffers at connect timeChuck Lever2020-01-154-37/+84
| * | | | | | | xprtrdma: Refactor frwr_is_supportedChuck Lever2020-01-153-47/+25
| * | | | | | | xprtrdma: Eliminate per-transport "max pages"Chuck Lever2020-01-155-40/+23
| * | | | | | | xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever2020-01-154-11/+11
| * | | | | | | xprtrdma: Make sendctx queue lifetime the same as connection lifetimeChuck Lever2020-01-151-7/+15
| * | | | | | | xprtrdma: Eliminate ri_max_send_sgesChuck Lever2020-01-154-16/+14
| * | | | | | | SUNRPC: constify copied structureJulia Lawall2020-01-151-1/+1
| * | | | | | | SUNRPC: call_connect_status should handle -EPROTOChuck Lever2020-01-151-0/+1
| * | | | | | | SUNRPC: Capture signalled RPC tasksChuck Lever2020-01-151-1/+3
| * | | | | | | sunrpc: convert to time64_t for expiryArnd Bergmann2020-01-156-21/+27
* | | | | | | | Merge remote-tracking branch 'ceph/master'Stephen Rothwell2020-02-043-111/+13
|\ \ \ \ \ \ \ \