aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2 daysselftests: net: use upstream mtoolsHEADmain40GbE200GbE1GbE10GbE100GbEVladimir Oltean1-2/+17
2 daysselftest: epoll_busy_poll: Fix spelling mistake "couldnt" -> "couldn't"Colin Ian King1-1/+1
2 daysnet: phy: air_en8811h: reset netdev rules when LED is set manuallyDaniel Golle1-0/+4
2 daysMerge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski28-175/+639
5 daysMerge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski8-6/+22
5 daysMerge branch 'net-qede-convert-filter-code-to-use-extack'Jakub Kicinski1-51/+63
5 daysnet: qede: use extack in qede_parse_actions()Asbjørn Sloth Tønnesen1-2/+3
5 daysnet: qede: propagate extack through qede_flow_spec_validate()Asbjørn Sloth Tønnesen1-3/+4
5 daysnet: qede: use faked extack in qede_flow_spec_to_rule()Asbjørn Sloth Tønnesen1-1/+4
5 daysnet: qede: use extack in qede_parse_flow_attr()Asbjørn Sloth Tønnesen1-12/+14
5 daysnet: qede: add extack in qede_add_tc_flower_fltr()Asbjørn Sloth Tønnesen1-1/+2
5 daysnet: qede: use extack in qede_flow_parse_udp_v4()Asbjørn Sloth Tønnesen1-4/+4
5 daysnet: qede: use extack in qede_flow_parse_udp_v6()Asbjørn Sloth Tønnesen1-4/+4
5 daysnet: qede: use extack in qede_flow_parse_tcp_v4()Asbjørn Sloth Tønnesen1-4/+4
5 daysnet: qede: use extack in qede_flow_parse_tcp_v6()Asbjørn Sloth Tønnesen1-4/+4
5 daysnet: qede: use extack in qede_flow_parse_v4_common()Asbjørn Sloth Tønnesen1-7/+9
5 daysnet: qede: use extack in qede_flow_parse_v6_common()Asbjørn Sloth Tønnesen1-8/+9
5 daysnet: qede: use extack in qede_set_v4_tuple_to_profile()Asbjørn Sloth Tønnesen1-4/+4
5 daysnet: qede: use extack in qede_set_v6_tuple_to_profile()Asbjørn Sloth Tønnesen1-5/+5
5 daysnet: qede: use extack in qede_flow_parse_ports()Asbjørn Sloth Tønnesen1-5/+6
5 daysnet: usb: smsc95xx: stop lying about skb->truesizeEric Dumazet1-8/+7
5 daysnet: dsa: microchip: Fix spellig mistake "configur" -> "configure"Colin Ian King1-1/+1
5 daysaf_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima3-4/+12
5 daysnet: ethernet: adi: adin1110: Replace linux/gpio.h by proper oneAndy Shevchenko1-1/+1
5 daysocteontx2-pf: Reuse Transmit queue/Send queue index of HTB classHariprasad Kelam1-1/+79
5 daysMerge branch 'gve-minor-cleanups'Jakub Kicinski2-27/+19
5 daysgve: Use ethtool_sprintf/puts() to fill stats stringsSimon Horman1-25/+17
5 daysgve: Avoid unnecessary use of comma operatorSimon Horman1-2/+2
5 daysselftests: net: increase the delay for relative cmsg_time.sh testJakub Kicinski2-16/+23
5 daysselftests: net: fix timestamp not arriving in cmsg_time.shJakub Kicinski1-5/+15
5 daysvirtio_net: Fix memory leak in virtnet_rx_mod_workDaniel Jurgens1-2/+1
5 daysbnxt_en: silence clang build warningVadim Fedorenko1-1/+1
6 daysMerge tag 'gtp-24-05-07' of git://git.kernel.org/pub/scm/linux/kernel/git/pab...David S. Miller4-130/+745
6 daysnetfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal8-21/+23
6 daysselftests: netfilter: add packetdrill based conntrack testsFlorian Westphal10-0/+475
6 daysnetfilter: nft_set_pipapo: remove dirty flagFlorian Westphal2-27/+0
6 daysnetfilter: nft_set_pipapo: move cloning of match info to insert/removal pathFlorian Westphal1-21/+49
6 daysnetfilter: nft_set_pipapo: prepare pipapo_get helper for on-demand cloneFlorian Westphal1-7/+10
6 daysnet: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang1-1/+1
6 daystcp: get rid of twsk_unique()Eric Dumazet5-13/+5
6 daysnet/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju1-4/+7
6 daysselftest: epoll_busy_poll: epoll busy poll testsJoe Damato3-1/+323
7 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski265-1347/+2906
7 daysMerge tag 'net-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds47-205/+519
7 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-0/+4
7 daysMerge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
7 daysl2tp: Support several sockets with same IP/port quadrupleSamuel Thibault1-0/+21
7 daysnet: dsa: mv88e6xxx: read cmode on mv88e6320/21 serdes only portsSteffen Bätz1-6/+17
7 daysnet: dsa: mv88e6xxx: add phylink_get_caps for the mv88e6320/21 familySteffen Bätz1-2/+14
7 daysMerge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'Paolo Abeni6-41/+47
7 daysnet: hns3: fix kernel crash when devlink reload during initializationYonglong Liu2-18/+9
7 daysnet: hns3: fix port vlan filter not disabled issueYonglong Liu1-1/+6
7 daysnet: hns3: use appropriate barrier function after setting a bit valuePeiyang Wang2-4/+2
7 daysnet: hns3: release PTP resources if pf initialization failedPeiyang Wang1-1/+3
7 daysnet: hns3: change type of numa_node_mask as nodemask_tPeiyang Wang5-8/+11
7 daysnet: hns3: direct return when receive a unknown mailbox messageJian Shen1-3/+4
7 daysnet: hns3: using user configure after hardware resetPeiyang Wang2-6/+12
7 daysnet/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu1-7/+12
7 daysMerge tag 'wireless-next-2024-05-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski235-9684/+13476
7 daysMerge branch 'netdevsim-add-napi-support'Jakub Kicinski7-20/+282
7 daysnet: selftest: add test for netdev netlink queue-get APIDavid Wei5-8/+77
7 daysnetdevsim: add NAPI supportDavid Wei2-12/+205
7 daysselftests: drv-net: add checksum testsWillem de Bruijn7-2/+132
7 daysipv6: prevent NULL dereference in ip6_output()Eric Dumazet1-1/+1
7 dayshsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski1-15/+12
7 daysphonet: no longer hold RTNL in route_dumpit()Eric Dumazet1-8/+9
7 daysnet: annotate data-races around dev->if_portEric Dumazet7-10/+10
7 daysipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet1-1/+5
7 daysnet: dst_cache: minor optimization in dst_cache_set_ip6()Eric Dumazet1-1/+1
7 daysnet: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet2-3/+4
7 daysdt-bindings: net: mediatek: remove wrongly added clocks and SerDesDaniel Golle1-20/+2
7 daysnetlink/specs: Add VF attributes to rt_link specDonald Hunter1-2/+235
7 daysdt-bindings: net: ipq4019-mdio: add IPQ9574 compatibleAlexandru Gagniuc1-0/+2
7 daysMerge tag '6.9-rc7-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds6-51/+60
7 daysMerge tag 'fuse-fixes-6.9-final' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
7 daysMerge tag 'exfat-for-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+5
7 daysMerge tag 'bcachefs-2024-05-07.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds20-71/+150
8 daysMerge tag 'soc-fixes-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-21/+19
8 daysMerge tag 'pci-v6.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+5
8 daysnet: e1000e & ixgbe: Remove PCI_HEADER_TYPE_MFD duplicatesIlpo Järvinen2-3/+0
8 daysigc: fix a log entry using uninitialized netdevCorinna Vinschen1-2/+3
8 daysice: remove correct filters during eswitch releaseMichal Swiatkowski1-1/+4
8 daysigb: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+3
8 daysice: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4
8 daysiavf: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4
8 daysi40e: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4
8 daysMerge branch 'rxrpc-miscellaneous-fixes'Jakub Kicinski3-21/+37
8 daysrxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells1-11/+35
8 daysrxrpc: Fix congestion control algorithmDavid Howells3-10/+2
8 daysselftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MACIdo Schimmel1-11/+3
8 daystest: hsr: Call cleanup_all_ns when hsr_redbox.sh script exitsLukasz Majewski1-0/+2
8 daysax25: Remove superfuous "return" from ax25_ds_set_timerJoel Granados1-1/+0
8 daysipvs: allow some sysctls in non-init user namespacesAlexander Mikhalitsyn1-4/+15
8 daysipvs: add READ_ONCE barrier for ipvs->sysctl_amemthreshAlexander Mikhalitsyn1-7/+7
8 daysipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida1-1/+1
8 daysnet: stmmac: dwmac-ipq806x: account for rgmii-txid/rxid/id phy-modeChristian Marangi1-0/+12
8 daysnet: bridge: switchdev: Improve error message for port_obj_add/del functionsOleksij Rempel1-4/+95
8 daysnet: phy: marvell-88q2xxx: add support for Rev B1 and B2Gregor Herburger1-16/+103
8 daysappletalk: Improve handling of broadcast packetsVincent Duvert1-3/+16
8 daysnet/ipv4: add tracepoint for icmp_sendPeilin He2-0/+71
8 daysnet: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau1-2/+7
8 daysMerge branch 'ksz-dcb-dscp'David S. Miller18-86/+2133
8 daysselftests: microchip: add test for QoS support on KSZ9477 switch familyOleksij Rempel1-0/+668
8 daysnet: dsa: microchip: add support DSCP priority mappingOleksij Rempel3-15/+50
8 daysnet: dsa: add support switches global DSCP priority mappingOleksij Rempel2-0/+84
8 daysnet: dsa: microchip: let DCB code do PCP and DSCP policy configurationOleksij Rempel2-12/+0
8 daysnet: dsa: microchip: init predictable IPV to queue mapping for all non KSZ8xx...Oleksij Rempel1-24/+33
8 daysnet: dsa: microchip: enable ETS support for KSZ989X variantsOleksij Rempel2-12/+1
8 daysnet: dsa: microchip: dcb: add special handling for KSZ88X3 familyOleksij Rempel4-3/+242
8 daysnet: dsa: microchip: add support for different DCB app configurationsOleksij Rempel6-2/+583
8 daysnet: dsa: microchip: add multi queue support for KSZ88X3 variantsOleksij Rempel2-35/+61
8 daysnet: add IEEE 802.1q specific helpersOleksij Rempel5-0/+379
8 daysnet: dsa: microchip: add IPV information supportOleksij Rempel2-3/+20
8 daysnet: dsa: add support for DCB get/set apptrust configurationOleksij Rempel2-0/+32
8 daysvirtiofs: include a newline in sysfs tagBrian Foster1-1/+1
8 daysMerge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski10-134/+82
8 daysnet: usb: sr9700: stop lying about skb->truesizeEric Dumazet1-7/+3
8 daysnet: usb: smsc75xx: stop lying about skb->truesizeEric Dumazet1-8/+4
8 daysusb: aqc111: stop lying about skb->truesizeEric Dumazet1-5/+3
8 daysmptcp: only allow set existing scheduler for net.mptcp.schedulerGregory Detal1-1/+38
8 daysselftests/net: fix uninitialized variablesJohn Hubbard3-2/+5
8 dayslib: Allow for the DIM library to be modularFlorian Fainelli3-3/+6
8 daysnfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa1-0/+1
8 daysmptcp: fix possible NULL dereferencesEric Dumazet1-15/+17
8 daysselftests: netfilter: conntrack_tcp_unreplied.sh: wait for initial connection...Florian Westphal1-7/+18
8 daysnet: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet153-173/+174
8 daysnet: dccp: Fix ccid2_rtt_estimator() kernel-docJeff Johnson1-0/+1
8 daysnet: phy: marvell: add support for MV88E6250 family internal PHYsMatthias Schiffer2-1/+82
8 daysnet: phy: marvell: constify marvell_hw_statsMatthias Schiffer1-1/+1
9 daysbcachefs: Add missing sched_annotate_sleep() in bch2_journal_flush_seq_async()Kent Overstreet1-0/+6
9 daysbcachefs: Fix race in bch2_write_super()Kent Overstreet1-15/+32
9 dayswifi: mwl8k: initialize cmd->addr[] properlyDan Carpenter1-1/+1
9 daysMerge branch 'remove-rtnl-lock-protection-of-cvq'Paolo Abeni1-115/+173
9 daysvirtio_net: Remove rtnl lock protection of command buffersDaniel Jurgens1-20/+4
9 daysvirtio_net: Add a lock for per queue RX coalesceDaniel Jurgens1-12/+41
9 daysvirtio_net: Do DIM update for specified queue onlyDaniel Jurgens1-25/+15
9 daysvirtio_net: Add a lock for the command VQ.Daniel Jurgens1-1/+10
9 daysvirtio_net: Remove command data from control_bufDaniel Jurgens1-39/+85
9 daysvirtio_net: Store RSS setting in virtnet_infoDaniel Jurgens1-20/+20
9 daysnet: dsa: mt7530: detect PHY muxing when PHY is defined on switch MDIO busArınç ÜNAL1-1/+2
9 daysMerge branch 'rtnetlink-more-rcu-conversions-for-rtnl_fill_ifinfo'Paolo Abeni9-66/+89
9 daysrtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet6-8/+7
9 daysrtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()Eric Dumazet1-5/+7
9 daysrtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet2-8/+11
9 daysrtnetlink: do not depend on RTNL for many attributesEric Dumazet1-20/+31
9 daysnet: write once on dev->allmulti and dev->promiscuityEric Dumazet1-16/+20
9 daysrtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet4-5/+5
9 daysrtnetlink: do not depend on RTNL for IFLA_IFNAME outputEric Dumazet1-2/+6
9 daysrtnetlink: do not depend on RTNL for IFLA_QDISC outputEric Dumazet1-3/+3
9 daysMerge branch 'net-qede-don-t-restrict-error-codes'Paolo Abeni1-9/+18
9 daysnet: qede: use return from qede_flow_parse_ports()Asbjørn Sloth Tønnesen1-4/+9
9 daysnet: qede: use return from qede_flow_spec_validate_unused()Asbjørn Sloth Tønnesen1-3/+4
9 daysnet: qede: use return from qede_parse_actions() for flow_specAsbjørn Sloth Tønnesen1-2/+5
9 daysMerge tag 'qcom-arm64-fixes-for-6.9-2' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann1-17/+13
9 daysMerge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski18-62/+219
9 daysmptcp: fix typos in commentsShi-Sheng Yang1-2/+2
9 daysocteontx2-pf: Treat truncation of IRQ name as an errorSimon Horman1-2/+10
9 daysnetlink: specs: Add missing bridge linkinfo attrsDonald Hunter1-0/+6
9 daysphonet: fix rtm_phonet_notify() skb allocationEric Dumazet1-1/+1
9 daysatm/fore200e: Delete unused 'fore200e_boards'Dr. David Alan Gilbert2-4/+0
9 daysgve: Implement queue apiShailend Chand5-24/+189
9 daysgtp: identify tunnel via GTP device + GTP version + TEID + familyPablo Neira Ayuso1-22/+63
9 daysgtp: support for IPv4-in-IPv6-GTP and IPv6-in-IPv4-GTPPablo Neira Ayuso1-28/+101
9 daysgtp: add helper function to build GTP packets from an IPv6 packetPablo Neira Ayuso1-47/+62
9 daysgtp: add helper function to build GTP packets from an IPv4 packetPablo Neira Ayuso1-27/+42
9 daysgtp: remove IPv4 and IPv6 header from context objectPablo Neira Ayuso1-12/+11
9 daysgtp: move debugging to skbuff build helper functionPablo Neira Ayuso1-4/+6
9 daysgtp: pass up link local traffic to userspace socketPablo Neira Ayuso1-0/+4
9 daysgtp: use IPv6 address /64 prefix for UE/MSPablo Neira Ayuso1-10/+42
9 daysgtp: add IPv6 supportPablo Neira Ayuso3-27/+374
9 daysgtp: prepare for IPv6 supportPablo Neira Ayuso1-55/+96
9 daysgtp: properly parse extension headersPablo Neira Ayuso2-0/+46
9 daysgtp: remove useless initializationPablo Neira Ayuso1-2/+2
9 daysMerge tag 'for-6.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-15/+18
9 daysReapply "drm/qxl: simplify qxl_fence_wait"Linus Torvalds2-52/+5
9 daysPCI/ASPM: Restore parent state to parent, child state to childKai-Heng Feng1-2/+2
9 daysMerge tag 'slab-for-6.9-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-25/+31
10 daysMerge tag 'auxdisplay-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-176/+189
10 daysice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek7-80/+30
10 daysice: Deduplicate tc action setupMarcin Szycik1-41/+15
10 daysice: update E830 device ids and commentsPaul Greenwalt3-16/+16
10 daysice: add additional E830 device idsPaul Greenwalt3-0/+24
10 daysbcachefs: BCH_SB_LAYOUT_SIZE_BITS_MAXKent Overstreet2-1/+3
10 daysbcachefs: Add missing skcipher_request_set_callback() callKent Overstreet1-0/+1
10 daysbcachefs: Fix snapshot_t() usage in bch2_fs_quota_read_inode()Kent Overstreet1-5/+3
10 daysbcachefs: Fix shift-by-64 in bformat_needs_redo()Kent Overstreet1-8/+14
10 daysbcachefs: Guard against unknown k.k->type in __bkey_invalid()Kent Overstreet1-2/+2
10 daysbcachefs: Add missing validation for superblock section cleanKent Overstreet1-0/+14
10 daysbcachefs: Fix assert in bch2_alloc_v4_invalid()Kent Overstreet2-4/+8
10 daysbcachefs: fix overflow in fiemapReed Riley1-1/+1
10 daysbcachefs: Add a better limit for maximum number of bucketsKent Overstreet4-3/+17
10 daysbcachefs: Fix lifetime issue in device iterator helpersKent Overstreet1-2/+2
10 daysbcachefs: Fix bch2_dev_lookup() refcountingKent Overstreet1-6/+2
10 daysbcachefs: Initialize bch_write_op->failed in inline data pathKent Overstreet1-0/+2
10 daysbcachefs: Fix refcount put in sb_field_resize error pathKent Overstreet1-1/+1
10 daysbcachefs: Inodes need extra padding for varint_decode_fast()Kent Overstreet1-10/+18
10 daysbcachefs: Fix early error path in bch2_fs_btree_key_cache_exit()Kent Overstreet1-7/+9
10 daysbcachefs: bucket_pos_to_bp_noerror()Kent Overstreet2-5/+11
10 daysbcachefs: don't free error pointersKent Overstreet1-1/+2
10 dayswifi: iwlwifi: Ensure prph_mac dump includes all addressesDaniel Gabay1-7/+2