Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Anurag Saxena 3fcc9a9614
fix (#2841) 2023-09-11 23:14:40 +00:00
Will Hawkins cc7c313633
Add Linux member names for IPV4_HEADER (#2688)
Add aliases for the members of the IPV4_HEADER struct so that it can be
used cross platform.

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
2023-07-23 16:24:52 +00:00
Dave Thaler 1ffedea66d
Fix tcphdr (#2655)
Verified field names in BPF samples such as Cilium BPF programs

Fixes #2643

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
2023-07-05 20:54:58 +00:00
Gurnoor Singh Virdi c82c8a3ec3
fixed tcphdr bitfield type (#2044) (#2079)
Co-authored-by: Anurag Saxena <43585259+saxena-anurag@users.noreply.github.com>
2023-02-15 03:04:54 +00:00
Shankar Seal a1a2c6ad92
Sockops 1 (#952)
* remove dependabot from the fork.

* Revert "remove dependabot from the fork."

This reverts commit c542c6cd44.

* add sock_ops program and attach types.

* PR Feedback.
2022-04-14 15:09:54 -07:00
Dave Thaler 2f5ac3fbe9
Add some header file names included by typical eBPF programs (#916)
* Add some header file names included by typical eBPF programs

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* PR feedback

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Fix test

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Remove unneeded include

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Add _MSC_VER checks around pragma warnings in ebpf program headers

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Use full path to avoid requiring an include path

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

Co-authored-by: Alan Jowett <alanjo@microsoft.com>
2022-04-11 13:26:49 -07:00