index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-02
efi_loader: fix handling of DHCP acknowledge
Heinrich Schuchardt
1
-3
/
+10
2020-10-19
efi_loader: fix use after free in receive path
Patrick Wildt
1
-23
/
+69
2020-05-18
common: Drop net.h from common header
Simon Glass
1
-0
/
+1
2019-09-05
doc: UEFI API documentation
Heinrich Schuchardt
1
-3
/
+6
2019-09-05
efi_loader: implement MCastIPtoMAC
Heinrich Schuchardt
1
-2
/
+42
2019-09-05
efi_loader: fix status management in network stack
Heinrich Schuchardt
1
-7
/
+62
2019-09-05
efi_loader: EFI_SIMPLE_NETWORK.Transmit() fill header
Heinrich Schuchardt
1
-6
/
+25
2019-09-05
efi_loader: interrupts in simple network protocol
Heinrich Schuchardt
1
-15
/
+25
2019-08-15
efi_loader: EFI_PXE_BASE_CODE_PROTOCOL stub
Heinrich Schuchardt
1
-3
/
+129
2019-05-19
efi_loader: parameter checks simple network protocol
Heinrich Schuchardt
1
-3
/
+3
2019-04-23
efi_loader: consistent naming of protocol GUIDs
Heinrich Schuchardt
1
-2
/
+2
2018-12-02
efi_loader: fix simple network protocol
Heinrich Schuchardt
1
-59
/
+332
2018-12-02
efi_loader: correctly aligned transmit buffer
Heinrich Schuchardt
1
-11
/
+20
2018-12-02
efi_loader: fix typos
Heinrich Schuchardt
1
-4
/
+4
2018-12-02
efi_loader: rename parent to header
Heinrich Schuchardt
1
-8
/
+14
2018-12-02
efi_loader: eliminate handle member
Heinrich Schuchardt
1
-3
/
+3
2018-10-16
efi_loader: remove lcd.h from efi_net.c
Heinrich Schuchardt
1
-1
/
+0
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
1
-1
/
+0
2018-07-26
initialize net_mode.if_type
Andrew Thomas
1
-0
/
+1
2018-05-10
SPDX: Convert a few files that were missed before
Tom Rini
1
-2
/
+1
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
1
-2
/
+0
2018-04-05
efi_loader: completely initialize network
Heinrich Schuchardt
1
-2
/
+34
2018-04-04
efi_loader: use TPL_NOTIFY for network timer event
Heinrich Schuchardt
1
-1
/
+3
2018-04-04
efi_loader: implement event groups
Heinrich Schuchardt
1
-2
/
+2
2018-04-04
efi_loader: return efi_status_t from efi_net_register
Heinrich Schuchardt
1
-11
/
+13
2017-12-01
efi_loader: helper function to add EFI object to list
Heinrich Schuchardt
1
-3
/
+1
2017-12-01
efi_loader: manage protocols in a linked list
Heinrich Schuchardt
1
-0
/
+1
2017-12-01
efi_loader: efi_net: use efi_add_protocol
Heinrich Schuchardt
1
-14
/
+20
2017-12-01
efi_loader: efi_net: check return value of calloc
Heinrich Schuchardt
1
-0
/
+4
2017-10-09
efi_loader: fill return values in SimpleNetworkProtocol
Heinrich Schuchardt
1
-2
/
+25
2017-10-09
efi_loader: size fields in SimpleNetworkProtocol
Heinrich Schuchardt
1
-4
/
+20
2017-10-09
efi_loader: fix efi_net_get_status
Heinrich Schuchardt
1
-3
/
+8
2017-10-09
efi_loader: implement WaitForPacket event
Heinrich Schuchardt
1
-0
/
+16
2017-10-09
efi_loader: use events for efi_net_receive
Heinrich Schuchardt
1
-3
/
+50
2017-10-09
efi_net: return EFI_UNSUPPORTED where appropriate
Heinrich Schuchardt
1
-6
/
+4
2017-10-09
efi_loader: efi_net: hwaddr_size = 6
Heinrich Schuchardt
1
-0
/
+1
2017-10-09
efi_loader: fill simple network protocol revision
Heinrich Schuchardt
1
-0
/
+1
2017-09-20
efi_loader: refactor boot device and loaded_image handling
Rob Clark
1
-4
/
+1
2017-09-20
efi_loader: use proper device-paths for net
Rob Clark
1
-17
/
+2
2017-07-19
efi_loader: refactor efi_open_protocol
xypron.glpk@gmx.de
1
-27
/
+3
2016-11-14
efi: Use device device path type Messaging for network interface node
Oleksandr Tymoshenko
1
-8
/
+9
2016-10-19
efi: Fix missing EFIAPI specifiers
Simon Glass
1
-2
/
+2
2016-10-19
efi_loader: Allow bouncing for network
Alexander Graf
1
-0
/
+7
2016-05-27
efi_loader: Add network access support
Alexander Graf
1
-0
/
+291