summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-09232-869/+1551
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-01-0915-69/+101
| |\
| | * HID: steam: Fix input device disappearingRodrigo Rivas Costa2020-01-091-0/+4
| | * HID: intel-ish-hid: ipc: Add Tiger Lake PCI device IDSrinivas Pandruvada2019-12-292-0/+2
| | * drivers/hid/hid-multitouch.c: fix a possible null pointer access.Pan Zhang2019-12-191-1/+1
| | * HID: wacom: Recognize new MobileStudio Pro PIDJason Gerecke2019-12-181-2/+4
| | * HID: intel-ish-hid: ipc: add CMP device idEven Xu2019-12-182-0/+2
| | * HID: hiddev: fix mess in hiddev_open()Dmitry Torokhov2019-12-181-55/+42
| | * HID: hid-input: clear unmapped usagesDmitry Torokhov2019-12-131-4/+12
| | * HID: Add quirk for incorrect input length on Lenovo Y720Pavel Balan2019-12-132-3/+14
| | * HID: asus: Ignore Asus vendor-page usage-code 0xff eventsHans de Goede2019-12-131-1/+2
| | * HID: ite: Add USB id match for Acer SW5-012 keyboard dockHans de Goede2019-12-132-0/+4
| | * HID: Add quirk for Xin-Mo Dual ControllerPriit Laes2019-12-131-0/+1
| | * HID: Fix slab-out-of-bounds read in hid_field_extractAlan Stern2019-12-111-0/+6
| | * HID: multitouch: Add LG MELF0410 I2C touchscreen supportAaron Ma2019-12-092-0/+4
| | * HID: uhid: Fix returning EPOLLOUT from uhid_char_pollMarcel Holtmann2019-12-091-1/+1
| | * HID: hidraw: Fix returning EPOLLOUT from hidraw_pollMarcel Holtmann2019-12-091-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-01-0971-275/+515
| |\ \
| | * | tipc: fix wrong connect() return codeTuong Lien2020-01-091-2/+2
| | * | tipc: fix link overflow issue at socket shutdownTuong Lien2020-01-091-21/+32
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-0910-39/+75
| | |\ \
| | | * | netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal2020-01-081-1/+2
| | | * | netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal2020-01-082-0/+6
| | | * | netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso2020-01-064-10/+11
| | | * | netfilter: nf_tables: unbind callbacks from flowtable destroy pathPablo Neira Ayuso2020-01-051-2/+6
| | | * | netfilter: nf_flow_table_offload: fix the nat port mangle.wenxu2020-01-051-8/+16
| | | * | netfilter: nf_flow_table_offload: check the status of dst_neighwenxu2020-01-051-2/+14
| | | * | netfilter: nf_flow_table_offload: fix incorrect ethernet dst addresswenxu2020-01-051-2/+4
| | | * | netfilter: nft_flow_offload: fix underflow in flowtable reference counterwenxu2020-01-051-3/+0
| | | * | netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal2019-12-301-11/+16
| | * | | atm: eni: fix uninitialized variable warningArnd Bergmann2020-01-081-2/+2
| | * | | macvlan: do not assume mac_header is set in macvlan_broadcast()Eric Dumazet2020-01-082-1/+9
| | * | | Merge branch 'net-ungraft-prio'David S. Miller2020-01-082-2/+15
| | |\ \ \
| | | * | | net: sch_prio: When ungrafting, replace with FIFOPetr Machata2020-01-081-2/+8
| | | * | | mlxsw: spectrum_qdisc: Ignore grafting of invisible FIFOPetr Machata2020-01-081-0/+7
| | |/ / /
| | * | | MAINTAINERS: Remove myself as co-maintainer for qcom-ethqosNiklas Cassel2020-01-081-1/+0
| | * | | gtp: fix bad unlock balance in gtp_encap_enable_socketEric Dumazet2020-01-081-2/+3
| | * | | pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet2020-01-081-2/+4
| | * | | tipc: remove meaningless assignment in MakefileMasahiro Yamada2020-01-081-2/+0
| | * | | tipc: do not add socket.o to tipc-y twiceMasahiro Yamada2020-01-081-1/+1
| | * | | net: stmmac: dwmac-sun8i: Allow all RGMII modesChen-Yu Tsai2020-01-081-0/+3
| | * | | net: stmmac: dwmac-sunxi: Allow all RGMII modesChen-Yu Tsai2020-01-081-1/+1
| | * | | net: usb: lan78xx: fix possible skb leakEric Dumazet2020-01-071-6/+3
| | * | | net: stmmac: Fixed link does not need MDIO BusJose Abreu2020-01-071-1/+1
| | * | | Merge branch 'vlan-rtnetlink-newlink-fixes'David S. Miller2020-01-073-8/+15
| | |\ \ \
| | | * | | vlan: vlan_changelink() should propagate errorsEric Dumazet2020-01-071-3/+7
| | | * | | vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet2020-01-073-5/+8
| | |/ / /
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-01-072-4/+16
| | |\ \ \
| | | * | | bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann2020-01-061-2/+7
| | | * | | bpf: cgroup: prevent out-of-order release of cgroup bpfRoman Gushchin2020-01-061-2/+9