committer filter by committer.
@path/to/ filter by path in repository.
committer@path/to/ filter by committer AND path in repository.
abdef0123 filter by commit's SHA hash.
rNNN filter by SVN revision.
rNNN-rMMM filter by SVN revisions range (inclusive).
Multiple filters can be specified separated by spaces or comas in which case they'll be combined using OR operator.
861a612d | kib | July 12, 2021, 9:34 a.m. | mlx5en: register vxlan start/stop handlers
Handlers maintain flow rules and inform hardware about non-standard VxLAN port in use. The database of the vxlan end points is maintained. Reviewed by: hselasky Sponsored by: Mellanox Technologies/NVidia Networking MFC after: 1 weekcgit |
|
1b36b386 | kib | July 12, 2021, 9:34 a.m. | mlx5en: eliminate magic constant
Use sizeof(struct udphdr) where appropriate Reviewed by: hselasky Sponsored by: Mellanox Technologies/NVidia Networking MFC after: 1 weekcgit |
|
16816f96 | kib | July 12, 2021, 9:34 a.m. | mlx5en: style, remove redundant parentheses
Reviewed by: hselasky Sponsored by: Mellanox Technologies/NVidia Networking MFC after: 1 weekcgit |
|
8b8c71d7 | kib | July 12, 2021, 9:34 a.m. | mlx5en: increase the limit MLX5E_MAX_TX_HEADER
to accomodate for large inline headers for VxLAN TX Reviewed by: hselasky Sponsored by: Mellanox Technologies/NVidia Networking MFC after: 1 weekcgit |
|
bc56a8f9 | kib | July 12, 2021, 9:34 a.m. | mlx5: Flow steering tree: increase number of supported flow tables from 3 to 5
Reviewed by: hselasky Sponsored by: Mellanox Technologies/NVidia Networking MFC after: 1 weekcgit |
|
c8bdc78b | kib | July 12, 2021, 9:34 a.m. | mlx5: cqe64: update the tunneled bit name with recent PRM
Reviewed by: hselasky Sponsored by: Mellanox Technologies/NVidia Networking MFC after: 1 weekcgit |
|
86d69de8 | delphij | July 12, 2021, 6:12 a.m. | Fix blankspace anomalies, no actual code change. | |
c43bf3f5 | delphij | July 12, 2021, 5:46 a.m. | snd_hda(4): Fix sound on headset jack for ThinkPad T51.
sys/dev/sound/pci/hda/hdaa_patches.c: match_pin_patches: Use HDA_DEV_MATCH instead of regular == sys/dev/sound/pci/hda/pin_patch_realtek.h: Add quirk for Lenovo laptops when ALC298 is used.cgit |
|
844aa31c | mjg | July 12, 2021, 5:03 a.m. | cache: add cache_enter_time_flags | |
4c87085d | gbe | July 12, 2021, 4:31 a.m. | nfsd: Fix some issues found by mandoc
- consider using OS macro: Fx Reviewed by: bcr MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31145cgit |
|
0b129325 | gbe | July 12, 2021, 4:28 a.m. | pmc(3): mandoc clean ups
- new sentence, new line - tab in filled text - unusual Xr order - skipping paragraph macro: Pp before Ss Reviewed by: bcr MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31143cgit |
|
3251ad29 | gbe | July 12, 2021, 4:16 a.m. | libcasper(3): Correct some warnings found by mandoc
- inserting missing end of block: Sh breaks Bl - moving content out of list: Pp - missing comma before name: Nm cap_* - comma in function argument: cap_* - skipping paragraph macro: Pp after Sh - sections out of conventional order: Sh AUTHORS Reviewed by: bcr MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31144cgit |
|
517904de | grehan | July 12, 2021, 4:57 a.m. | igc(4): Introduce new driver for the Intel I225 Ethernet controller.
This controller supports 2.5G/1G/100MB/10MB speeds, and allows tx/rx checksum offload, TSO, LRO, and multi-queue operation. The driver was derived from code contributed by Intel, and modified by Netgate to fit into the iflib framework. Thanks to Mike Karels for testing and feedback on the driver. Reviewed by: bcr (manpages), kbowling, scottl, erj MFC after: 1 month Relnotes: yes Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D30668cgit |
|
0c5a5925 | rew | July 11, 2021, 8:47 p.m. | fsck_ffs: fix background fsck in preen mode
Background checks are only allowed for mounted filesystems - don't try to open the device for writing when performing a background check. While here, remove a debugging printf that's commented out. PR: 256746 Fixes: 5cc52631b3b88dfc36d8049dc8bece8573c5f9af Reviewed by: mckusick MFC After: 1 week Differential Revision: https://reviews.freebsd.org/D30880cgit |
|
4488c8c3 | rmacklem | July 11, 2021, 8:34 p.m. | mount_nfs.8: Add information for "nconnect" to man page
Commit 1e0a518d6548 added a new NFS mount option "nconnect". This patch adds information on this option to the man page. It also adds an IMPLEMENTATION section that explains how the default I/O size is determined and that "nfsstat -m" can be used to find out what option settings are actually in use. This is a content change. Reviewed by: gbe (manpages) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D31135cgit |