summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: caif: Remove unused caif SPI driverThomas Gleixner2020-09-291-155/+0
* devlink: include <linux/const.h> for _BITULJacob Keller2020-09-291-0/+2
* l2tp: report rx cookie discards in netlink getTom Parkin2020-09-291-0/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-09-293-0/+26
|\
| * Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz2020-09-251-0/+2
| * Bluetooth: Emit controller suspend and resume eventsAbhishek Pandit-Subedi2020-09-132-0/+7
| * Bluetooth: Add suspend reason for device disconnectAbhishek Pandit-Subedi2020-09-131-0/+1
| * Bluetooth: Add mgmt suspend and resume eventsAbhishek Pandit-Subedi2020-09-132-0/+14
| * Bluetooth: Add MGMT capability flags for tx power and ext advertisingDaniel Winkler2020-09-111-0/+2
* | stmmac: intel: Adding ref clock 1us tic for LPI cntrRusaimi Amira Ruslan2020-09-291-0/+1
* | net/smc: introduce CHID callback for ISM devicesUrsula Braun2020-09-291-0/+1
* | net/smc: introduce System Enterprise ID (SEID)Ursula Braun2020-09-291-0/+3
* | udp_tunnel: add the ability to share port tablesJakub Kicinski2020-09-281-0/+24
* | ptp: add stub function for ptp_get_msgtype()Yangbo Lu2020-09-271-0/+8
* | net: dsa: point out the tail taggersVladimir Oltean2020-09-261-0/+1
* | net: dsa: add a generic procedure for the flow dissectorVladimir Oltean2020-09-261-0/+26
* | net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean2020-09-261-2/+2
* | net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean2020-09-261-0/+1
* | net: dsa: allow drivers to request promiscuous mode on masterVladimir Oltean2020-09-261-0/+6
* | net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean2020-09-261-3/+0
* | devlink: introduce flash update overwrite maskJacob Keller2020-09-262-1/+26
* | devlink: convert flash_update to use params structureJacob Keller2020-09-261-2/+16
* | devlink: check flash_update parameter support in net coreJacob Keller2020-09-261-0/+15
* | net: stmmac: Add option for VLAN filter fail queue enableChuah, Kim Tatt2020-09-261-0/+2
* | net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal2020-09-251-4/+2
* | mptcp: add sk_stop_timer_sync helperGeliang Tang2020-09-251-0/+2
* | of: add of_mdio_find_device() apiRussell King2020-09-251-0/+6
* | net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean2020-09-251-2/+2
* | net: phy: Document core PHY structuresAndrew Lunn2020-09-241-131/+292
* | net: phy: Fixup kernel docAndrew Lunn2020-09-242-2/+4
* | net: bridge: mcast: add support for blocked port groupsNikolay Aleksandrov2020-09-231-0/+1
* | net: bridge: mcast: handle port group filter modesNikolay Aleksandrov2020-09-231-0/+1
* | net: bridge: mcast: add rt_protocol field to the port group structNikolay Aleksandrov2020-09-231-0/+1
* | net: bridge: mdb: add support for add/del/dump of entries with sourceNikolay Aleksandrov2020-09-231-0/+2
* | net: bridge: mdb: add support to extend add/del commandsNikolay Aleksandrov2020-09-231-0/+12
* | net: bridge: mcast: rename br_ip's u member to dstNikolay Aleksandrov2020-09-231-1/+1
* | net: bridge: add src field to br_ipNikolay Aleksandrov2020-09-231-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-237-59/+89
|\ \
| * | bpf: Use a table to drive helper arg type checksLorenz Bauer2020-09-221-0/+1
| * | bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2020-09-221-8/+10
| * | btf: Add BTF_ID_LIST_SINGLE macroLorenz Bauer2020-09-221-0/+8
| * | btf: Make btf_set_contains take a const pointerLorenz Bauer2020-09-221-1/+1
| * | bpf: Add abnormal return checks.Alexei Starovoitov2020-09-181-0/+1
| * | bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski2020-09-182-0/+4
| * | bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski2020-09-181-0/+1
| * | bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski2020-09-171-2/+2
| * | bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski2020-09-171-0/+1
| * | bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu2020-09-161-0/+7
| * | bpf: Mutex protect used_maps array and countYiFei Zhu2020-09-161-0/+1
| * | tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell2020-09-111-1/+1