summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni-2/+2
2024-12-04netpoll: Use rtnl_dereference() for npinfo pointer accessBreno Leitao-2/+2
2024-12-04netfilter: nft_set_hash: skip duplicated elements pending gc runPablo Neira Ayuso-0/+16
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler-37/+27
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler-47/+46
2024-12-04wifi: mac80211: add EHT 320 MHz support for meshSathishkumar Muruganandam-11/+18
2024-12-04wifi: mac80211: ethtool: add monitor channel reportingDylan Eskew-0/+4
2024-12-04wifi: mac80211: get tx power per linkRameshkumar Sundaram-11/+21
2024-12-04wifi: cfg80211: send MLO links tx power info in GET_INTERFACERameshkumar Sundaram-28/+39
2024-12-04wifi: cfg80211: tests: Fix potential NULL dereference in test_cfg80211_parse_...Zichen Xie-0/+2
2024-12-04wifi: mac80211: use wiphy guardJohannes Berg-30/+17
2024-12-04wifi: cfg80211: define and use wiphy guardJohannes Berg-448/+274
2024-12-04wifi: mac80211: Accept authentication frames on P2P deviceAndrei Otcheretianski-3/+10
2024-12-04wifi: mac80211: fix variable used in for_each_sdata_link()Aloka Dixit-1/+1
2024-12-04netfilter: ipset: Hold module reference while requesting a modulePhil Sutter-0/+5
2024-12-04net: sched: fix ordering of qlen adjustmentLion Ackermann-2/+2
2024-12-04net: sched: fix erspan_opt settings in cls_flowerXin Long-2/+3
2024-12-03ethtool: Fix access to uninitialized fields in set RXNFC commandGal Pressman-1/+2
2024-12-03Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera-11/+3
2024-12-03net: Make napi_hash_lock irq safeJoe Damato-6/+12
2024-12-03netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso-12/+45
2024-12-03net: hsr: must allocate more bytes for RedBox supportEric Dumazet-6/+13
2024-12-03rtnetlink: fix double call of rtnl_link_get_net_ifla()Cong Wang-21/+23
2024-12-03wifi: mac80211: fix station NSS capability initialization orderBenjamin Lin-2/+2
2024-12-03wifi: mac80211: fix vif addr when switching from monitor to stationFelix Fietkau-7/+4
2024-12-03wifi: mac80211: fix a queue stall in certain cases of CSAEmmanuel Grumbach-41/+48
2024-12-03wifi: mac80211: wake the queues in case of failure in resumeEmmanuel Grumbach-0/+3
2024-12-03wifi: cfg80211: clear link ID from bitmap during link delete after clean upAditya Kumar Singh-3/+8
2024-12-03wifi: mac80211: init cnt before accessing elem in ieee80211_copy_mbssid_beaconHaoyu Li-1/+1
2024-12-03wifi: mac80211: fix mbss changed flags corruption on 32 bit systemsIssam Hamdi-3/+3
2024-12-03wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-oneLin Ma-1/+1
2024-12-03net/smc: fix LGR and link use-after-free issueWen Gu-0/+2
2024-12-03net/smc: initialize close_work early to avoid warningWen Gu-3/+1
2024-12-03tipc: Fix use-after-free of kernel socket in cleanup_bearer().Kuniyuki Iwashima-1/+1
2024-12-03dccp: Fix memory leak in dccp_feat_change_recvIvan Solodovnikov-1/+5
2024-12-02net/ipv6: release expired exception dst cached in socketJiri Wiesner-3/+3
2024-12-02Merge tag 'linux-can-fixes-for-6.13-20241202' of git://git.kernel.org/pub/scm...Jakub Kicinski-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-7/+7
2024-12-02bpf: fix cgroup_skb prog test run direct packet accessMahe Tardy-0/+1
2024-12-02can: j1939: j1939_session_new(): fix skb reference countingDmitry Antipov-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-12-01ipv6: avoid possible NULL deref in modify_prefix_route()Eric Dumazet-6/+7
2024-11-30net: Fix icmp host relookup triggering ip_rt_bugDong Chenchen-0/+3
2024-11-30net: hsr: avoid potential out-of-bound access in fill_frame_info()Eric Dumazet-0/+2
2024-11-30net/sched: tbf: correct backlog statistic for GSO packetsMartin Ottens-6/+12
2024-11-30tcp: populate XPS related fields of timewait socketsEric Dumazet-0/+4
2024-11-30Merge tag '9p-for-6.13-rc1' of https://github.com/martinetd/linuxLinus Torvalds-7/+10
2024-11-30Merge tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-137/+0
2024-11-30Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-5/+17
2024-11-28Merge tag 'net-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-81/+212