summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-07-25can: j1939: j1939_session_completed(): use consistent name se_skb for the ses...Marc Kleine-Budde1-4/+4
2021-07-25can: j1939: replace fall through comment by fallthrough pseudo-keywordMarc Kleine-Budde1-5/+10
2021-07-25can: j1939: fix checkpatch warningsMarc Kleine-Budde1-2/+3
2021-07-25can: j1939: j1939_sk_sock_destruct(): correct a grammatical errorgushengxian1-1/+1
2021-07-25Merge branch 'nfc-const'David S. Miller46-112/+108
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski6-7/+7
2021-07-25nfc: constify nfc_llc_opsKrzysztof Kozlowski5-7/+7
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski5-6/+6
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski6-7/+7
2021-07-25nfc: constify nfc_hci_gateKrzysztof Kozlowski4-4/+4
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski6-7/+7
2021-07-25nfc: st21nfca: constify file-scope arraysKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify nfc_phy_opsKrzysztof Kozlowski18-35/+37
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski6-15/+15
2021-07-25nfc: s3fwrn5: constify nci_opsKrzysztof Kozlowski3-12/+5
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski7-10/+11
2021-07-25nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski2-2/+2
2021-07-24net: bridge: fix build when setting skb->offload_fwd_mark with CONFIG_NET_SWI...Vladimir Oltean3-1/+12
2021-07-23Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller3-5/+8
2021-07-23net: phy: Remove unused including <linux/version.h>chongjiapeng1-1/+0
2021-07-23nfc: port100: constify protocol list arrayKrzysztof Kozlowski1-4/+4
2021-07-23mpls: defer ttl decrement in mpls_forward()Kangmin Park1-1/+1
2021-07-23wwan: core: Fix missing RTM_NEWLINK event for default linkLoic Poulain1-0/+2
2021-07-23octeontx2-af: Enhance mailbox trace entryJerin Jacob1-4/+6
2021-07-23e100: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-2/+2
2021-07-23igb: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-2/+1
2021-07-23igb: Add counter to i21x doublecheckGrzegorz Siwik1-1/+5
2021-07-23Merge branch 'bridge-tx-fwd'David S. Miller19-26/+352
2021-07-23net: dsa: tag_dsa: offload the bridge forwarding processTobias Waldekranz1-8/+44
2021-07-23net: dsa: mv88e6xxx: map virtual bridges with forwarding offload in the PVTVladimir Oltean1-4/+74
2021-07-23net: dsa: add support for bridge TX forwarding offloadVladimir Oltean4-1/+104
2021-07-23net: dsa: track the number of switches in a treeVladimir Oltean2-0/+6
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz14-14/+125
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller371-3026/+3766
2021-07-23Merge branch 'net-remove-compat-alloc-user-space'David S. Miller21-431/+352
2021-07-23net: socket: rework compat_ifreq_ioctl()Arnd Bergmann6-47/+76
2021-07-23net: socket: simplify dev_ifconf handlingArnd Bergmann3-72/+44
2021-07-23net: socket: remove register_gifconfArnd Bergmann4-44/+20
2021-07-23net: socket: rework SIOC?IFMAP ioctlsArnd Bergmann2-50/+54
2021-07-23ethtool: improve compat ioctl handlingArnd Bergmann3-144/+121
2021-07-23compat: make linux/compat.h available everywhereArnd Bergmann10-96/+59
2021-07-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-59/+40
2021-07-22Merge tag 'hyperv-fixes-signed-20210722' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-33/+65
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds77-269/+1217
2021-07-22Merge tag 'mmc-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2-24/+31
2021-07-22dpaa2-switch: seed the buffer pool after allocating the swpIoana Ciornei1-8/+8
2021-07-22nfp: fix return statement in nfp_net_parse_meta()Niklas Söderlund1-1/+1
2021-07-22ipv6: fix "'ioam6_if_id_max' defined but not used" warnMatthieu Baerts1-2/+1
2021-07-22Merge branch 'nfp-flower-ct-offload'David S. Miller7-201/+946
2021-07-22nfp: flower-tc: add flow stats updates for ctLouis Peens4-2/+157