summaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-29tools/virtio: copy READ/WRITE_ONCEMichael S. Tsirkin1-0/+57
2018-01-29tools/virtio: more stubs to fix tools buildMichael S. Tsirkin2-1/+2
2018-01-29tools/virtio: switch to __ptr_ring_emptyMichael S. Tsirkin1-1/+1
2018-01-29ptr_ring: prevent queue load/store tearingMichael S. Tsirkin1-2/+2
2018-01-29skb_array: use __ptr_ring_emptyMichael S. Tsirkin1-1/+1
2018-01-29Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"Michael S. Tsirkin1-6/+1
2018-01-29ptr_ring: disallow lockless __ptr_ring_fullMichael S. Tsirkin1-3/+4
2018-01-29tap: fix use-after-freeMichael S. Tsirkin1-3/+0
2018-01-29ptr_ring: READ/WRITE_ONCE for __ptr_ring_emptyMichael S. Tsirkin1-3/+8
2018-01-29ptr_ring: clean up documentationMichael S. Tsirkin1-16/+18
2018-01-29ptr_ring: keep consumer_head valid at all timesMichael S. Tsirkin1-9/+16
2018-01-29ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau1-4/+7
2018-01-29rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINKChristian Brauner1-11/+28
2018-01-29rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINKChristian Brauner1-3/+0
2018-01-29rtnetlink: enable IFLA_IF_NETNSID in do_setlink()Christian Brauner1-7/+47
2018-01-29sfc: mark some unexported symbols as statickbuild test robot2-3/+3
2018-01-28net/rocker: Remove unreachable return instructionLeon Romanovsky1-1/+0
2018-01-27tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_mapYonghong Song2-1/+96
2018-01-27bpf: fix kernel page fault in lpm map trie_get_next_keyYonghong Song1-15/+11
2018-01-27bpf: add further test cases around div/mod and othersDaniel Borkmann2-15/+336
2018-01-27bpf, arm: remove obsolete exception handling from div/modDaniel Borkmann1-8/+0
2018-01-27bpf, mips64: remove unneeded zero check from div/mod with kDaniel Borkmann1-15/+4
2018-01-27bpf, mips64: remove obsolete exception handling from div/modDaniel Borkmann1-10/+0
2018-01-27bpf, sparc64: remove obsolete exception handling from div/modDaniel Borkmann1-18/+0
2018-01-27bpf, ppc64: remove obsolete exception handling from div/modDaniel Borkmann1-8/+0
2018-01-27bpf, s390x: remove obsolete exception handling from div/modDaniel Borkmann1-10/+0
2018-01-27bpf, arm64: remove obsolete exception handling from div/modDaniel Borkmann1-13/+0
2018-01-27bpf, x86_64: remove obsolete exception handling from div/modDaniel Borkmann1-20/+0
2018-01-27bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann3-17/+38
2018-01-27bpf: make unknown opcode handling more robustDaniel Borkmann3-105/+154
2018-01-27bpf: improve dead code sanitizingDaniel Borkmann1-5/+12
2018-01-27bpf: xor of a/x in cbpf can be done in 32 bit aluDaniel Borkmann1-2/+2
2018-01-26samples/bpf: Partially fixes the bpf.o buildMickaël Salaün1-1/+4
2018-01-26bpf: clean up from test_tcpbpf_kern.cLawrence Brakmo1-3/+0
2018-01-26i40e: Do not allow use more TC queue pairs than MSI-X vectors existPaweł Jabłoński1-0/+4
2018-01-26i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck5-18/+12
2018-01-26i40e: fix reported mask for ntuple filtersJacob Keller1-4/+4
2018-01-26i40e: disallow programming multiple filters with same criteriaJacob Keller1-0/+87
2018-01-26i40e: program fragmented IPv4 filter input setJacob Keller2-0/+13
2018-01-26i40e: Fix kdump failureAvinash Dayanand1-2/+2
2018-01-26i40e: cleanup unnecessary parensJeff Kirsher2-2/+2
2018-01-26i40e: fix FW_LLDP flag on initAlan Brady1-0/+3
2018-01-26i40e: Implement an ethtool private flag to stop LLDP in FWDave Ertman2-3/+58
2018-01-26i40e: change flags to use 64 bitsAlice Michael2-35/+36
2018-01-26i40e: Display LLDP information on vSphere Web ClientUpasana Menon4-0/+55
2018-01-26i40e/i40evf: Use ring pointers to clean up _set_itr_per_queueAlexander Duyck2-24/+26
2018-01-26i40evf: Allow turning off offloads when the VF has VLAN setPaweł Jabłoński1-6/+12
2018-01-26i40e: Fix for adding multiple ethtool filters on the same locationPatryk Małek1-6/+6
2018-01-26i40e: Add returning AQ critical error to SWMichal Kosiarz6-8/+24
2018-01-26ixgbe: don't set RXDCTL.RLPML for 82599Emil Tantilov1-2/+6