aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-13brcmfmac: split brcmf_attach() and brcmf_detach() functionsRafał Miłecki5-19/+80
2019-09-13brcmfmac: move "cfg80211_ops" pointer to another structRafał Miłecki4-5/+7
2019-09-13mmc: tmio: Fixup runtime PM management during removeUlf Hansson1-3/+4
2019-09-13mmc: tmio: Fixup runtime PM management during probeUlf Hansson2-1/+9
2019-09-13Revert "mmc: tmio: move runtime PM enablement to the driver implementations"Ulf Hansson4-23/+2
2019-09-13netfilter: conntrack: remove two unused functions from nf_conntrack_timestamp.h.Jeremy Sowden1-16/+0
2019-09-13netfilter: conntrack: remove CONFIG_NF_CONNTRACK checks from nf_conntrack_zones.h.Jeremy Sowden1-4/+1
2019-09-13netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden16-56/+10
2019-09-13netfilter: conntrack: remove CONFIG_NF_CONNTRACK check from nf_conntrack_acct.h.Jeremy Sowden1-2/+0
2019-09-13netfilter: conntrack: move code to linux/nf_conntrack_common.h.Jeremy Sowden4-37/+40
2019-09-13netfilter: br_netfilter: update stub br_nf_pre_routing_ipv6 parameter to `void *priv`.Jeremy Sowden1-1/+1
2019-09-13netfilter: conntrack: wrap two inline functions in config checks.Jeremy Sowden2-0/+6
2019-09-13netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENABLED(CONFIG...).Jeremy Sowden4-5/+5
2019-09-13netfilter: conntrack: use consistent style when defining inline functionsJeremy Sowden1-32/+50
2019-09-13netfilter: move nf_bridge_frag_data struct definition to a more appropriate header.Jeremy Sowden5-23/+23
2019-09-13netfilter: synproxy: move code between headers.Jeremy Sowden2-39/+38
2019-09-13netfilter: move inline nf_ip6_ext_hdr() function to a more appropriate header.Jeremy Sowden4-16/+16
2019-09-13netfilter: remove nf_conntrack_icmpv6.h header.Jeremy Sowden3-23/+0
2019-09-13netfilter: update include directives.Jeremy Sowden15-18/+27
2019-09-13netfilter: inline xt_hashlimit, ebt_802_3 and xt_physdev headersJeremy Sowden6-35/+16
2019-09-13netfilter: ip_tables: remove unused function declarations.Jeremy Sowden2-4/+1
2019-09-13netfilter: fix coding-style errors.Jeremy Sowden11-23/+23
2019-09-13netfilter: fix include guards.Jeremy Sowden2-4/+9
2019-09-13netfilter: nf_tables_offload: remove rules when the device unregisterswenxu3-5/+51
2019-09-13netfilter: nf_tables_offload: refactor the nft_flow_offload_rule functionwenxu1-7/+13
2019-09-13netfilter: nf_tables_offload: refactor the nft_flow_offload_chain functionwenxu1-7/+13
2019-09-13netfilter: nf_tables_offload: add __nft_offload_get_chain functionwenxu1-18/+34
2019-09-12cgroup: freezer: fix frozen state inheritanceRoman Gushchin1-1/+9
2019-09-12kselftests: cgroup: add freezer mkdir testRoman Gushchin1-0/+54
2019-09-12ice: Bump versionTony Nguyen1-2/+2
2019-09-12ice: Enable DDP package downloadTony Nguyen12-195/+679
2019-09-12ice: Initialize DDP package structuresTony Nguyen4-2/+953
2019-09-12ice: Implement Dynamic Device Personalization (DDP) downloadTony Nguyen9-1/+1137
2019-09-12ice: Fix FW version formatting in dmesgLukasz Czapnik8-29/+53
2019-09-12ice: send driver version to firmwarePaul M Stillwell Jr6-1/+97
2019-09-12wil6210: ignore reset errors for FW during probeLior David1-3/+1
2019-09-12wil6210: fix RX short frame checkLior David1-2/+2
2019-09-12wil6210: use writel_relaxed in wil_debugfs_iomem_x32_setLior David1-1/+2
2019-09-12wil6210: report boottime_ns in scan resultsMaya Erez1-4/+17
2019-09-12wil6210: properly initialize discovery_expired_workDedy Lansky1-0/+1
2019-09-12wil6210: verify cid value is validAlexei Avshalom Lazar1-0/+6
2019-09-12wil6210: make sure DR bit is read before rest of the status messageDedy Lansky2-18/+18
2019-09-12wil6210: fix PTK re-key raceAhmad Masri9-3/+276
2019-09-12wil6210: add debugfs to show PMC ring contentDedy Lansky3-0/+40
2019-09-12wil6210: add wil_netif_rx() helper functionDedy Lansky2-24/+38
2019-09-12ath10k: fix channel info parsing for non tlv targetRakesh Pillai3-9/+17
2019-09-12ath10k: adjust skb length in ath10k_sdio_mbox_rx_packetNicolas Boichat1-8/+21
2019-09-12ath10k: free beacon buf later in vdev teardownBen Greear1-4/+5
2019-09-12Revert "drm/i915/userptr: Acquire the page lock around set_page_dirty()"Chris Wilson1-9/+1
2019-09-12fork: block invalid exit signals with clone3()Eugene Syromiatnikov1-0/+10