summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
13 daysipv4: igmp: annotate data-races in igmp_heard_query()Eric Dumazet1-22/+36
13 daysnet: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen1-0/+1
13 daysipmr: prevent info-leak in pmr_cache_report()Eric Dumazet1-3/+4
13 daysnet: usb: r8152: add TRENDnet TUC-ET2G v2.0Aleksander Jan Bajkowski1-0/+1
13 daysMerge tag 'nf-26-05-01' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski29-156/+447
14 daysnetfilter: flowtable: use skb_pull_rcsum() to pop vlan/pppoe headerPablo Neira Ayuso1-2/+2
2026-05-01Merge branch 'octeontx2-af-npc-cn20k-mcam-fixes'Jakub Kicinski6-199/+496
2026-05-01octeontx2-af: npc: cn20k: Reject missing default-rule MCAM indicesRatheesh Kannoth5-10/+155
2026-05-01octeontx2-af: npc: cn20k: Tear down default MCAM rules explicitly on freeRatheesh Kannoth2-28/+82
2026-05-01octeontx2-af: npc: cn20k: Initialize default-rule index outputs up frontRatheesh Kannoth1-3/+7
2026-05-01octeontx2-af: npc: cn20k: Fix MCAM actions readRatheesh Kannoth1-13/+13
2026-05-01octeontx2-af: npc: cn20k: Fix bank valueRatheesh Kannoth1-55/+37
2026-05-01octeontx2-af: npc: cn20k: Clear MCAM entries by index and key widthRatheesh Kannoth3-9/+48
2026-05-01octeontx2-af: npc: cn20k: Fix target map and ruleRatheesh Kannoth1-1/+15
2026-05-01octeontx2-af: npc: cn20k: Propagate errors in defrag MCAM alloc rollbackRatheesh Kannoth1-4/+8
2026-05-01octeontx2-af: npc: cn20k: Drop debugfs_create_file() error checks in initRatheesh Kannoth1-23/+10
2026-05-01octeontx2-af: npc: cn20k: Propagate MCAM key-type errors on cn20kRatheesh Kannoth4-56/+124
2026-05-01net: airoha: Move entries to queue head in case of DMA mapping failure in air...Lorenzo Bianconi1-4/+2
2026-05-01net: libwx: use request_irq for VF misc interruptJiawen Wu1-2/+2
2026-05-01net: libwx: fix VF illegal register accessJiawen Wu1-2/+5
2026-05-01net: enetc: fix VSI mailbox timeout handling and DMA lifecycleWei Fang2-8/+35
2026-05-01ipv6: Implement limits on extension header parsingDaniel Borkmann5-0/+25
2026-05-01net: phy: micrel: fix LAN8814 QSGMII soft resetRobert Marko1-7/+8
2026-05-01netfilter: flowtable: fix inline pppoe encapsulation in xmit pathPablo Neira Ayuso4-5/+49
2026-05-01netfilter: flowtable: fix inline vlan encapsulation in xmit pathPablo Neira Ayuso1-37/+73
2026-04-30Merge branch 'net-mctp-test-minor-kunit-test-fixes'Jakub Kicinski2-2/+2
2026-04-30net: mctp: test: Use dev_direct_xmit for TX to our test deviceJeremy Kerr1-1/+1
2026-04-30net: mctp: test: use a zeroed struct sockaddr_mctpJeremy Kerr1-1/+1
2026-04-30netfilter: flowtable: ensure sufficient headroom in xmit pathPablo Neira Ayuso1-2/+11
2026-04-30netfilter: xtables: fix L4 header parsing for non-first fragmentsFernando Fernandez Mancera5-3/+23
2026-04-30netfilter: nf_tables: skip L4 header parsing for non-first fragmentsFernando Fernandez Mancera4-7/+7
2026-04-30netfilter: nf_socket: skip socket lookup for non-first fragmentsFernando Fernandez Mancera2-2/+6
2026-04-30Merge tag 'net-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds74-603/+1351
2026-04-30Merge tag 'ata-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds1-14/+7
2026-04-30Merge tag 'sound-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds32-122/+266
2026-04-30net/sched: cls_flower: revert unintended changesPaolo Abeni1-3/+1
2026-04-30sfc: fix error code in efx_devlink_info_running_versions()Dan Carpenter1-1/+1
2026-04-30net: tls: fix strparser anchor skb leak on offload RX setup failureJakub Kicinski3-0/+11
2026-04-30Merge branch 'intel-wired-lan-update-2026-04-27-ice-iavf'Paolo Abeni11-102/+207
2026-04-30ice: add dpll peer notification for paired SMA and U.FL pinsPetr Oros1-0/+32
2026-04-30ice: fix missing dpll notifications for SW pinsPetr Oros1-11/+36
2026-04-30dpll: export __dpll_pin_change_ntf() for use under dpll_lockIvan Vecera3-2/+11
2026-04-30ice: fix SMA and U.FL pin state changes affecting paired pinPetr Oros1-1/+49
2026-04-30ice: fix missing SMA pin initialization in DPLL subsystemPetr Oros1-0/+17
2026-04-30ice: fix infinite recursion in ice_cfg_tx_topo via ice_init_dev_hwPetr Oros3-2/+4
2026-04-30ice: fix NULL pointer dereference in ice_reset_all_vfs()Petr Oros1-1/+6
2026-04-30iavf: add VIRTCHNL_OP_ADD_VLAN to success completion handlerPetr Oros1-0/+4
2026-04-30iavf: wait for PF confirmation before removing VLAN filtersPetr Oros3-17/+34
2026-04-30iavf: stop removing VLAN filters from PF on interface downPetr Oros3-66/+12
2026-04-30iavf: rename IAVF_VLAN_IS_NEW to IAVF_VLAN_ADDINGPetr Oros2-5/+5