summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'nfs-for-4.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-02-253-11/+11
|\ \ \ \
| * | | | NFS: make struct nlmclnt_fl_close_lock_ops staticColin Ian King2018-02-221-1/+1
| * | | | nfs: system crashes after NFS4ERR_MOVED recoveryBill.Baker@oracle.com2018-02-221-2/+4
| * | | | NFSv4: Fix broken cast in nfs4_callback_recallany()Trond Myklebust2018-02-211-8/+6Star
| |/ / /
* | | | Merge tag 'powerpc-4.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-258-9/+20
|\ \ \ \
| * | | | powerpc/powernv: Support firmware disable of RFI flushMichael Ellerman2018-02-231-0/+4
| * | | | powerpc/pseries: Support firmware disable of RFI flushMichael Ellerman2018-02-231-1/+2
| * | | | powerpc/mm/drmem: Fix unexpected flag value in ibm,dynamic-memory-v2Bharata B Rao2018-02-231-3/+3
| * | | | powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data accessMark Lord2018-02-221-0/+3
| * | | | powerpc/pseries: Revert support for ibm,drc-info devtree propertyMichael Bringmann2018-02-221-1/+1
| * | | | powerpc/pseries: Fix duplicate firmware feature for DRC_INFOMichael Ellerman2018-02-221-1/+1
| * | | | ocxl: Fix potential bad errno on irq allocationFrederic Barrat2018-02-211-2/+4
| * | | | powerpc/eeh: Fix crashes in eeh_report_resume()Juan J. Alvarez2018-02-211-1/+2
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-24108-455/+625
|\ \ \ \
| * | | | net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet2018-02-231-0/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-2310-15/+80
| |\ \ \ \
| | * | | | bpf, arm64: fix out of bounds access in tail callDaniel Borkmann2018-02-232-2/+29
| | * | | | bpf, x64: implement retpoline for tail callDaniel Borkmann2018-02-232-4/+42
| | * | | | bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song2018-02-221-2/+1Star
| | * | | | bpf: add schedule points in percpu arrays managementEric Dumazet2018-02-221-1/+4
| | * | | | selftests/bpf/test_maps: exit child process without error in ENOMEM caseLi Zhijian2018-02-221-0/+2
| | * | | | selftests/bpf: update gitignore with test_libbpf_openAnders Roxell2018-02-221-0/+1
| | * | | | selftests/bpf: tcpbpf_kern: use in6_* macros from glibcAnders Roxell2018-02-221-1/+0Star
| | * | | | bpf: clean up unused-variable warningArnd Bergmann2018-02-221-5/+1Star
| * | | | | gianfar: simplify FCS handling and fix memory leakAndy Spencer2018-02-231-16/+7Star
| * | | | | ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann2018-02-231-1/+1
| * | | | | macvlan: fix use-after-free in macvlan_common_newlink()Alexey Kodanev2018-02-231-1/+1
| * | | | | rxrpc: Fix send in rxrpc_send_data_packet()David Howells2018-02-221-1/+1
| * | | | | net: aquantia: Fix error handling in aq_pci_probe()Dan Carpenter2018-02-221-4/+10
| * | | | | Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-02-2211-27/+41
| |\ \ \ \ \
| | * | | | | regulatory: add NUL to request alpha2Johannes Berg2018-02-221-1/+1
| | * | | | | mac80211: Fix sending ADDBA response for an ongoing sessionIlan Peer2018-02-191-3/+1Star
| | * | | | | mac80211: Do not disconnect on invalid operating classIlan Peer2018-02-191-4/+3Star
| | * | | | | cfg80211: clear wep keys after disconnectionAvraham Stern2018-02-191-0/+2
| | * | | | | mac80211: fix calling sleeping function in atomic contextSara Sharon2018-02-191-1/+1
| | * | | | | mac80211: fix a possible leak of station statsSara Sharon2018-02-191-0/+1
| | * | | | | mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4Felix Fietkau2018-02-191-1/+1
| | * | | | | mac80211_hwsim: don't use WQ_MEM_RECLAIMJohannes Berg2018-02-191-1/+1
| | * | | | | cfg80211: fix cfg80211_beacon_dupArnd Bergmann2018-02-191-1/+1
| | * | | | | mac80211: mesh: fix wrong mesh TTL offset calculationPeter Oh2018-01-312-12/+7Star
| | * | | | | cfg80211: use only 1Mbps for basic rates in meshJohannes Berg2018-01-311-3/+22
| * | | | | | ibmvnic: Fix early release of login bufferThomas Falcon2018-02-221-1/+1
| * | | | | | net/smc9194: Remove bogus CONFIG_MAC referenceFinn Thain2018-02-221-1/+1
| * | | | | | net: ipv4: Set addr_type in hash_keys for forwarded caseDavid Ahern2018-02-221-0/+2
| * | | | | | tcp_bbr: better deal with suboptimal GSOEric Dumazet2018-02-221-4/+5
| * | | | | | smsc75xx: fix smsc75xx_set_features()Eric Dumazet2018-02-221-3/+4
| * | | | | | netlink: put module reference if dump start failsJason A. Donenfeld2018-02-221-1/+3
| | |/ / / / | |/| | | |
| * | | | | amd-xgbe: Restore PCI interrupt enablement setting on resumeTom Lendacky2018-02-211-0/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-219-22/+36
| |\ \ \ \ \
| | * | | | | tools/libbpf: Avoid possibly using uninitialized variableJeremy Cline2018-02-201-2/+3