summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix branch pruning logicAlexei Starovoitov2017-11-232-1/+28
* Merge branch 'bpf-fix-null-arg-semantics'Daniel Borkmann2017-11-225-18/+116
|\
| * bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-221-2/+2
| * bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-221-1/+1
| * bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGianluca Borello2017-11-221-5/+1
| * bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-224-10/+112
|/
* bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifierYonghong Song2017-11-211-23/+16
* Merge branch 'bpf-offload-fixes'Daniel Borkmann2017-11-2110-110/+56
|\
| * bpf: make bpf_prog_offload_verifier_prep() static inlineJakub Kicinski2017-11-211-1/+1
| * bpf: revert report offload info to user spaceJakub Kicinski2017-11-214-24/+0
| * bpftool: revert printing program device bound infoJakub Kicinski2017-11-212-37/+0
| * bpf: offload: ignore namespace movesJakub Kicinski2017-11-211-0/+4
| * bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski2017-11-212-17/+6
| * net: xdp: don't allow device-bound programs in driver modeJakub Kicinski2017-11-211-0/+7
| * bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-215-25/+27
| * bpf: offload: rename the ifindex fieldJakub Kicinski2017-11-214-5/+5
| * bpf: offload: limit offload to cls_bpf and xdp programs onlyJakub Kicinski2017-11-211-2/+3
| * bpf: offload: add comment warning developers about double destroyJakub Kicinski2017-11-211-0/+4
|/
* net: vxge: Fix some indentation issuesChristophe JAILLET2017-11-201-19/+18
* net: ena: fix race condition between device reset and link up setupNetanel Belgazal2017-11-202-3/+11
* r8169: use same RTL8111EVL green settings as in vendor driverHeiner Kallweit2017-11-191-0/+5
* r8169: fix RTL8111EVL EEE and green settingsHeiner Kallweit2017-11-191-6/+6
* tun: fix rcu_read_lock imbalance in tun_build_skbXin Long2017-11-191-1/+2
* tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2017-11-193-5/+7
* usbnet: ipheth: fix potential null pointer dereference in ipheth_carrier_setGustavo A. R. Silva2017-11-191-1/+4
* gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Alexey Kodanev2017-11-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-11-1841-18/+1702
|\
| * sparc64: Fix page table walk for PUD hugepagesNitin Gupta2017-11-151-1/+1
| * sparc64: Convert timers to user timer_setup()Allen Pais2017-11-151-3/+3
| * sparc64: convert mdesc_handle.refcnt from atomic_t to refcount_tElena Reshetova2017-11-151-8/+9
| * sparc/led: Convert timers to use timer_setup()Kees Cook2017-11-151-7/+9
| * Merge branch 'sparc64-optimized-fls'David S. Miller2017-11-157-2/+175
| |\
| | * sparc64: Use sparc optimized fls and __fls for T4 and aboveVijay Kumar2017-11-152-0/+11
| | * sparc64: SPARC optimized __fls functionVijay Kumar2017-11-151-0/+10
| | * sparc64: SPARC optimized fls functionVijay Kumar2017-11-152-0/+21
| | * sparc64: Define SPARC default __fls functionVijay Kumar2017-11-153-1/+63
| | * sparc64: Define SPARC default fls functionVijay Kumar2017-11-153-1/+70
| |/
| * vDSO for sparcNagarathnam Muthusamy2017-11-1526-2/+1494
| * sparc32: Add cmpxchg64().David S. Miller2017-09-282-0/+17
| * sbus: char: Move D7S_MINOR to include/linux/miscdevice.hCorentin Labbe2017-09-282-1/+1
| * sparc: time: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-09-281-1/+0
| * sparc64: mmu_context: Add missing include filesGuenter Roeck2017-09-281-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-1849-228/+395
|\ \
| * | net: usb: hso.c: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman2017-11-181-2/+1
| * | ibmvnic: fix dma_mapping_error callDesnes Augusto Nunes do Rosario2017-11-181-2/+1
| * | ipvlan: NULL pointer dereference panic in ipvlan_port_destroyGirish Moodalbail2017-11-181-49/+55
| * | route: also update fnhe_genid when updating a route cacheXin Long2017-11-181-2/+7
| * | route: update fnhe_expires for redirect when the fnhe existsXin Long2017-11-181-3/+2
| * | sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long2017-11-182-11/+21
| * | rsi: fix memory leak on buf and usb_reg_bufColin Ian King2017-11-181-6/+6