aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-07-18net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko2-18/+41
2022-07-18net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko2-61/+173
2022-07-18net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko2-32/+168
2022-07-18net: devlink: avoid false DEADLOCK warning reported by lockdepMoshe Shemesh1-0/+4
2022-07-18atl1c: use netif_napi_add_tx() for Tx NAPISieng-Piaw Liew1-2/+2
2022-07-18net: dsa: microchip: fix Clang -Wunused-const-variable warning on 'ksz_dt_ids'Arun Ramadoss1-1/+1
2022-07-18Merge branch 'tls-rx-avoid-skb_cow_data'David S. Miller7-194/+333
2022-07-18tls: rx: decrypt into a fresh skbJakub Kicinski2-37/+72
2022-07-18tls: rx: async: don't put async zc on the listJakub Kicinski1-21/+19
2022-07-18tls: rx: async: hold onto the input skbJakub Kicinski5-10/+39
2022-07-18tls: rx: async: adjust record geometry immediatelyJakub Kicinski1-39/+10
2022-07-18tls: rx: return the decrypted skb via dargJakub Kicinski1-10/+39
2022-07-18tls: rx: read the input skb from ctx->recv_pktJakub Kicinski3-34/+42
2022-07-18tls: rx: factor out device darg updateJakub Kicinski1-19/+41
2022-07-18tls: rx: remove the message decrypted trackingJakub Kicinski2-11/+0
2022-07-18tls: rx: don't keep decrypted skbs on ctx->recv_pktJakub Kicinski1-21/+28
2022-07-18tls: rx: don't try to keep the skbs always on the listJakub Kicinski1-11/+12
2022-07-18tls: rx: allow only one reader at a timeJakub Kicinski2-7/+57
2022-07-18Merge branch 'net-smc-virt-contig-buffers'David S. Miller14-147/+404
2022-07-18net/smc: Extend SMC-R link group netlink attributeWen Gu2-0/+3
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu9-118/+328
2022-07-18net/smc: Use sysctl-specified types of buffers in new link groupWen Gu2-0/+2
2022-07-18net/smc: Introduce a sysctl for setting SMC-R buffer typeWen Gu4-0/+31
2022-07-18net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpuGuangguan Wang4-0/+40
2022-07-18net/smc: remove redundant dma sync opsGuangguan Wang5-29/+0
2022-07-15Merge branch 'net-ipv4-ipv6-new-option-to-accept-garp-untracked-na-only-if-in-network'Jakub Kicinski7-29/+389
2022-07-15selftests: net: arp_ndisc_untracked_subnets: test for arp_accept and accept_untracked_naJaehee Park2-0/+309
2022-07-15net: ipv6: new accept_untracked_na option to accept na only if in-networkJaehee Park3-27/+55
2022-07-15net: ipv4: new arp_accept option to accept garp only if in-networkJaehee Park3-6/+29
2022-07-15octeontx2-af: Set NIX link credits based on max LMACSunil Goutham7-9/+102
2022-07-15octeontx2-af: Fixes static warningsRatheesh Kannoth2-15/+55
2022-07-15net: dsa: qca8k: move driver to qca dirChristian Marangi6-9/+9
2022-07-15net/sched: sch_cbq: Delete unused delay_timerPeilin Ye1-79/+0
2022-07-14Merge tag 'mlx5-updates-2022-07-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski18-117/+684
2022-07-14Merge branch 'net-devlink-couple-of-trivial-fixes'Jakub Kicinski3-14/+10
2022-07-14net: devlink: fix return statement in devlink_port_new_notify()Jiri Pirko1-2/+1
2022-07-14net: devlink: fix a typo in function name devlink_port_new_notifiy()Jiri Pirko1-4/+4
2022-07-14net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko3-8/+5
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski353-1455/+3652
2022-07-14x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_currentNathan Chancellor1-1/+2
2022-07-14Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds98-331/+768
2022-07-14Merge tag '5.19-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-10/+16
2022-07-14Merge tag 'nfsd-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds3-8/+18
2022-07-14Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds7-10/+26
2022-07-14Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds10-51/+57
2022-07-14um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck3-7/+7
2022-07-14Merge tag 'sound-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds23-120/+189
2022-07-14nfp: flower: configure tunnel neighbour on cmsg rxTianyu Yuan1-5/+13
2022-07-14net/tls: Check for errors in tls_device_initTariq Toukan3-5/+10
2022-07-14MAINTAINERS: Add an additional maintainer to the AMD XGBE driverTom Lendacky1-0/+1