summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-22tcp: Iterate tb->bhash2 in inet_csk_bind_conflict().Kuniyuki Iwashima1-1/+17
2023-12-22tcp: Rearrange tests in inet_csk_bind_conflict().Kuniyuki Iwashima1-21/+19
2023-12-22tcp: Link bhash2 to bhash.Kuniyuki Iwashima3-12/+15
2023-12-22tcp: Rename tb in inet_bind2_bucket_(init|create)().Kuniyuki Iwashima1-16/+16
2023-12-22tcp: Save address type in inet_bind2_bucket.Kuniyuki Iwashima2-16/+14
2023-12-22tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr.Kuniyuki Iwashima3-29/+21
2023-12-22tcp: Rearrange tests in inet_bind2_bucket_(addr_match|match_addr_any)().Kuniyuki Iwashima1-13/+12
2023-12-22tcp: Use bhash2 for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima2-3/+7
2023-12-22selftests/net: Fix various spelling mistakes in TCP-AO testsColin Ian King4-5/+5
2023-12-22octeontx2-af: Fix a double free issueSuman Ghosh1-1/+1
2023-12-21net/ipv6: Remove gc_link warn on in fib6_info_releaseDavid Ahern1-3/+1
2023-12-21net: phy: at803x: replace msleep(1) with usleep_rangeChristian Marangi1-3/+3
2023-12-21net: phy: at803x: remove extra space after castChristian Marangi1-1/+1
2023-12-21net: check dev->gso_max_size in gso_features_check()Eric Dumazet1-0/+3
2023-12-21kselftest: rtnetlink.sh: use grep_fail when expecting the cmd failHangbin Liu1-1/+1
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern3-103/+22
2023-12-21net: avoid build bug in skb extension length calculationThomas Weißschuh1-0/+2
2023-12-21net: ethernet: mtk_wed: fix possible NULL pointer dereference in mtk_wed_wo_q...Lorenzo Bianconi1-0/+3
2023-12-21posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds6-96/+19
2023-12-20arm64: dts: mediatek: mt8395-genio-1200-evk: add interrupt-parent for mt6360Macpaul Lin1-0/+1
2023-12-20net: sched: Add initial TC error skb drop reasonsVictor Nogueira3-12/+31
2023-12-20net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira4-37/+36
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira6-22/+25
2023-12-20r8169: add support for LED's on RTL8168/RTL8101Heiner Kallweit4-0/+232
2023-12-20selftests: vxlan_mdb: Add MDB bulk deletion testIdo Schimmel1-2/+199
2023-12-20selftests: bridge_mdb: Add MDB bulk deletion testIdo Schimmel1-2/+189
2023-12-20rtnetlink: bridge: Enable MDB bulk deletionIdo Schimmel1-1/+2
2023-12-20vxlan: mdb: Add MDB bulk deletion supportIdo Schimmel3-24/+153
2023-12-20bridge: mdb: Add MDB bulk deletion supportIdo Schimmel3-0/+142
2023-12-20rtnetlink: bridge: Invoke MDB bulk deletion when neededIdo Schimmel1-0/+8
2023-12-20net: Add MDB bulk deletion device operationIdo Schimmel1-0/+6
2023-12-20rtnetlink: bridge: Use a different policy for MDB bulk deleteIdo Schimmel1-2/+49
2023-12-20bridge: add MDB state mask uAPI attributeIdo Schimmel1-0/+1
2023-12-20net: stmmac: fix incorrect flag check in timestamp interruptLai Peter Jun Ann1-1/+1
2023-12-20octeontx2-af: insert space after includeWang Jinchao1-1/+1
2023-12-20bcachefs: Fix bch2_alloc_sectors_start_trans() error handlingKent Overstreet1-3/+11
2023-12-19bcachefs; guard against overflow in btree node splitKent Overstreet1-0/+12
2023-12-19bcachefs: btree_node_u64s_with_format() takes nr keysKent Overstreet2-17/+14
2023-12-19cifs: do not let cifs_chan_update_iface deallocate channelsShyam Prasad N1-31/+19
2023-12-19cifs: fix a pending undercount of srv_countShyam Prasad N1-2/+1
2023-12-19s390: update defconfigsHeiko Carstens3-10/+11
2023-12-19fs: cifs: Fix atime update checkZizhi Wo1-1/+1
2023-12-19smb: client: fix potential OOB in smb2_dump_detail()Paulo Alcantara2-17/+19
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko40-2925/+641
2023-12-19devlink: extend multicast filtering by port indexJiri Pirko6-5/+31
2023-12-19devlink: add a command to set notification filter and use it for multicastsJiri Pirko6-4/+169
2023-12-19genetlink: introduce helpers to do filtered multicastJiri Pirko2-8/+58
2023-12-19netlink: introduce typedef for filter functionJiri Pirko4-9/+8
2023-12-19genetlink: introduce per-sock family private storageJiri Pirko2-1/+154
2023-12-19devlink: introduce a helper for netlink multicast sendJiri Pirko9-22/+18