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
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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-23
net: Fix unused variable compile warning
Joe Hershberger
1
-4
/
+3
2012-05-23
net: Add net_update_ether() to handle ARP and Ping replies
Joe Hershberger
3
-6
/
+29
2012-05-23
net: Refactor to separate the UDP handler from the ARP handler
Joe Hershberger
8
-51
/
+72
2012-05-23
net: Refactor to protect access to the NetState variable
Joe Hershberger
7
-28
/
+31
2012-05-23
net: Refactor to use NetSendPacket instead of eth_send directly
Joe Hershberger
4
-14
/
+6
2012-05-23
net: Refactor ping receive handler
Joe Hershberger
1
-16
/
+2
2012-05-23
net: Move debug trace to point of action
Joe Hershberger
1
-1
/
+1
2012-05-23
net: Refactor bootp packet length computations
Joe Hershberger
1
-11
/
+13
2012-05-23
net: Refactor packet length computations
Joe Hershberger
3
-10
/
+16
2012-05-23
net: Refactor NetSendUDPPacket to share more code
Joe Hershberger
1
-19
/
+25
2012-05-23
net: Refactor IP, UPD, and ICMP header writing functions
Joe Hershberger
3
-52
/
+55
2012-05-23
net: cosmetic: Replace magic numbers in arp.c with constants
Joe Hershberger
1
-17
/
+17
2012-05-23
net: cosmetic: Rename tmp to reply_ip_addr in arp.c
Joe Hershberger
1
-3
/
+3
2012-05-23
net: cosmetic: Alphabetize includes in net.c
Joe Hershberger
1
-12
/
+12
2012-05-23
net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZE
Joe Hershberger
2
-9
/
+8
2012-05-23
net: cosmetic: Rename CDPHandler to cdp_receive
Joe Hershberger
3
-4
/
+4
2012-05-23
net: cosmetic: Rename "x" to "eth_proto"
Joe Hershberger
1
-12
/
+12
2012-05-23
net: cosmetic: Add a more explicit comment about 802.2
Joe Hershberger
1
-1
/
+2
2012-05-23
net: cosmetic: Rename parameter len to payload_len
Joe Hershberger
1
-7
/
+8
2012-05-23
net: cosmetic: Un-typedef ICMP_t
Joe Hershberger
2
-2
/
+2
2012-05-23
net: cosmetic: Un-typedef ARP_t
Joe Hershberger
2
-8
/
+8
2012-05-23
net: cosmetic: Un-typedef VLAN_Ethernet_t
Joe Hershberger
1
-2
/
+4
2012-05-23
net: cosmetic: Un-typedef Ethernet_t
Joe Hershberger
7
-13
/
+14
2012-05-23
net: cosmetic: Split struct ip_udp_hdr into ip_hdr
Joe Hershberger
2
-13
/
+13
2012-05-23
net: cosmetic: Un-typedef IP_t
Joe Hershberger
13
-45
/
+47
2012-05-23
net: Move RARP receive logic out of net.c
Joe Hershberger
3
-48
/
+37
2012-05-23
net: Move PING out of net.c
Joe Hershberger
4
-129
/
+179
2012-05-23
net: Move ARP out of net.c
Joe Hershberger
4
-196
/
+257
2012-05-23
net: Encapsulate CDP packet identification
Joe Hershberger
1
-1
/
+1
2012-05-23
net: Move CDP out of net.c
Joe Hershberger
4
-365
/
+397
2012-05-23
net: Move MAC-seeded rand out of bootp.c
Joe Hershberger
5
-58
/
+107
2012-05-15
net: move bootfile init into eth_initialize
Mike Frysinger
1
-0
/
+10
2012-05-15
net: punt bd->bi_ip_addr
Mike Frysinger
1
-2
/
+0
2012-05-15
net: cosmetic: tftp.* checkpatch compliance
Joe Hershberger
2
-17
/
+15
2012-05-15
net: cosmetic: sntp.* checkpatch compliance
Joe Hershberger
2
-15
/
+18
2012-05-15
net: cosmetic: rarp.* checkpatch compliance
Joe Hershberger
2
-16
/
+16
2012-05-15
net: cosmetic: nfs.* checkpatch compliance
Joe Hershberger
2
-152
/
+150
2012-05-15
net: cosmetic: net.c checkpatch compliance
Joe Hershberger
1
-14
/
+8
2012-05-15
net: cosmetic: eth.c checkpatch compliance
Joe Hershberger
1
-35
/
+32
2012-05-15
net: cosmetic: bootp.* checkpatch compliance
Joe Hershberger
2
-193
/
+203
2012-05-15
net: Remove volatile from net API
Joe Hershberger
5
-30
/
+28
2012-04-03
net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back
Eric Miao
1
-2
/
+1
2012-03-18
bootstage: Plumb in bootstage calls for basic operations
Simon Glass
2
-0
/
+5
2012-03-18
bootstage: Replace show_boot_progress/error() with bootstage_...()
Simon Glass
1
-3
/
+3
2012-03-18
bootstage: Convert net progress numbers to enums
Simon Glass
1
-3
/
+3
2012-03-18
bootstage: Use show_boot_error() for -ve progress numbers
Simon Glass
1
-1
/
+1
2012-03-18
net/miiphy/serial: drop duplicate "NAMESIZE" define
Mike Frysinger
1
-1
/
+1
2012-03-06
PPC: Drop mv6446x_eth_initialize() from net/eth.c
Marek Vasut
1
-5
/
+0
2012-03-06
PPC: Drop mv6436x_eth_initialize() from net/eth.c
Marek Vasut
1
-4
/
+0
2012-03-03
eth: remove usb-ethernet devices before re-enumerating them
Vincent Palatin
1
-0
/
+29
[prev]
[next]