aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-25net: phy: remove the .did_interrupt() and .ack_interrupt() callbackIoana Ciornei1-15/+4
2020-11-24devlink: Add blackhole_nexthop trapIdo Schimmel1-1/+3
2020-11-24Merge tag 'rxrpc-next-20201123' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsJakub Kicinski2-55/+2
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski5-1/+5
2020-11-23net: ptp: introduce common defines for PTP message typesChristian Eggers1-1/+6
2020-11-23compat: always include linux/compat.h from net/compat.hJakub Kicinski1-10/+0
2020-11-23rxrpc: Don't leak the service-side session key to userspaceDavid Howells1-0/+1
2020-11-23rxrpc: Remove the rxk5 security class as it's now defunctDavid Howells1-55/+0
2020-11-23keys: Provide the original description to the key preparserDavid Howells1-0/+1
2020-11-21Merge tag 'linux-can-next-for-5.11-20201120' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextJakub Kicinski6-24/+60
2020-11-20mptcp: track window announced to peerFlorian Westphal1-1/+2
2020-11-20ethtool: add ETHTOOL_COALESCE_ALL_PARAMS defineAntonio Cardace1-0/+1
2020-11-20net: stream: fix TCP references when INET is not enabledRandy Dunlap1-0/+5
2020-11-20octeontx2-pf: move lmt flush to include/linux/socSrujana Challa1-0/+29
2020-11-20net: add annotation for sock_{lock,unlock}_fastPaolo Abeni1-3/+7
2020-11-20net: openvswitch: Be liberal in tcp conntrack.Numan Siddique1-0/+14
2020-11-20dt-bindings: firmware: add IMX_SC_R_CAN(x) macro for CANJoakim Zhang1-0/+1
2020-11-20can: gw: support modification of Classical CAN DLCsOliver Hartkopp1-2/+2
2020-11-20can: drivers: introduce helpers to access Classical CAN DLC valuesOliver Hartkopp1-0/+25
2020-11-20can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp1-2/+2
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-2/+2
2020-11-20can: remove obsolete get_canfd_dlc() macroOliver Hartkopp2-2/+1
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp1-4/+4
2020-11-20can: add optional DLC element to Classical CAN frame structureOliver Hartkopp2-14/+25
2020-11-19devlink: move flash end and begin to core devlinkJacob Keller1-2/+0
2020-11-19devlink: move request_firmware out of driverJacob Keller1-3/+4
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski20-120/+218
2020-11-19Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-4/+71
2020-11-19Merge tag 'spi-fix-v5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-0/+19
2020-11-19ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann2-2/+30
2020-11-18atm: nicstar: Replace in_interrupt() usageSebastian Andrzej Siewior1-0/+1
2020-11-18Merge tag 'nfsd-5.10-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+2
2020-11-18Merge tag 'linux-kselftest-kunit-fixes-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+1
2020-11-18ptp: document struct ptp_clock_request membersAhmad Fatoum1-0/+13
2020-11-17net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan1-1/+15
2020-11-17net: core: fix some kernel-doc markupsMauro Carvalho Chehab1-2/+9
2020-11-17net: wan: Delete the DLCI / SDLA driversXie He4-572/+0
2020-11-17net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handlingRandy Dunlap1-2/+2
2020-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2020-11-16tcp: factor out __tcp_close() helperPaolo Abeni1-0/+1
2020-11-16tcp: factor out tcp_build_frag()Paolo Abeni1-0/+3
2020-11-16ipv6/netfilter: Discard first fragment not including all headersGeorg Kohmann1-0/+2
2020-11-16PM: runtime: Add pm_runtime_resume_and_get to deal with usage counterZhang Qilong1-0/+21
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel3-4/+4
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel2-2/+2
2020-11-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-12/+7
2020-11-15Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpuLinus Torvalds1-9/+9
2020-11-14tcp: avoid indirect call to tcp_stream_memory_free()Eric Dumazet1-2/+6
2020-11-14tcp: uninline tcp_stream_memory_free()Eric Dumazet1-12/+1
2020-11-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-29/+26