summaryrefslogtreecommitdiff
path: root/net/rds/Makefile
blob: b46eca109688b703e443ac2d63e09da9afcbec18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
obj-$(CONFIG_RDS) += rds.o
rds-y :=	af_rds.o bind.o cong.o connection.o info.o message.o   \
			recv.o send.o stats.o sysctl.o threads.o transport.o \
			loop.o page.o rdma.o

obj-$(CONFIG_RDS_RDMA) += rds_rdma.o
rds_rdma-objs :=	rdma_transport.o \
			ib.o ib_cm.o ib_recv.o ib_ring.o ib_send.o ib_stats.o \
			ib_sysctl.o ib_rdma.o \
			iw.o iw_cm.o iw_recv.o iw_ring.o iw_send.o iw_stats.o \
			iw_sysctl.o iw_rdma.o


obj-$(CONFIG_RDS_TCP) += rds_tcp.o
rds_tcp-objs :=		tcp.o tcp_connect.o tcp_listen.o tcp_recv.o \
			tcp_send.o tcp_stats.o

ifeq ($(CONFIG_RDS_DEBUG), y)
EXTRA_CFLAGS += -DDEBUG
endif

k during ioctl operationsStanislav Fomichev 2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet 2024-09-03netdev_features: remove NETIF_F_ALL_FCOEAlexander Lobakin 2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin 2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin 2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent 2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet 2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet 2024-02-21net: vlan: constify the struct device_type usageRicardo B. Marliere 2024-02-13vlan: use netdev_lockdep_set_classes()Eric Dumazet 2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran 2023-08-02net: vlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev 2023-05-17vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet 2023-04-21vlan: Add MACsec offload operations for VLAN interfaceEmeel Hakim 2023-03-17vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko 2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner 2022-08-22vlan: move from strlcpy with unused retval to strscpyWolfram Sang 2022-06-09vlan: adopt u64_stats_tEric Dumazet 2022-06-09net: rename reference+tracking helpersJakub Kicinski 2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski 2022-02-23Revert "vlan: move dev_put into vlan_dev_uninit"Xin Long 2022-02-09vlan: move dev_put into vlan_dev_uninitXin Long 2022-02-09vlan: introduce vlan_dev_free_egress_priorityXin Long 2021-12-07vlan: add net device refcount trackerEric Dumazet 2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-11-26net: vlan: fix underflow for the real_dev refcntZiyang Xuan 2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet 2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet