index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-26
Documentation: networking: explain what happens if temp_valid_lft is too small
Alex Henrie
1
-1
/
+3
2023-10-26
net: ipv6/addrconf: clamp preferred_lft to the minimum required
Alex Henrie
1
-5
/
+13
2023-10-26
net: ipv6/addrconf: clamp preferred_lft to the maximum allowed
Alex Henrie
1
-0
/
+1
2023-10-26
ipv6: avoid atomic fragment on GSO packets
Yan Zhai
1
-1
/
+7
2023-10-26
ipv6: refactor ip6_finish_output for GSO handling
Yan Zhai
1
-7
/
+15
2023-10-26
ipv6: drop feature RTAX_FEATURE_ALLFRAG
Yan Zhai
9
-45
/
+5
2023-10-25
mptcp: refactor sndbuf auto-tuning
Paolo Abeni
4
-10
/
+70
2023-10-25
mptcp: ignore notsent_lowat setting at the subflow level
Paolo Abeni
1
-0
/
+6
2023-10-25
mptcp: consolidate sockopt synchronization
Paolo Abeni
3
-33
/
+9
2023-10-25
mptcp: use copy_from_iter helpers on transmit
Paolo Abeni
1
-4
/
+15
2023-10-25
mptcp: give rcvlowat some love
Paolo Abeni
4
-15
/
+83
2023-10-25
tcp: define initial scaling factor value as a macro
Paolo Abeni
1
-5
/
+7
2023-10-25
mptcp: use plain bool instead of custom binary enum
Paolo Abeni
2
-12
/
+7
2023-10-25
mptcp: properly account fastopen data
Paolo Abeni
1
-0
/
+1
2023-10-25
mptcp: add a new sysctl for make after break timeout
Paolo Abeni
4
-3
/
+31
2023-10-25
Revert "Merge branch 'mv88e6xxx-dsa-bindings'"
Jakub Kicinski
26
-761
/
+457
2023-10-25
amd/pds_core: core: No need for Null pointer check before kfree
Bragatheswaran Manickavel
1
-5
/
+2
2023-10-25
dt-bindings: marvell: Add Marvell MV88E6060 DSA schema
Linus Walleij
2
-0
/
+89
2023-10-25
dt-bindings: marvell: Rewrite MV88E6xxx in schema
Linus Walleij
3
-110
/
+331
2023-10-25
ARM64: dts: marvell: Fix some common switch mistakes
Linus Walleij
7
-167
/
+164
2023-10-25
ARM: dts: nxp: Fix some common switch mistakes
Linus Walleij
5
-70
/
+70
2023-10-25
ARM: dts: marvell: Fix some common switch mistakes
Linus Walleij
8
-108
/
+96
2023-10-25
dt-bindings: net: mvusb: Fix up DSA example
Linus Walleij
1
-2
/
+5
2023-10-25
dt-bindings: net: dsa: Require ports or ethernet-ports
Linus Walleij
1
-0
/
+6
2023-10-25
sched: act_ct: switch to per-action label counting
Florian Westphal
2
-23
/
+19
2023-10-25
net: hns3: add some link modes for hisilicon device
Hao Chen
2
-82
/
+92
2023-10-25
net: dsa: microchip: ksz9477: add Wake on LAN support
Oleksij Rempel
4
-0
/
+132
2023-10-25
net: dsa: microchip: use wakeup-source DT property to enable PME output
Oleksij Rempel
2
-0
/
+4
2023-10-25
dt-bindings: net: dsa: microchip: add wakeup-source property
Oleksij Rempel
1
-0
/
+2
2023-10-25
net: dsa: microchip: Add missing MAC address register offset for ksz8863
Oleksij Rempel
1
-0
/
+1
2023-10-25
s390/qeth: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-25
s390/ctcm: replace deprecated strncpy with strscpy
Justin Stitt
1
-2
/
+2
2023-10-25
net: ethernet: mtk_wed: remove wo pointer in wo_r32/wo_w32 signature
Lorenzo Bianconi
1
-6
/
+6
2023-10-25
net: ethernet: mtk_wed: fix firmware loading for MT7986 SoC
Lorenzo Bianconi
1
-23
/
+25
2023-10-25
net: ethernet: renesas: drop SoC names in Kconfig
Wolfram Sang
1
-8
/
+1
2023-10-25
net: ethernet: renesas: group entries in Makefile
Wolfram Sang
1
-3
/
+1
2023-10-24
selftests: net: change ifconfig with ip command
Swarup Laxman Kotiaklapudi
1
-2
/
+4
2023-10-24
net: dsa: Rename IFLA_DSA_MASTER to IFLA_DSA_CONDUIT
Florian Fainelli
3
-8
/
+10
2023-10-24
net: dsa: Use conduit and user terms
Florian Fainelli
74
-1544
/
+1547
2023-10-24
tsnep: Fix tsnep_request_irq() format-overflow warning
Gerhard Engleder
2
-7
/
+7
2023-10-24
net: remove else after return in dev_prep_valid_name()
Jakub Kicinski
1
-5
/
+4
2023-10-24
net: remove dev_valid_name() check from __dev_alloc_name()
Jakub Kicinski
1
-3
/
+0
2023-10-24
net: trust the bitmap in __dev_alloc_name()
Jakub Kicinski
1
-11
/
+4
2023-10-24
net: reduce indentation of __dev_alloc_name()
Jakub Kicinski
1
-30
/
+26
2023-10-24
net: make dev_alloc_name() call dev_prep_valid_name()
Jakub Kicinski
1
-9
/
+11
2023-10-24
net: don't use input buffer of __dev_alloc_name() as a scratch space
Jakub Kicinski
1
-25
/
+8
2023-10-24
net: mptcp: use policy generated by YAML spec
Davide Caratti
5
-161
/
+250
2023-10-24
net: mptcp: rename netlink handlers to mptcp_pm_nl_<blah>_{doit,dumpit}
Davide Caratti
3
-32
/
+32
2023-10-24
uapi: mptcp: use header file generated from YAML spec
Davide Caratti
3
-173
/
+161
2023-10-24
Documentation: netlink: add a YAML spec for mptcp
Davide Caratti
2
-0
/
+392
[next]