CVS log for src/sys/dev/ic/bcmgenet.c
Up to [cvs.NetBSD.org] / src / sys / dev / ic
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Oct 6 19:34:06 2024 UTC (2 months ago) by skrll
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +7 -6
lines
Don't use obsoleted if_flags / IFF_ALLMULTI instead set / clear
ec_flags / ETHER_F_ALLMULTI.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Oct 4 10:41:58 2024 UTC (2 months ago) by skrll
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +41 -8
lines
Fix a problem noted by Taylor...
touching if_flags is forbidden in this context (no IFNET_LOCK guaranteed)
sc_promisc should be cached when if_flags changes, not when
SIOCADDMULTI/SIOCDELMULTI runs
by caching if_flags in sc_if_flags via a ifflags_cb.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Sep 15 07:38:08 2024 UTC (2 months, 3 weeks ago) by skrll
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +34 -56
lines
genet(4): Remove the non-MP-safe scaffolding.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Aug 25 12:38:20 2024 UTC (3 months, 2 weeks ago) by mlelstv
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3
lines
Fix off-by-one.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Aug 25 08:31:07 2024 UTC (3 months, 2 weeks ago) by mlelstv
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +39 -27
lines
Fix mbuf leak.
Minor optimizations for send queue.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Aug 25 08:27:06 2024 UTC (3 months, 2 weeks ago) by mlelstv
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +23 -3
lines
Fix MBUFTRACE
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Aug 25 08:24:42 2024 UTC (3 months, 2 weeks ago) by mlelstv
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +10 -10
lines
Don't mix endianess and MAC address layout.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Aug 25 07:02:27 2024 UTC (3 months, 2 weeks ago) by skrll
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -3
lines
Whitespace
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Sep 18 17:18:19 2022 UTC (2 years, 2 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -10
lines
Eliminate use of IFF_OACTIVE.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Aug 1 07:37:18 2022 UTC (2 years, 4 months ago) by mlelstv
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -5
lines
Revert last accidental commits.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Aug 1 07:34:28 2022 UTC (2 years, 4 months ago) by mlelstv
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -5
lines
Also fix shift values for SCT constants.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Dec 31 14:25:22 2021 UTC (2 years, 11 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3
lines
sys: Use if_init wrapper function.
Exception: Not in kern_pmf.c, for the kind of silly reason that it
avoids having kern_pmf.c refer to symbols defined only in net; this
avoids a pain in the rump.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Aug 10 15:28:44 2021 UTC (3 years, 4 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +13 -8
lines
Clear IFF_OACTIVE in genet_txintr (bug introduced in r1.8) and don't
sync DMA maps with size 0.
Revision 1.8.4.1: download - view: text, markup, annotated - select for diffs
Thu May 13 00:47:30 2021 UTC (3 years, 6 months ago) by thorpej
Branches: thorpej-i2c-spi-conf
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +15 -2
lines
Sync with HEAD.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 3 10:28:26 2021 UTC (3 years, 7 months ago) by rin
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-futex2-base,
thorpej-futex2,
thorpej-cfargs2-base,
thorpej-cfargs2,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +15 -2
lines
genet(4): Add support for rnd(9).
Revision 1.7.2.1: download - view: text, markup, annotated - select for diffs
Sat Apr 3 22:28:44 2021 UTC (3 years, 8 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +155 -60
lines
Sync with HEAD.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Mar 8 13:14:44 2021 UTC (3 years, 9 months ago) by mlelstv
Branches: MAIN
CVS tags: thorpej-futex-base,
thorpej-cfargs-base,
thorpej-cfargs
Branch point for: thorpej-i2c-spi-conf
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +155 -60
lines
Compute CRC for all segments of a multi-buffer packet.
Add interrupt mitigation for transmit and receive.
Use separate transmit lock.
Fix some error paths.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jun 27 13:34:20 2020 UTC (4 years, 5 months ago) by jmcneill
Branches: MAIN
Branch point for: thorpej-futex
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
prop_data_data_nocopy -> prop_data_value
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon May 25 19:49:28 2020 UTC (4 years, 6 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +26 -4
lines
Improve RGMII TX / RX delay handling, from OpenBSD.
Revision 1.5.2.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:08:06 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.5.2.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.2.1: +1012 -0
lines
Merge changes from current as of 20200406
Revision 1.5.2.1
Sun Mar 29 13:20:04 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.5: +0 -1012
lines
file bcmgenet.c was added on branch phil-wifi on 2020-04-08 14:08:06 +0000
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Mar 29 13:20:04 2020 UTC (4 years, 8 months ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh
Branch point for: phil-wifi
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +25 -15
lines
Try to use the existing HW address programmed into the device if possible.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Mar 29 13:04:15 2020 UTC (4 years, 8 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +14 -14
lines
Avoid "hole in RX ring" condition by ensuring a new mbuf is available
before using an existing one.
Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Sat Feb 29 20:19:08 2020 UTC (4 years, 9 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.1: +1002 -0
lines
Sync with head.
Revision 1.3.2.1
Thu Feb 27 17:30:07 2020 UTC (4 years, 9 months ago) by ad
Branches: ad-namecache
FILE REMOVED
Changes since revision 1.3: +0 -1002
lines
file bcmgenet.c was added on branch ad-namecache on 2020-02-29 20:19:08 +0000
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Feb 27 17:30:07 2020 UTC (4 years, 9 months ago) by jmcneill
Branches: MAIN
CVS tags: is-mlppp-base,
is-mlppp,
ad-namecache-base3
Branch point for: ad-namecache
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3
lines
Explicit format string for snprintf, spotted by tnn@
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 22 13:41:40 2020 UTC (4 years, 9 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +59 -12
lines
Add support for hardware rx filters.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Feb 22 00:28:35 2020 UTC (4 years, 9 months ago) by jmcneill
Branches: MAIN
Add support for Broadcom GENET v5 ethernet controller as found on the
Raspberry Pi 4 (BCM2711).
CVSweb <webmaster@jp.NetBSD.org>