aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-12-07rtnetlink: fix error code in rtnl_newlink()Dan Carpenter1-1/+3
2024-12-07ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().Kuniyuki Iwashima1-1/+2
2024-12-06net: defer final 'struct net' free in netns dismantleEric Dumazet1-1/+19
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-38/+50
2024-12-06wifi: cfg80211: sme: init n_channels before channels[] accessHaoyu Li1-0/+1
2024-12-05tipc: fix NULL deref in cleanup_bearer()Eric Dumazet1-1/+6
2024-12-05batman-adv: Do not let TT changes list grows indefinitelyRemi Pommarel1-3/+11
2024-12-05batman-adv: Remove uninitialized data in full table TT responseRemi Pommarel1-15/+22
2024-12-05batman-adv: Do not send uninitialized TT changesRemi Pommarel1-0/+7
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds28-94/+222
2024-12-05net: avoid potential UAF in default_operstate()Eric Dumazet1-1/+6
2024-12-05Merge tag 'nf-24-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni6-17/+71
2024-12-04ethtool: Fix wrong mod state in case of verbose and no_mask bitsetKory Maincent1-4/+44
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni2-2/+2
2024-12-04netfilter: nft_set_hash: skip duplicated elements pending gc runPablo Neira Ayuso1-0/+16
2024-12-04netfilter: ipset: Hold module reference while requesting a modulePhil Sutter1-0/+5
2024-12-04net: sched: fix ordering of qlen adjustmentLion Ackermann2-2/+2
2024-12-04net: sched: fix erspan_opt settings in cls_flowerXin Long1-2/+3
2024-12-03ethtool: Fix access to uninitialized fields in set RXNFC commandGal Pressman1-1/+2
2024-12-03Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera1-11/+3
2024-12-03net: Make napi_hash_lock irq safeJoe Damato1-6/+12
2024-12-03netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso1-12/+45
2024-12-03net: hsr: must allocate more bytes for RedBox supportEric Dumazet1-6/+13
2024-12-03rtnetlink: fix double call of rtnl_link_get_net_ifla()Cong Wang1-21/+23
2024-12-03wifi: mac80211: fix station NSS capability initialization orderBenjamin Lin1-2/+2
2024-12-03wifi: mac80211: fix vif addr when switching from monitor to stationFelix Fietkau1-7/+4
2024-12-03wifi: mac80211: fix a queue stall in certain cases of CSAEmmanuel Grumbach5-41/+48
2024-12-03wifi: mac80211: wake the queues in case of failure in resumeEmmanuel Grumbach1-0/+3
2024-12-03wifi: cfg80211: clear link ID from bitmap during link delete after clean upAditya Kumar Singh2-3/+8
2024-12-03wifi: mac80211: init cnt before accessing elem in ieee80211_copy_mbssid_beaconHaoyu Li1-1/+1
2024-12-03wifi: mac80211: fix mbss changed flags corruption on 32 bit systemsIssam Hamdi1-3/+3
2024-12-03wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-oneLin Ma1-1/+1
2024-12-03net/smc: fix LGR and link use-after-free issueWen Gu1-0/+2
2024-12-03net/smc: initialize close_work early to avoid warningWen Gu1-3/+1
2024-12-03tipc: Fix use-after-free of kernel socket in cleanup_bearer().Kuniyuki Iwashima1-1/+1
2024-12-03dccp: Fix memory leak in dccp_feat_change_recvIvan Solodovnikov1-1/+5
2024-12-02net/ipv6: release expired exception dst cached in socketJiri Wiesner1-3/+3
2024-12-02Merge tag 'linux-can-fixes-for-6.13-20241202' of git://git.kernel.org/pub/scm...Jakub Kicinski1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra7-7/+7
2024-12-02can: j1939: j1939_session_new(): fix skb reference countingDmitry Antipov1-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-12-01ipv6: avoid possible NULL deref in modify_prefix_route()Eric Dumazet1-6/+7
2024-11-30net: Fix icmp host relookup triggering ip_rt_bugDong Chenchen1-0/+3
2024-11-30net: hsr: avoid potential out-of-bound access in fill_frame_info()Eric Dumazet1-0/+2
2024-11-30net/sched: tbf: correct backlog statistic for GSO packetsMartin Ottens1-6/+12
2024-11-30tcp: populate XPS related fields of timewait socketsEric Dumazet1-0/+4
2024-11-30Merge tag '9p-for-6.13-rc1' of https://github.com/martinetd/linuxLinus Torvalds3-7/+10
2024-11-30Merge tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds5-137/+0
2024-11-30Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-5/+17
2024-11-28Merge tag 'net-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds14-81/+212