aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-261-4/+4
* Merge tag 'for-linus-5.5-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-11-251-4/+8
|\
| * ipmi: Don't allow device module unload when in useCorey Minyard2019-10-221-4/+8
* | Merge tag 'spi-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2019-11-253-18/+56
|\ \
| * \ Merge branch 'spi-5.5' into spi-nextMark Brown2019-11-223-18/+117
| |\ \
| | * | spi: mediatek: add SPI_CS_HIGH supportLuhua Xu2019-11-181-1/+0
| | * | spi: document CS setup, hold & inactive times in headerAlexandru Ardelean2019-10-231-0/+5
| | * | spi: pxa2xx: No need to keep pointer to platform deviceAndy Shevchenko2019-10-181-1/+1
| | * | spi: spi-fsl-espi: convert transfer delay to `spi_delay` formatAlexandru Ardelean2019-10-151-0/+1
| | * | spi: implement SW control for CS timesAlexandru Ardelean2019-10-151-0/+5
| | * | spi: tegra114: change format for `spi_set_cs_timing()` functionAlexandru Ardelean2019-10-151-3/+6
| | * | spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()Alexandru Ardelean2019-10-151-0/+18
| | * | spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_deviceAlexandru Ardelean2019-10-151-5/+2
| | * | spi: sprd: convert transfer word delay to spi_delay structAlexandru Ardelean2019-10-151-2/+2
| | * | spi: make `cs_change_delay` the first user of the `spi_delay` logicAlexandru Ardelean2019-10-151-3/+1
| | * | spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()Alexandru Ardelean2019-10-151-3/+15
| | * | spi: Add a PTP system timestamp to the transfer structureVladimir Oltean2019-10-071-0/+61
* | | | Merge tag 'regulator-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-11-254-13/+61
|\ \ \ \
| * \ \ \ Merge branch 'regulator-5.5' into regulator-nextMark Brown2019-11-224-13/+61
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | regulator: da9062: refactor buck modes into headerChristoph Fritz2019-11-151-0/+16
| | * | | regulator: ab8500: Remove SYSCLKREQ from enum ab8505_regulator_idStephan Gerhold2019-11-071-2/+0
| | * | | regulator: ab8500: Remove AB8505 USB regulatorStephan Gerhold2019-11-071-1/+0
| | * | | regulator: fixed: add off-on-delayPeng Fan2019-10-291-0/+1
| | * | | gpiolib: introduce fwnode_gpiod_get_index()Dmitry Torokhov2019-10-031-0/+13
| | * | | gpiolib: introduce devm_fwnode_gpiod_get_index()Dmitry Torokhov2019-10-031-10/+31
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-25120-849/+2798
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-251-0/+3
| |\ \ \ \
| | * | | | sctp: cache netns in sctp_ep_commonXin Long2019-11-231-0/+3
| * | | | | net: phy: add helpers phy_(un)lock_mdio_busHeiner Kallweit2019-11-251-0/+10
| * | | | | bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann2019-11-241-8/+2
| * | | | | bpf: Add bpf_jit_blinding_enabled for !CONFIG_BPF_JITDaniel Borkmann2019-11-241-0/+5
| * | | | | bpf: Constant map key tracking for prog array pokesDaniel Borkmann2019-11-241-1/+2
| * | | | | bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann2019-11-241-0/+12
| * | | | | bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann2019-11-242-0/+30
| * | | | | bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann2019-11-241-7/+11
| * | | | | bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann2019-11-241-0/+4
| * | | | | bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumpsDaniel Borkmann2019-11-241-0/+6
| * | | | | Merge tag 'mlx5-updates-2019-11-22' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2019-11-231-0/+1
| |\ \ \ \ \
| | * | | | | net/mlx5: DR, Add HW bits and definitions for Geneve flex parserYevgeny Kliteynik2019-11-221-0/+1
| * | | | | | net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-231-12/+13
| * | | | | | net: phy: remove phy_ethtool_sset()Russell King2019-11-231-1/+0
| * | | | | | Revert "bpf: Emit audit messages upon successful prog load and unload"Jakub Kicinski2019-11-232-6/+0
| * | | | | | net: inet_is_local_reserved_port() should return bool not intMaciej Żenczykowski2019-11-221-4/+4
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-223-2/+12
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| * | | | | net: flow_dissector: Wrap unionized VLAN fields in a structPetr Machata2019-11-221-3/+5
| * | | | | mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeueToke Høiland-Jørgensen2019-11-221-0/+16
| * | | | | mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan2019-11-222-0/+19
| * | | | | mac80211: Import airtime calculation code from mt76Toke Høiland-Jørgensen2019-11-221-0/+29
| * | | | | ipv4: use dst hint for ipv4 list receivePaolo Abeni2019-11-211-0/+4
| * | | | | ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni2019-11-211-0/+10