aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-06tipc: remove unnecessary call to dev_net()Kleber Sacilotto de Souza1-1/+1
2017-09-06netlink: access nlk groups safely in netlink bind and getnameXin Long1-4/+12
2017-09-06netlink: fix an use-after-free issue for nlk groupsXin Long1-3/+3
2017-09-06sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng2-2/+2
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds445-40132/+13032
2017-09-06ceph: more accurate statfsDouglas Fuller1-1/+5
2017-09-06ceph: nuke startsync opYanhu Cao1-5/+0
2017-09-06SUNRPC: remove some dead code.NeilBrown1-4/+0
2017-09-06mac80211: fix deadlock in driver-managed RX BA session startJohannes Berg3-14/+28
2017-09-06mac80211: Complete ampdu work schedule during session tear downIlan peer1-0/+18
2017-09-06cfg80211: honor NL80211_RRF_NO_HT40{MINUS,PLUS}Emmanuel Grumbach1-2/+18
2017-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-76/+62
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever5-77/+19
2017-09-05rds: Fix non-atomic operation on shared flag variableHÃ¥kon Bugge1-2/+2
2017-09-05net: sched: don't use GFP_KERNEL under spin lockJakub Kicinski1-2/+6
2017-09-05rxrpc: Make service connection lookup always check for retryDavid Howells1-2/+1
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs into linux-nextTrond Myklebust9-425/+583
2017-09-05svcrdma: Estimate Send Queue depth properlyChuck Lever1-4/+13
2017-09-05svcrdma: Limit RQ depthChuck Lever1-7/+12
2017-09-05svcrdma: Populate tail iovec when receivingChuck Lever1-93/+15
2017-09-05merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields1-2/+20
2017-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-1/+2
2017-09-05net: dsa: tag_brcm: Set output queue from skb queue mappingFlorian Fainelli1-1/+2
2017-09-05net: dsa: Allow switch drivers to indicate number of TX queuesFlorian Fainelli1-2/+6
2017-09-05bridge: switchdev: Use an helper to clear forward markIdo Schimmel2-3/+10
2017-09-05flow_dissector: Add limit for number of headers to dissectTom Herbert1-3/+22
2017-09-05flow_dissector: Cleanup control flowTom Herbert1-78/+145
2017-09-05net/ncsi: fix ncsi_vlan_rx_{add,kill}_vid referencesArnd Bergmann1-0/+2
2017-09-05nl80211: look for HT/VHT capabilities in beacon's tailIgor Mitsyanko1-2/+2
2017-09-05mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern1-0/+2
2017-09-05mac80211: agg-tx: call drv_wake_tx_queue in proper contextJohannes Berg1-0/+4
2017-09-05mac80211: Fix null pointer dereference with iTXQ supportChunho Lee1-1/+2
2017-09-05mac80211: add MESH IE in the correct orderLiad Kaufman1-1/+1
2017-09-05mac80211: shorten debug prints using ht_dbg() to avoid warningSharon Dvir1-2/+2
2017-09-05mac80211: fix VLAN handling with TXQsJohannes Berg2-9/+44
2017-09-05Merge branch 'for-4.14/wacom' into for-linusJiri Kosina1-1/+2
2017-09-05mac80211: fix incorrect assignment of reassoc valueSimon Dinkin1-1/+1
2017-09-04net/9p: switch p9_fd_read to kernel_writeChristoph Hellwig1-8/+2
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig1-1/+3
2017-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller31-323/+726
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+2
2017-09-04netfilter: nf_tables: support for recursive chain deletionPablo Neira Ayuso1-1/+23
2017-09-04netfilter: nf_tables: use NLM_F_NONREC for deletion requestsPablo Neira Ayuso1-1/+7
2017-09-04netfilter: nf_tables: add nf_tables_addchain()Pablo Neira Ayuso1-93/+106
2017-09-04netfilter: nf_tables: add nf_tables_updchain()Pablo Neira Ayuso1-78/+92
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+29
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao4-37/+14
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao14-45/+44
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal9-12/+4
2017-09-04netfilter: nft_limit: add stateful object typePablo M. Bermudo Garay1-1/+121