summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-12-08devlink: Expose port function commands to control migratableShay Drory1-0/+55
2022-12-08devlink: Expose port function commands to control RoCEShay Drory1-0/+113
2022-12-08devlink: Validate port function requestShay Drory1-9/+23
2022-12-08bridge: mcast: Constify 'group' argument in br_multicast_new_port_group()Ido Schimmel2-2/+3
2022-12-08bridge: mcast: Remove redundant function argumentsIdo Schimmel1-4/+5
2022-12-08bridge: mcast: Move checks out of critical sectionIdo Schimmel1-18/+18
2022-12-08bridge: mcast: Remove br_mdb_parse()Ido Schimmel1-88/+5
2022-12-08bridge: mcast: Use MDB group key from configuration structureIdo Schimmel1-8/+7
2022-12-08bridge: mcast: Propagate MDB configuration structure furtherIdo Schimmel1-13/+11
2022-12-08bridge: mcast: Use MDB configuration structure where possibleIdo Schimmel1-19/+15
2022-12-08bridge: mcast: Remove redundant checksIdo Schimmel1-54/+9
2022-12-08bridge: mcast: Centralize netlink attribute parsingIdo Schimmel2-0/+127
2022-12-08net: ethernet: use sysfs_emit() to instead of scnprintf()ye xingchen1-1/+1
2022-12-08Merge tag 'ieee802154-for-net-next-2022-12-05' of git://git.kernel.org/pub/sc...Jakub Kicinski6-21/+150
2022-12-07net/ncsi: Silence runtime memcpy() false positive warningKees Cook1-1/+2
2022-12-06ethtool: add netlink based get rss supportSudheer Mogilappagari4-1/+163
2022-12-05Merge tag 'rxrpc-next-20221201-b' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller29-1985/+2511
2022-12-04net: add netdev_sw_irq_coalesce_default_on()Heiner Kallweit1-0/+16
2022-12-03tcp: use 2-arg optimal variant of kfree_rcu()Eric Dumazet1-2/+2
2022-12-03Merge tag 'wireless-next-2022-12-02' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski8-167/+230
2022-12-02net: devlink: convert port_list into xarrayJiri Pirko1-30/+27
2022-12-02hsr: Use a single struct for self_node.Sebastian Andrzej Siewior3-37/+35
2022-12-02hsr: Synchronize sequence number updates.Sebastian Andrzej Siewior2-1/+10
2022-12-02hsr: Synchronize sending frames to have always incremented outgoing seq nr.Sebastian Andrzej Siewior2-7/+8
2022-12-02hsr: Disable netpoll.Sebastian Andrzej Siewior2-11/+8
2022-12-02hsr: Avoid double remove of a node.Sebastian Andrzej Siewior2-5/+12
2022-12-02hsr: Add a rcu-read lock to hsr_forward_skb().Sebastian Andrzej Siewior1-0/+3
2022-12-02Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior7-187/+106
2022-12-02sctp: delete free member from struct sctp_sched_opsXin Long3-51/+20
2022-12-02mptcp: add pm listener eventsGeliang Tang3-0/+62
2022-12-02net/tcp: Separate initialization of twskDmitry Safonov1-26/+35
2022-12-02net/tcp: Do cleanup on tcp_md5_key_copy() failureDmitry Safonov2-14/+10
2022-12-02net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov5-29/+77
2022-12-02net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()Dmitry Safonov1-9/+21
2022-12-01wifi: mac80211: fix and simplify unencrypted drop check for meshFelix Fietkau1-28/+10
2022-12-01wifi: mac80211: add support for restricting netdev features per vifFelix Fietkau2-97/+187
2022-12-01wifi: mac80211: update TIM for S1G specification changesKieran Frewen1-5/+9
2022-12-01wifi: mac80211: don't parse multi-BSSID in assoc respJohannes Berg1-1/+1
2022-12-01wifi: cfg80211: use bss_from_pub() instead of container_of()Johannes Berg1-30/+11
2022-12-01wifi: mac80211: remove unnecessary synchronize_net()Johannes Berg1-2/+1
2022-12-01wifi: mac80211: Drop not needed check for NULLAlexander Wetzel1-1/+1
2022-12-01wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() failsChen Zhongjin1-1/+3
2022-12-01wifi: cfg80211: fix comparison of BSS frequenciesJUN-KYU SHIN1-1/+2
2022-12-01wifi: mac80211: fix maybe-unused warningÍñigo Huguet1-1/+1
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells8-72/+5
2022-12-01rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()David Howells2-14/+10
2022-12-01rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells4-24/+39
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells5-7/+23
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells13-75/+75
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells14-769/+525