summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ethtool: avoid signed-unsigned comparison in ethtool_validate_speed()Michael Zhivich2019-04-091-1/+1
* Merge branch 'erspan-use-after-free'David S. Miller2019-04-092-12/+23
|\
| * net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi2019-04-091-7/+13
| * net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi2019-04-091-5/+10
|/
* r8169: disable ASPM againHeiner Kallweit2019-04-091-0/+6
* MAINTAINERS: ieee802154: update documentation file patternStefan Schmidt2019-04-081-1/+1
* net: vrf: Fix ping failed when vrf mtu is set to 0Miaohe Lin2019-04-081-2/+6
* selftests: add a tc matchall test caseNicolas Dichtel2019-04-081-0/+20
* nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter2019-04-071-1/+1
* NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter2019-04-071-0/+8
* Merge tag 'mm-compaction-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-04-051-11/+18
|\
| * mm/compaction.c: abort search if isolation failsQian Cai2019-04-041-1/+1
| * mm/compaction.c: correct zone boundary handling when resetting pageblock skip...Mel Gorman2019-04-041-10/+17
* | tty: mark Siemens R3964 line discipline as BROKENGreg Kroah-Hartman2019-04-051-1/+1
* | Merge tag 'drm-fixes-2019-04-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-04-0511-17/+44
|\ \
| * \ Merge tag 'drm-intel-fixes-2019-04-04' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-04-055-11/+11
| |\ \
| | * \ Merge tag 'gvt-fixes-2019-04-04' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi2019-04-044-10/+7
| | |\ \
| | | * | drm/i915/gvt: Fix kerneldoc typo for intel_vgpu_emulate_hotplugChris Wilson2019-04-041-1/+1
| | | * | drm/i915/gvt: Correct the calculation of plane sizeXiong Zhang2019-04-041-6/+2
| | | * | drm/i915/gvt: do not let pin count of shadow mm go negativeYan Zhao2019-03-291-1/+1
| | | * | drm/i915/gvt: do not deliver a workload if its creation failsYan Zhao2019-03-291-2/+3
| | * | | drm/i915: Always backoff after a drm_modeset_lock() deadlockChris Wilson2019-04-011-1/+4
| | | |/ | | |/|
| * | | Merge branch 'drm-fixes-5.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2019-04-056-6/+33
| |\ \ \ | | |/ / | |/| |
| | * | drm/amdgpu: remove unnecessary rlc reset function on gfx9Le Ma2019-04-021-2/+0
| | * | drm/amd/display: VBIOS can't be light up HDMI when restart systemPaul Hsieh2019-03-281-0/+6
| | * | drm/amd/powerplay: fix possible hang with 3+ 4K monitorsEvan Quan2019-03-281-1/+9
| | * | drm/amd/powerplay: correct data type to avoid overflowEvan Quan2019-03-281-1/+1
| | * | drm/amd/powerplay: add ECC feature bitEvan Quan2019-03-283-2/+12
| | * | drm/amd/amdgpu: fix PCIe dpm feature issue (v3)Chengming Gui2019-03-281-0/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-05122-563/+1096
|\ \ \ \
| * | | | ibmvnic: Fix completion structure initializationThomas Falcon2019-04-051-2/+3
| * | | | ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi2019-04-051-0/+4
| * | | | net: bridge: always clear mcast matching struct on reports and leavesNikolay Aleksandrov2019-04-051-0/+3
| * | | | libcxgb: fix incorrect ppmax calculationVarun Prakash2019-04-051-1/+8
| * | | | vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech2019-04-051-11/+15
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-046-26/+208
| |\ \ \ \
| | * | | | flow_dissector: rst'ify documentationStanislav Fomichev2019-04-043-115/+127
| | * | | | Merge branch 'bpf-flow-dissector-fixes'Daniel Borkmann2019-04-035-26/+196
| | |\ \ \ \
| | | * | | | flow_dissector: document BPF flow dissector environmentStanislav Fomichev2019-04-031-0/+115
| | | * | | | flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev2019-04-031-13/+3
| | | * | | | flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev2019-04-031-1/+2
| | | * | | | net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev2019-04-032-2/+5
| | | * | | | selftests/bpf: fix vlan handling in flow dissector programStanislav Fomichev2019-04-032-11/+72
| | |/ / / /
| * | | | | Merge branch 'sch_cake-fixes'David S. Miller2019-04-041-1/+12
| |\ \ \ \ \
| | * | | | | sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen2019-04-041-0/+11
| | * | | | | sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen2019-04-041-1/+1
| |/ / / / /
| * | | | | tcp: Ensure DCTCP reacts to lossesKoen De Schepper2019-04-041-18/+18
| * | | | | net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti2019-04-042-2/+32
| * | | | | net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stopLorenzo Bianconi2019-04-041-8/+12
| * | | | | Merge branch 'net-hns-bugfixes-for-HNS-Driver'David S. Miller2019-04-0414-58/+69
| |\ \ \ \ \