summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-01-275-3/+201
|\
| * Bluetooth: monitor: Add support for ISO packetsLuiz Augusto von Dentz2020-01-151-0/+2
| * Bluetooth: Add definitions for CIS connectionsLuiz Augusto von Dentz2020-01-151-1/+158
| * Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS.Alain Michaud2020-01-152-0/+27
| * Bluetooth: Add support for LE PHY Update Complete eventLuiz Augusto von Dentz2020-01-042-0/+10
| * Bluetooth: Remove usage of BT_ERR_RATELIMITED macroMarcel Holtmann2020-01-041-3/+1
| * Bluetooth: Adding a bt_dev_warn_ratelimited macro.Alain Michaud2020-01-041-0/+4
* | net: remove eth_change_mtuHeiner Kallweit2020-01-271-1/+0
* | net: introduce dev_net notifier register/unregister variantsJiri Pirko2020-01-271-0/+17
* | udp: Support UDP fraglist GRO/GSO.Steffen Klassert2020-01-271-1/+1
* | net: Support GRO/GSO fraglist chaining.Steffen Klassert2020-01-272-1/+5
* | net: Add a netdev software feature set that defaults to off.Steffen Klassert2020-01-271-0/+3
* | net: Add fraglist GRO/GSO feature flagsSteffen Klassert2020-01-273-1/+8
* | net_sched: fix ops->bind_class() implementationsCong Wang2020-01-272-15/+21
* | nf_tables: Add set type for arbitrary concatenation of rangesStefano Brivio2020-01-271-0/+1
* | bitmap: Introduce bitmap_cut(): cut bits and shift remainingStefano Brivio2020-01-271-0/+4
* | netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio2020-01-272-0/+23
* | netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attributePablo Neira Ayuso2020-01-272-1/+15
* | tcp: export count for rehash attemptsAbdul Kabbani2020-01-263-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-267-15/+51
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-01-254-8/+4
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-253-8/+2
| | |\ \
| | | * | netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso2020-01-242-1/+2
| | | * | netfilter: ipset: use bitmap infrastructure completelyKadlecsik József2020-01-201-7/+0
| | * | | net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet2020-01-231-0/+2
| * | | | Merge tag 'xarray-5.5' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2020-01-231-5/+40
| |\ \ \ \
| | * | | | XArray: Add xa_for_each_rangeMatthew Wilcox (Oracle)2020-01-181-5/+32
| | * | | | XArray: Add wrappers for nested spinlocksMatthew Wilcox (Oracle)2020-01-181-0/+8
| * | | | | Merge tag 'trace-v5.5-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-231-1/+5
| |\ \ \ \ \
| | * | | | | tracing: xen: Ordered comparison of function pointersChangbin Du2020-01-141-1/+5
| * | | | | | Merge tag 'io_uring-5.5-2020-01-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-221-1/+2
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | io_uring: fix compat for IORING_REGISTER_FILES_UPDATEEugene Syromiatnikov2020-01-211-1/+2
* | | | | | | net: sched: Make TBF Qdisc offloadablePetr Machata2020-01-252-0/+23
* | | | | | | mptcp: do not inherit inet proto opsFlorian Westphal2020-01-251-0/+3
* | | | | | | mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch2020-01-242-8/+12
* | | | | | | mptcp: Implement MPTCP receive pathMat Martineau2020-01-242-0/+18
* | | | | | | mptcp: Write MPTCP DSS headers to outgoing data packetsMat Martineau2020-01-241-0/+1
* | | | | | | mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad2020-01-242-0/+60
* | | | | | | mptcp: Associate MPTCP context with TCP socketPeter Krystad2020-01-241-0/+3
* | | | | | | mptcp: Handle MPTCP TCP optionsPeter Krystad2020-01-242-0/+36
* | | | | | | mptcp: Add MPTCP socket stubsMat Martineau2020-01-241-0/+16
* | | | | | | net: bridge: vlan: add per-vlan stateNikolay Aleksandrov2020-01-241-0/+1
* | | | | | | net: bridge: vlan: add basic option setting supportNikolay Aleksandrov2020-01-241-0/+1
* | | | | | | net: sched: add Flow Queue PIE packet schedulerMohit P. Tahiliani2020-01-232-0/+33
* | | | | | | net: sched: pie: export symbols to be reused by FQ-PIEMohit P. Tahiliani2020-01-231-0/+9
* | | | | | | pie: improve comments and commenting styleMohit P. Tahiliani2020-01-231-27/+58
* | | | | | | pie: rearrange structure members and their initializationsMohit P. Tahiliani2020-01-231-10/+10
* | | | | | | pie: use u8 instead of bool in pie_varsMohit P. Tahiliani2020-01-231-2/+2
* | | | | | | pie: rearrange macros in order of lengthMohit P. Tahiliani2020-01-231-5/+5
* | | | | | | pie: use U64_MAX to denote (2^64 - 1)Mohit P. Tahiliani2020-01-231-2/+2