summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-19tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet4-6/+9
2023-07-19tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet4-5/+6
2023-07-19octeontx2-pf: mcs: Generate hash key using ecb(aes)Subbaraya Sundeep1-37/+100
2023-07-19igc: Prevent garbled TX queue with XDP ZEROCOPYFlorian Kauer1-2/+2
2023-07-19Merge tag 'linux-can-fixes-for-6.5-20230717' of git://git.kernel.org/pub/scm/...Jakub Kicinski5-97/+113
2023-07-19mailmap: Add entry for old intel emailJohn Fastabend1-0/+1
2023-07-19mailmap: add entries for past livesShannon Nelson1-0/+2
2023-07-19Merge branch 'selftests-tc-increase-timeout-and-add-missing-kconfig'Jakub Kicinski2-0/+3
2023-07-19selftests: tc: add ConnTrack procfs kconfigMatthieu Baerts1-0/+1
2023-07-19selftests: tc: add 'ct' action kconfig depMatthieu Baerts1-0/+1
2023-07-19selftests: tc: set timeout to 15 minutesMatthieu Baerts1-0/+1
2023-07-18octeontx2-pf: Dont allocate BPIDs for LBK interfacesGeetha sowjanya1-2/+3
2023-07-18vrf: Fix lockdep splat in output pathIdo Schimmel1-6/+6
2023-07-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni4-31/+21
2023-07-17can: mcp251xfd: __mcp251xfd_chip_set_mode(): increase poll timeoutFedor Ross2-2/+9
2023-07-17Merge patch series "can: gs_usb: fix time stamp counter initialization"Marc Kleine-Budde1-56/+74
2023-07-17can: gs_usb: fix time stamp counter initializationMarc Kleine-Budde1-48/+53
2023-07-17can: gs_usb: gs_can_open(): improve error handlingMarc Kleine-Budde1-9/+22
2023-07-17can: bcm: Fix UAF in bcm_proc_show()YueHaibing1-6/+6
2023-07-17can: raw: fix receiver memory leakZiyang Xuan1-33/+24
2023-07-17r8169: fix ASPM-related problem for chip version 42 and 43Heiner Kallweit1-0/+7
2023-07-17net: dsa: microchip: correct KSZ8795 static MAC table accessTristram Ha3-5/+18
2023-07-17Merge branch 'sched-fixes'David S. Miller4-138/+143
2023-07-17net: sched: cls_flower: Undo tcf_bind_filter in case of an errorVictor Nogueira1-52/+47
2023-07-17net: sched: cls_bpf: Undo tcf_bind_filter in case of an errorVictor Nogueira1-52/+47
2023-07-17net: sched: cls_u32: Undo refcount decrement in case update failedVictor Nogueira1-0/+7
2023-07-17net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knodeVictor Nogueira1-11/+30
2023-07-17net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_...Victor Nogueira1-23/+12
2023-07-15Merge branch 'net-fix-kernel-doc-problems-in-include-net'Jakub Kicinski9-22/+29
2023-07-15rsi: remove kernel-doc comment markerRandy Dunlap1-1/+1
2023-07-15pie: fix kernel-doc notation warningRandy Dunlap1-1/+1
2023-07-15net: NSH: fix kernel-doc notation warningRandy Dunlap1-1/+1
2023-07-15net: llc: fix kernel-doc notation warningsRandy Dunlap1-2/+4
2023-07-15inet: frags: eliminate kernel-doc warningRandy Dunlap1-1/+1
2023-07-15devlink: fix kernel-doc notation warningsRandy Dunlap1-12/+16
2023-07-15codel: fix kernel-doc notation warningsRandy Dunlap1-2/+2
2023-07-15net: cfg802154: fix kernel-doc notation warningsRandy Dunlap1-1/+2
2023-07-15net: bonding: remove kernel-doc comment markerRandy Dunlap1-1/+1
2023-07-14ice: prevent NULL pointer deref during reloadMichal Swiatkowski3-4/+21
2023-07-14ice: Unregister netdev and devlink_port only oncePetr Oros1-27/+0
2023-07-14gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai2-7/+12
2023-07-14net: ethernet: Remove repeating expressionWang Ming1-1/+0
2023-07-14bna: Remove error checking for debugfs_create_dir()Wang Ming1-5/+0
2023-07-14net: ethernet: mtk_eth_soc: handle probe deferralDaniel Golle1-18/+11
2023-07-14bridge: Add extack warning when enabling STP in netns.Kuniyuki Iwashima1-0/+3
2023-07-14net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field()Tanmay Patil1-5/+19
2023-07-14net: dsa: ar9331: Use explict flags for regmap single read/writeMark Brown1-2/+2
2023-07-14net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urbAlan Stern1-0/+6
2023-07-14dsa: mv88e6xxx: Do a final check before timing outLinus Walleij1-0/+7
2023-07-14Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds91-521/+1011