aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko2020-11-271-3/+6
* net/tls: add CHACHA20-POLY1305 specific defines and structuresVadim Fedorenko2020-11-272-0/+16
* net/tls: make inline helpers protocol-awareVadim Fedorenko2020-11-271-14/+12
* lockdep: Introduce in_softirq lockdep assertYunsheng Lin2020-11-251-0/+11
* bridge: mrp: Implement LC mode for MRPHoratiu Vultur2020-11-251-0/+1
* net: sched: alias action flags with TCA_ACT_ prefixVlad Buslov2020-11-251-5/+7
* net: phy: remove the .did_interrupt() and .ack_interrupt() callbackIoana Ciornei2020-11-251-15/+4
* devlink: Add blackhole_nexthop trapIdo Schimmel2020-11-241-1/+3
* Merge tag 'rxrpc-next-20201123' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2020-11-242-55/+2
|\
| * rxrpc: Don't leak the service-side session key to userspaceDavid Howells2020-11-231-0/+1
| * rxrpc: Remove the rxk5 security class as it's now defunctDavid Howells2020-11-231-55/+0
| * keys: Provide the original description to the key preparserDavid Howells2020-11-231-0/+1
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-235-1/+5
* | net: ptp: introduce common defines for PTP message typesChristian Eggers2020-11-231-1/+6
* | compat: always include linux/compat.h from net/compat.hJakub Kicinski2020-11-231-10/+0
|/
* Merge tag 'linux-can-next-for-5.11-20201120' of git://git.kernel.org/pub/scm/...Jakub Kicinski2020-11-216-24/+60
|\
| * dt-bindings: firmware: add IMX_SC_R_CAN(x) macro for CANJoakim Zhang2020-11-201-0/+1
| * can: gw: support modification of Classical CAN DLCsOliver Hartkopp2020-11-201-2/+2
| * can: drivers: introduce helpers to access Classical CAN DLC valuesOliver Hartkopp2020-11-201-0/+25
| * can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp2020-11-201-2/+2
| * can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-2/+2
| * can: remove obsolete get_canfd_dlc() macroOliver Hartkopp2020-11-202-2/+1
| * can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-4/+4
| * can: add optional DLC element to Classical CAN frame structureOliver Hartkopp2020-11-202-14/+25
* | mptcp: track window announced to peerFlorian Westphal2020-11-201-1/+2
* | ethtool: add ETHTOOL_COALESCE_ALL_PARAMS defineAntonio Cardace2020-11-201-0/+1
* | net: stream: fix TCP references when INET is not enabledRandy Dunlap2020-11-201-0/+5
* | octeontx2-pf: move lmt flush to include/linux/socSrujana Challa2020-11-201-0/+29
* | net: add annotation for sock_{lock,unlock}_fastPaolo Abeni2020-11-201-3/+7
* | net: openvswitch: Be liberal in tcp conntrack.Numan Siddique2020-11-201-0/+14
|/
* devlink: move flash end and begin to core devlinkJacob Keller2020-11-191-2/+0
* devlink: move request_firmware out of driverJacob Keller2020-11-191-3/+4
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-1920-120/+218
|\
| * Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-195-4/+71
| |\
| | * ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann2020-11-192-2/+30
| | * net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan2020-11-171-1/+15
| | * ipv6/netfilter: Discard first fragment not including all headersGeorg Kohmann2020-11-161-0/+2
| | * PM: runtime: Add pm_runtime_resume_and_get to deal with usage counterZhang Qilong2020-11-161-0/+21
| | * ip_tunnels: Set tunnel option flag when tunnel metadata is presentYi-Hung Wei2020-11-131-3/+4
| | * net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike2020-11-131-0/+1
| * | Merge tag 'spi-fix-v5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-11-191-0/+19
| |\ \
| | * | spi: Introduce device-managed SPI controller allocationLukas Wunner2020-11-121-0/+19
| * | | Merge tag 'nfsd-5.10-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-11-181-1/+2
| |\ \ \
| | * | | SUNRPC: Fix oops in the rpc_xdr_buf event classScott Mayhew2020-11-121-1/+2
| * | | | Merge tag 'linux-kselftest-kunit-fixes-5.10-rc5' of git://git.kernel.org/pub/...Linus Torvalds2020-11-181-1/+1
| |\ \ \ \
| | * | | | kunit: fix display of failed expectations for stringsDaniel Latypov2020-11-101-1/+1
| * | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-11-161-0/+1
| |\ \ \ \ \
| | * | | | | swiotlb: using SIZE_MAX needs limits.h includedStephen Rothwell2020-11-021-0/+1
| * | | | | | Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-11-152-12/+7
| |\ \ \ \ \ \
| | * | | | | | perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra2020-11-092-10/+2