aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-0/+6
2019-04-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+3
2019-04-12Merge branch 'rhashtable-bit-locking-m68k'David S. Miller3-110/+142
2019-04-12rhashtable: use BIT(0) for locking.NeilBrown2-12/+25
2019-04-12rhashtable: replace rht_ptr_locked() with rht_assign_locked()NeilBrown2-6/+9
2019-04-12rhashtable: move dereference inside rht_ptr()NeilBrown3-34/+49
2019-04-12rhashtable: reorder some inline functions and macros.NeilBrown1-71/+71
2019-04-12rhashtable: fix some __rcu annotation errorsNeilBrown2-7/+8
2019-04-12rhashtable: use struct_size() in kvzalloc()Gustavo A. R. Silva1-2/+1
2019-04-12Merge branch 'nfp-update-to-control-structures'David S. Miller12-293/+451
2019-04-12nfp: split out common control message handling codeJakub Kicinski8-263/+340
2019-04-12nfp: move vNIC reset before netdev initJakub Kicinski1-3/+3
2019-04-12nfp: add a mutex lock for the vNIC ctrl BARJakub Kicinski4-23/+87
2019-04-12nfp: opportunistically poll for reconfig resultDirk van der Merwe1-4/+21
2019-04-12ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra1-1/+9
2019-04-12bpf: refactor "check_reg_arg" to eliminate code redundancyJiong Wang1-6/+8
2019-04-12bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"Jiong Wang1-10/+20
2019-04-12bpf: refactor propagate_liveness to eliminate code redundanceJiong Wang1-14/+20
2019-04-12bpf: refactor propagate_liveness to eliminate duplicated for loopJiong Wang1-3/+1
2019-04-12ipv6: Remove flowi6_oif compare from __ip6_route_redirectDavid Ahern1-2/+0
2019-04-12Merge branch 'rxrpc-fixes'David S. Miller9-39/+75
2019-04-12rxrpc: Fix detection of out of order acksJeffrey Altman2-6/+13
2019-04-12rxrpc: Trace received connection abortsDavid Howells1-4/+7
2019-04-12afs: Check for rxrpc call completion in wait loopMarc Dionne1-6/+16
2019-04-12rxrpc: Allow errors to be returned from rxrpc_queue_packet()Marc Dionne1-9/+12
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne4-15/+23
2019-04-12rxrpc: Clear socket errorMarc Dionne1-0/+5
2019-04-12qede: fix write to free'd pointer error and double free of ptpColin Ian King1-4/+3
2019-04-12vxge: fix return of a free'd memblock on a failed dma mappingColin Ian King1-0/+1
2019-04-12Merge branch 'netdevsim-Mostly-cleanup-in-sdev-bpf-iface-area'David S. Miller6-90/+159
2019-04-12netdevsim: move sdev-specific init/uninit code into separate functionsJiri Pirko1-25/+38
2019-04-12netdevsim: make bpf_offload_dev_create() per-sdev instead of first nsJiri Pirko1-12/+14
2019-04-12netdevsim: move sdev specific bpf debugfs files to sdev dirJiri Pirko3-13/+13
2019-04-12netdevsim: move shared dev creation and destruction into separate fileJiri Pirko4-50/+104
2019-04-12Documentation: net: dsa: transition to the rst formatIoana Ciornei5-154/+169
2019-04-12net: veth: use generic helper to report timestamping infoJulian Wiedmann1-13/+1
2019-04-12net: loopback: use generic helper to report timestamping infoJulian Wiedmann1-13/+1
2019-04-12net: dummy: use generic helper to report timestamping infoJulian Wiedmann1-13/+2
2019-04-12bpf: Fix distinct pointer types warning for ARCH=i386Andrey Ignatov1-1/+1
2019-04-12clk: imx: Fix PLL_1416X not rounding ratesLeonard Crestez1-1/+1
2019-04-12Merge branch 'bpf-sysctl-hook'Alexei Starovoitov19-8/+2697
2019-04-12selftests/bpf: C based test for sysctl and strtoXAndrey Ignatov2-1/+126
2019-04-12selftests/bpf: Test bpf_strtol and bpf_strtoul helpersAndrey Ignatov1-0/+485
2019-04-12selftests/bpf: Test ARG_PTR_TO_LONG arg typeAndrey Ignatov1-0/+160
2019-04-12selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.hAndrey Ignatov1-0/+19
2019-04-12bpf: Sync bpf.h to tools/Andrey Ignatov1-1/+50
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov4-1/+187
2019-04-12bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov2-0/+31
2019-04-12selftests/bpf: Test file_pos field in bpf_sysctl ctxAndrey Ignatov1-0/+64
2019-04-12selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov1-0/+222