aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
30 hoursnet: add getsockopt_iter callback to proto_opsBreno Leitao1-0/+23
30 hoursMerge tag 'for-net-next-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJakub Kicinski1-0/+1
38 hourstcp: update window_clamp when SO_RCVBUF is setJakub Kicinski1-0/+1
39 hoursnet: team: Track rx enablement separately from tx enablementMarc Harvey1-2/+14
39 hoursnet: team: Rename enablement functions and struct members to txMarc Harvey1-22/+24
39 hoursnet: team: Rename port_disabled team mode op to port_tx_disabledMarc Harvey1-1/+1
39 hoursnet: team: Remove unused team_mode_op, port_enabledMarc Harvey1-1/+0
39 hoursnet: team: Annotate reads and writes for mixed lock accessed valuesMarc Harvey1-2/+2
2 dayspppox: convert pppox_sk() to use container_of()Qingfang Deng1-1/+1
2 dayspppox: remove sk_pppox() helperQingfang Deng1-5/+0
2 daysMerge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski2-5/+13
2 daysMerge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski1-7/+8
2 daysnet: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet1-8/+6
2 daysnet: change sk_filter_reason() to return the reason by valueEric Dumazet1-3/+6
2 daysnet: phy: broadcom: implement .disable_autonomous_eee for BCM54xxNicolai Buchwitz1-0/+3
2 daysnet: phy: add support for disabling PHY-autonomous EEENicolai Buchwitz1-0/+14
2 daysnet: tso: Introduce tso_dma_map and helpersJoe Damato1-0/+11
2 daysMerge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski2-0/+43
5 daysmmc: sdio: add MediaTek MT7902 SDIO device IDSean Wang1-0/+1
5 daysMerge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski1-1/+10
5 daysnetkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann1-0/+2
5 daysnet: Implement netdev_nl_queue_create_doitDaniel Borkmann1-1/+8
5 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-17/+58
6 daysnet/mlx5: Add icm_mng_function_id_mode cap bitMoshe Shemesh1-1/+7
6 daysnet/mlx5: Rename MLX5_PF page counter type to MLX5_SELFMoshe Shemesh1-1/+1
6 daysnet: dsa: eliminate <linux/dsa/loop.h>Vladimir Oltean1-42/+0
6 daysnet: dsa: remove unused platform_data definitionsVladimir Oltean1-3/+0
6 daysnet: dsa: clean up struct dsa_chip_dataVladimir Oltean1-20/+0
6 daysnet: dsa: remove struct platform_dataVladimir Oltean1-17/+0
6 daysx86: shadow stacks: proper error handling for mmap lockLinus Torvalds1-3/+3
7 dayswifi: mac80211, cfg80211: Export michael_mic() and move it to cfg80211Eric Biggers1-0/+5
7 daysnetfilter: use function typedefs for __rcu NAT helper hook pointersSun Jian5-26/+41
8 dayswifi: ieee80211: add more NAN definitionsBenjamin Berg2-0/+38
8 daysMerge tag 'soc-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+1
9 daysMerge tag 'char-misc-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-2/+14
9 daysMerge tag 'usb-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-2/+8
11 daysdpll: add frequency monitoring callback opsIvan Vecera1-0/+10
11 daysnet: always inline some skb helpersEric Dumazet1-20/+26
11 daysMerge tag 'gpio-fixes-for-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds2-10/+8
12 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-0/+24
12 daysnet: phy: microchip: add downshift tunable support for LAN88xxNicolai Buchwitz1-0/+5
12 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-32/+39
12 daysMerge tag 'net-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-1/+2
12 daysMerge tag 'iommu-fixes-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus Torvalds1-1/+2
13 daysusb: core: use dedicated spinlock for offload stateGuan-Yu Lin1-2/+8
14 daysMerge tag 'qcom-drivers-fixes-for-7.0' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixesKrzysztof Kozlowski1-0/+1
14 daysnetfilter: ipset: use nla_strcmp for IPSET_ATTR_NAME attrFlorian Westphal1-1/+1
14 dayslis3lv02d: fix kernel-doc warningsRandy Dunlap1-2/+2
2026-03-31bpf: Fix grace period wait for tracepoint bpf_linkKumar Kartikeya Dwivedi2-0/+24
2026-03-31Merge tag 'cgroup-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+3