summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-27net: ethernet: ti: cpsw: drop cpsw_tx_packet_submit()Grygorii Strashko
2019-04-27net: ethernet: ti: cpsw: use devm_alloc_etherdev_mqs()Grygorii Strashko
2019-04-27net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state callGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: use local var dev in probeGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: update cpsw_split_res() to accept cpsw_commonGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: drop CONFIG_TI_CPSW_ALE config optionGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: drop TI_DAVINCI_CPDMA config optionGrygorii Strashko
2019-04-27net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko
2019-04-27Merge branch 'strict-netlink-validation'David S. Miller
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: add strict parsing for future attributesJohannes Berg
2019-04-27netlink: re-add parse/validate functions in strict modeJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: add NLA_MIN_LENJohannes Berg
2019-04-27Merge branch 'nla_nest_start'David S. Miller
2019-04-27net: fix two coding style issuesMichal Kubecek
2019-04-27ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-27Merge branch 'net-tls-small-code-cleanup'David S. Miller
2019-04-27net/tls: byte swap device req TCP seq no upon settingJakub Kicinski
2019-04-27net/tls: move definition of tls ops into net/tls.hJakub Kicinski
2019-04-27net/tls: remove old exports of sk_destruct functionsJakub Kicinski
2019-04-27net/tls: don't log errors every time offload can't proceedJakub Kicinski
2019-04-27Merge branch 'sk-local-storage'Alexei Starovoitov
2019-04-27bpf: Add ene-to-end test for bpf_sk_storage_* helpersMartin KaFai Lau
2019-04-27bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_mapsMartin KaFai Lau
2019-04-27bpf: Add verifier tests for the bpf_sk_storageMartin KaFai Lau
2019-04-27bpf: Refactor BTF encoding macro to test_btf.hMartin KaFai Lau
2019-04-27bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probingMartin KaFai Lau
2019-04-27bpf: Sync bpf.h to toolsMartin KaFai Lau
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau
2019-04-26Merge branch 'writeable-bpf-tracepoints'Alexei Starovoitov
2019-04-26selftests: bpf: test writable buffers in raw tpsMatt Mullins
2019-04-26tools: sync bpf.hMatt Mullins
2019-04-26nbd: add tracepoints for send/receive timingAndrew Hall
2019-04-26nbd: trace sending nbd requestsMatt Mullins
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins
2019-04-26bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann
2019-04-26bpf, arm64: remove prefetch insn in xadd mappingDaniel Borkmann
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller
2019-04-26Merge branch 'hns3-next'David S. Miller
2019-04-26net: hns3: remove reset after command send failedWeihang Li
2019-04-26net: hns3: prevent double free in hns3_put_ring_config()Huazhong Tan
2019-04-26net: hns3: extend the loopback state acquisition timeliuzhongzhu
2019-04-26net: hns3: fix pause configure fail problemHuazhong Tan
2019-04-26net: hns3: not reset TQP in the DOWN while VF resettingHuazhong Tan
2019-04-26net: hns3: use a reserved byte to identify need_resp flagHuazhong Tan
2019-04-26net: hns3: use atomic_t replace u32 for arq's countHuazhong Tan
2019-04-26net: hns3: stop sending keep alive msg when VF command queue needs reinitHuazhong Tan
2019-04-26net: hns3: handle the BD info on the last BD of the packetYunsheng Lin