summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-11-2414-152/+216
|\
| * 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: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-2415-14/+209
* | net: realtek: r8169: implement set_link_ksettings()Tobias Jakobi2017-11-241-16/+22
* | net: ipv6: Fixup device for anycast routes during copyDavid Ahern2017-11-241-1/+1
* | Merge branch 'smc-fixes-for-smc-buffer-handling'David S. Miller2017-11-241-2/+2
|\ \
| * | net/smc: Fix preinitialization of buf_desc in __smc_buf_create()Geert Uytterhoeven2017-11-241-1/+1
| * | net/smc: use sk_rcvbuf as start for rmb creationUrsula Braun2017-11-241-1/+1
|/ /
* | ipv6: Do not consider linkdown nexthops during multipathIdo Schimmel2017-11-241-0/+5
* | net: sched: fix crash when deleting secondary chainsRoman Kapl2017-11-241-3/+4
* | net: phy: cortina: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2017-11-241-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-2132-176/+220
|\ \
| * \ Merge tag 'mac80211-for-davem-2017-11-20' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-11-2117-137/+155
| |\ \
| | * | mac80211: properly free requested-but-not-started TX agg sessionsJohannes Berg2017-11-201-0/+5
| | * | mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl()Ben Hutchings2017-11-201-1/+4
| | * | cfg80211: initialize regulatory keys/database laterJohannes Berg2017-11-201-15/+27
| | * | mac80211: aggregation: Convert timers to use timer_setup()Kees Cook2017-11-204-60/+45
| | * | nl80211: don't expose wdev->ssid for most interfacesJohannes Berg2017-11-201-2/+24
| | * | mac80211: Convert timers to use timer_setup()Kees Cook2017-11-2011-59/+50
| | |/
| * | nfp: flower: add missing kdocJakub Kicinski2017-11-211-0/+1
| * | tipc: fix access of released memoryJon Maloy2017-11-211-1/+1
| * | net: qmi_wwan: add Quectel BG96 2c7c:0296Sebastian Sjoholm2017-11-211-0/+1
| * | mlxsw: spectrum: Do not try to create non-existing ports during unsplitIdo Schimmel2017-11-212-2/+8
| |/
| * 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 tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-2110-154/+72
|\ \
| * | orangefs: call op_release sooner when creating inodesMartin Brandenburg2017-11-131-9/+15