summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-06-17net: make for_each_netdev_dump() a little more bug-proofJakub Kicinski1-1/+2
2024-06-15net: stmmac: add select_pcs() platform methodRussell King (Oracle)1-1/+3
2024-06-15net/mlx5e: Support SWP-mode offload L4 csum calculationRahul Rameshbabu1-1/+2
2024-06-15net/mlx5: Correct TASR typo into TSARCosmin Ratiu1-1/+1
2024-06-14Merge branch 'mana-shared' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Jakub Kicinski2-5/+8
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-39/+86
2024-06-13Merge tag 'net-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-12/+41
2024-06-13flow_offload: add encapsulation control flag helpersAsbjørn Sloth Tønnesen1-0/+35
2024-06-13net: ipv4: Add a sysctl to set multipath hash seedPetr Machata3-1/+32
2024-06-13net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata1-0/+7
2024-06-13net: add and use __skb_get_hash_symmetric_netFlorian Westphal1-1/+7
2024-06-13net: add and use skb_get_hash_netFlorian Westphal1-2/+10
2024-06-12net: mana: Allow variable size indirection tableShradha Gupta2-5/+8
2024-06-12net/tcp: Remove tcp_hash_fail()Dmitry Safonov1-37/+0
2024-06-12net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov1-0/+317
2024-06-12net/tcp: Move tcp_inbound_hash() from headersDmitry Safonov1-74/+4
2024-06-12net/tcp: Add a helper tcp_ao_hdr_maclen()Dmitry Safonov1-0/+5
2024-06-12net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefsDmitry Safonov1-10/+4
2024-06-12Merge tag 'for-net-2024-06-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-4/+32
2024-06-12net: pse-pd: Use EOPNOTSUPP error code instead of ENOTSUPPKory Maincent1-2/+2
2024-06-12net: core,vrf: Change pcpu_dstat fields to u64_stats_tJeremy Kerr1-6/+6
2024-06-11Merge tag 'vfs-6.10-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+9
2024-06-11ice: add and use roundup_u64 instead of open coding equivalentJacob Keller1-0/+28
2024-06-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+10
2024-06-11Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski5-72/+240
2024-06-10Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz1-4/+32
2024-06-10geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman1-2/+3
2024-06-10net: netlink: remove the cb_mutex "injection" from netlink coreJakub Kicinski1-1/+0
2024-06-10tcp: move inet_twsk_schedule helper out of headerFlorian Westphal1-5/+0
2024-06-10net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider1-2/+4
2024-06-10mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel1-1/+0
2024-06-08Merge tag 'for-linus-2024060801' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2024-06-08Merge tag 'locking-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-9/+9
2024-06-08Merge tag 'mm-hotfixes-stable-2024-06-07-15-24' of git://git.kernel.org/pub/s...Linus Torvalds3-6/+23
2024-06-07Merge tag 'iommu-fixes-v6.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-06-07dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0Udit Kumar2-4/+4
2024-06-07input: Add support for "Do Not Disturb"Aseda Aboagye1-0/+1
2024-06-07input: Add event code for accessibility keyAseda Aboagye1-0/+1
2024-06-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2024-06-07Merge tag 'pci-v6.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+0
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-208/+59
2024-06-06Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+5
2024-06-06tcp: move reqsk_alloc() to inet_connection_sock.cEric Dumazet1-33/+0
2024-06-06tcp: small changes in reqsk_put() and reqsk_free()Eric Dumazet1-2/+2
2024-06-06net: use unrcu_pointer() helperEric Dumazet1-1/+1
2024-06-06net/mlx5e: SHAMPO, Re-enable HW-GROYoray Zack1-5/+11
2024-06-06net/mlx5e: SHAMPO, Use KSMs instead of KLMsYoray Zack1-0/+1
2024-06-06mm/ksm: fix ksm_zero_pages accountingChengming Zhou2-4/+15
2024-06-06mm: huge_mm: fix undefined reference to `mthp_stats' for CONFIG_SYSFS=nBarry Song1-0/+6
2024-06-06mm: drop the 'anon_' prefix for swap-out mTHP countersBaolin Wang1-2/+2