summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscallMauricio Vasquez B2018-10-192-0/+67
| | * bpf: add queue and stack mapsMauricio Vasquez B2018-10-1910-3/+401
| | * bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUEMauricio Vasquez B2018-10-192-3/+7
| | * bpf/syscall: allow key to be null in map functionsMauricio Vasquez B2018-10-191-4/+15
| | * bpf: rename stack trace map operationsMauricio Vasquez B2018-10-192-2/+2
| |/
| * tools: bpftool: use 4 context mode for the NFP disasmJakub Kicinski2018-10-184-9/+20
| * selftests/bpf: fix file resource leak in load_kallsymsPeng Hao2018-10-181-0/+1
| * bpf: fix doc of bpf_skb_adjust_room() in uapiNicolas Dichtel2018-10-182-2/+2
| * Merge branch 'bpf-sk-msg-peek'Daniel Borkmann2018-10-175-74/+153
| |\
| | * bpf: sockmap, add msg_peek tests to test_sockmapJohn Fastabend2018-10-171-52/+115
| | * bpf: sockmap, support for msg_peek in sk_msg with redirect ingressJohn Fastabend2018-10-173-17/+30
| | * bpf: skmsg, improve sk_msg_used_element to work in cork contextJohn Fastabend2018-10-171-5/+8
| |/
| * bpf: sockmap, fix skmsg recvmsg handler to track size correctlyJohn Fastabend2018-10-172-0/+2
| * Merge branch 'nfp-improve-bpf-offload'Alexei Starovoitov2018-10-173-13/+98
| |\
| | * nfp: bpf: double check vNIC capabilities after object sharingJakub Kicinski2018-10-173-6/+22
| | * nfp: bpf: protect against mis-initializing atomic countersJakub Kicinski2018-10-173-7/+76
| |/
| * libbpf: Per-symbol visibility for DSOAndrey Ignatov2018-10-174-148/+179
| * bpf, tls: add tls header to tools infrastructureDaniel Borkmann2018-10-162-5/+86
* | Merge branch 'net-simplify-getting-driver_data'David S. Miller2018-10-229-34/+17Star
|\ \
| * | net: phy: mdio-mux-bcm-iproc: simplify getting .driver_dataWolfram Sang2018-10-221-4/+2Star
| * | net: ethernet: wiznet: w5300: simplify getting .driver_dataWolfram Sang2018-10-221-4/+2Star
| * | net: ethernet: ti: davinci_emac: simplify getting .driver_dataWolfram Sang2018-10-221-4/+2Star
| * | net: ethernet: ti: cpsw: simplify getting .driver_dataWolfram Sang2018-10-221-4/+2Star
| * | net: ethernet: smsc: smc91x: simplify getting .driver_dataWolfram Sang2018-10-221-2/+1Star
| * | net: ethernet: davicom: dm9000: simplify getting .driver_dataWolfram Sang2018-10-221-4/+2Star
| * | net: ethernet: cadence: macb_main: simplify getting .driver_dataWolfram Sang2018-10-221-4/+2Star
| * | net: dsa: qca8k: simplify getting .driver_dataWolfram Sang2018-10-221-4/+2Star
| * | net: dsa: bcm_sf2: simplify getting .driver_dataWolfram Sang2018-10-221-4/+2Star
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-2142-139/+308
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-214-8/+8
| |\ \
| | * | Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu2018-10-211-2/+1Star
| | * | net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern2018-10-211-2/+4
| | * | net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis2018-10-201-2/+3
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-10-209-18/+30
| |\ \ \
| | * | | x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernelsChristoph Hellwig2018-10-191-2/+0Star
| | * | | x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context ...Sebastian Andrzej Siewior2018-10-171-1/+1
| | * | | x86/fpu: Remove second definition of fpu in __fpu__restore_sig()Sebastian Andrzej Siewior2018-10-171-1/+0Star
| | * | | x86/entry/64: Further improve paranoid_entry commentsAndy Lutomirski2018-10-171-6/+4Star
| | * | | x86/entry/32: Clear the CS high bitsJan Kiszka2018-10-171-6/+7
| | * | | x86/boot: Add -Wno-pointer-sign to KBUILD_CFLAGSNathan Chancellor2018-10-141-0/+1
| | * | | x86/time: Correct the attribute on jiffies' definitionNathan Chancellor2018-10-141-1/+1
| | * | | x86/entry: Add some paranoid entry/exit CR3 handling commentsDave Hansen2018-10-141-0/+15
| | * | | x86/percpu: Fix this_cpu_read()Peter Zijlstra2018-10-141-4/+4
| | * | | x86/tsc: Force inlining of cyc2ns bitsPeter Zijlstra2018-10-141-3/+3
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2018-10-202-4/+22
| |\ \ \ \
| | * | | | sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun2018-10-161-1/+1
| | * | | | sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2018-10-112-3/+21
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-10-2012-45/+39Star
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'perf-urgent-for-mingo-4.19-20181017' of git://git.kernel.org/pub/s...Ingo Molnar2018-10-1812-45/+39Star
| | |\ \ \ \ \
| | | * | | | | perf tools: Stop fallbacking to kallsyms for vdso symbols lookupArnaldo Carvalho de Melo2018-10-171-19/+2Star