summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-05-06xfrm: free not used XFRM_ESP_NO_TRAILER flagLeon Romanovsky1-1/+1
2022-05-06tcp: allow MPTCP to update the announced windowPaolo Abeni1-1/+1
2022-05-06net: Make msg_zerocopy_alloc staticDavid Ahern1-1/+0
2022-05-06Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski2-22/+1
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-13/+27
2022-05-05Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-3/+4
2022-05-05secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2-3/+3
2022-05-04Merge tag 'mlx5-updates-2022-05-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2-155/+0
2022-05-04mptcp: netlink: allow userspace-driven subflow establishmentFlorian Westphal1-0/+3
2022-05-04mptcp: netlink: Add MPTCP_PM_CMD_REMOVEKishen Maloor1-0/+2
2022-05-04mptcp: netlink: Add MPTCP_PM_CMD_ANNOUNCEKishen Maloor1-0/+2
2022-05-04net/mlx5: Remove not-supported ICV lengthLeon Romanovsky1-2/+0
2022-05-04net/mlx5: Merge various control path IPsec headers into one fileLeon Romanovsky1-145/+0
2022-05-04net/mlx5: Remove useless validity checkLeon Romanovsky1-10/+0
2022-05-04net/mlx5: Store IPsec ESN update work in XFRM stateLeon Romanovsky1-4/+6
2022-05-04Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-25/+65
2022-05-04netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski1-17/+33
2022-05-04mptcp: expose server_side attribute in MPTCP netlink eventsKishen Maloor1-0/+1
2022-05-03Merge tag 'mlx5-updates-2022-05-02' of git://git.kernel.org/pub/scm/linux/ker...Paolo Abeni2-10/+18
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang1-4/+5
2022-05-03net/mlx5: fs, add unused destination typeMark Bloch1-0/+1
2022-05-03net/mlx5: fs, split software and IFC flow destination definitionsMark Bloch2-10/+17
2022-05-03net: mscc: ocelot: add missed parentheses around macro argumentColin Foster1-1/+1
2022-05-03net: mscc: ocelot: remove unnecessary variableColin Foster1-5/+2
2022-05-02Stefan Schmidt says:Jakub Kicinski3-10/+96
2022-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+9
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-6/+7
2022-05-01net: phy: Add 10BASE-T1L support in phy-c45Alexandru Tachici3-0/+83
2022-05-01net: phy: Add BaseT1 auto-negotiation registersAlexandru Tachici1-0/+40
2022-05-01net: phy: Add 10-BaseT1L registersAlexandru Tachici1-0/+25
2022-05-01ethtool: Add 10base-T1L link mode entryAlexandru Tachici2-1/+2
2022-05-01net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min1-0/+1
2022-04-30Merge tag 'usb-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2022-04-30net: lan966x: Fix compilation errorHoratiu Vultur1-0/+4
2022-04-30net: ethernet: ocelot: remove the need for num_stats initializerColin Foster1-0/+10
2022-04-30net: inline dev_queue_xmit()Pavel Begunkov1-2/+12
2022-04-30net: inline skb_zerocopy_iter_dgramPavel Begunkov1-14/+22
2022-04-30net: inline sock_alloc_send_skbPavel Begunkov1-2/+8
2022-04-30Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Jakub Kicinski1-1/+5
2022-04-30tcp: pass back data left in socket after receiveJens Axboe1-1/+5
2022-04-30Merge tag 'soc-fixes-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2022-04-30Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+4
2022-04-29Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2022-04-29Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini1-1/+9
2022-04-29KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini1-1/+9
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2-8/+12
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-289/+105
2022-04-28Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-15/+22
2022-04-28elf: Fix the arm64 MTE ELF segment name and valueCatalin Marinas1-1/+1
2022-04-28Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2-1/+2