summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-15bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins
2019-06-15bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre
2019-06-14bpf, x64: fix stack layout of JITed bpf codeAlexei Starovoitov
2019-06-15bpf, devmap: Add missing RCU read lock on flushToshiaki Makita
2019-06-15bpf, devmap: Add missing bulk queue freeToshiaki Makita
2019-06-15bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita
2019-06-13Merge branch 'bpf-ppc-div-fix'Daniel Borkmann
2019-06-13powerpc/bpf: use unsigned division instruction for 64-bit operationsNaveen N. Rao
2019-06-13bpf: fix div64 overflow tests to properly detect errorsNaveen N. Rao
2019-06-13bpf: sync BPF_FIB_LOOKUP flag changes with BPF uapiMartynas Pumputis
2019-06-13bpf: simplify definition of BPF_FIB_LOOKUP related flagsMartynas Pumputis
2019-06-12xdp: check device pointer before clearingIlya Maximets
2019-06-12bpf: net: Set sk_bpf_storage back to NULL for cloned skMartin KaFai Lau
2019-06-11bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon
2019-06-09nfp: ensure skb network header is set for packet redirectJohn Hurley
2019-06-09tcp: fix undo spurious SYNACK in passive Fast OpenYuchung Cheng
2019-06-09mpls: fix af_mpls dependenciesMatteo Croce
2019-06-09Merge branch 'ibmvnic-Fixes-for-device-reset-handling'David S. Miller
2019-06-09ibmvnic: Fix unchecked return codes of memory allocationsThomas Falcon
2019-06-09ibmvnic: Refresh device multicast list after resetThomas Falcon
2019-06-09ibmvnic: Do not close unopened driver during resetThomas Falcon
2019-06-09Merge tag 'mlx5-fixes-2019-06-07' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2019-06-09Merge tag 'linux-can-fixes-for-5.2-20190607' of git://git.kernel.org/pub/scm/...David S. Miller
2019-06-09mpls: fix warning with multi-label encapGeorge Wilkie
2019-06-09net: phy: rename Asix Electronics PHY driverMichael Schmitz
2019-06-09ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet
2019-06-09net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-07net/mlx5e: Support tagged tunnel over bondEli Britstein
2019-06-07net/mlx5e: Avoid detaching non-existing netdev under switchdev modeAlaa Hleihel
2019-06-07net/mlx5e: Fix source port matching in fdb peer flow ruleRaed Salem
2019-06-07net/mlx5e: Replace reciprocal_scale in TX select queue functionShay Agroskin
2019-06-07net/mlx5e: Add ndo_set_feature for uplink representorChris Mi
2019-06-07net/mlx5: Avoid reloading already removed devicesAlaa Hleihel
2019-06-07net/mlx5: Update pci error handler entries and command translationEdward Srouji
2019-06-07can: purge socket error queue on sock destructWillem de Bruijn
2019-06-07can: flexcan: Remove unneeded registration messageFabio Estevam
2019-06-07can: af_can: Fix error path of can_init()YueHaibing
2019-06-07can: m_can: implement errata "Needless activation of MRAF irq"Eugen Hristev
2019-06-07can: mcp251x: add support for mcp25625Sean Nyekjaer
2019-06-07dt-bindings: can: mcp251x: add mcp25625 supportSean Nyekjaer
2019-06-07can: xilinx_can: use correct bittiming_const for CAN FD coreAnssi Hannula
2019-06-07can: flexcan: fix timeout when set small bitrateJoakim Zhang
2019-06-07can: usb: Kconfig: Remove duplicate menu entryAlexander Dahl
2019-06-07Merge tag 'wireless-drivers-for-davem-2019-06-07' of git://git.kernel.org/pub...David S. Miller
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-06-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-06-06Merge branch 'fix-unconnected-udp'Alexei Starovoitov
2019-06-06bpf: expand section tests for test_section_namesDaniel Borkmann