index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
lldp
Commit message (
Expand
)
Author
Age
Files
Lines
*
lldp: fix string warnings
Aaron Conole
2018-06-14
1
-21
/
+17
*
sparse: Add guards to prevent FreeBSD-incompatible #include order.
Ben Pfaff
2017-12-22
3
-7
/
+4
*
types: New macros ETH_ADDR_C and ETH_ADDR64_C.
Ben Pfaff
2017-11-29
1
-3
/
+1
*
Eliminate most shadowing for local variable names.
Ben Pfaff
2017-08-02
1
-1
/
+1
*
list: Rename all functions in list.h with ovs_ prefix.
Ben Warren
2016-03-30
4
-23
/
+23
*
list: Remove lib/list.h completely.
Ben Warren
2016-03-30
3
-3
/
+3
*
userspace: Define and use struct eth_addr.
Jarno Rajahalme
2015-08-28
6
-11
/
+9
*
auto-attach: Cleanup i-sid/vlan mappings associated with lldp-enabled port.
Dennis Flynn
2015-06-17
1
-1
/
+25
*
lib/list: Add LIST_FOR_EACH_POP.
Jarno Rajahalme
2015-04-06
2
-6
/
+4
*
auto-attach: Support latest version of auto-attach LLDP TLVs
Dennis Flynn
2015-03-23
3
-55
/
+108
*
lldp: Fix DPDK build.
Pravin B Shelar
2015-03-04
3
-3
/
+0
*
lldp: Fully parenthesize some macro definitions.
Ben Pfaff
2015-03-03
1
-1
/
+1
*
lldp: Remove unused definitions from headers.
Ben Pfaff
2015-03-03
2
-22
/
+0
*
lldpd: Fix use of list of struct lldpd_hardware.
Ben Pfaff
2015-03-03
2
-4
/
+11
*
lldpd: Fix use of list of struct lldpd_chassis.
Ben Pfaff
2015-03-03
2
-6
/
+6
*
lldpd-structs: Declare Boolean member as one bit, not two.
Ben Pfaff
2015-03-03
1
-1
/
+1
*
lldpd: Remove unused members from struct lldpd.
Ben Pfaff
2015-03-03
1
-7
/
+0
*
lldp: Use ETH_ADDR_FMT.
Ben Pfaff
2015-03-03
1
-7
/
+2
*
lldp: Remove excessive parentheses.
Ben Pfaff
2015-03-03
2
-22
/
+18
*
lldpd: Fix return value convention for "send" function.
Ben Pfaff
2015-03-03
1
-1
/
+1
*
lldpd: Remove unused ALIGNED_CAST macro.
Ben Pfaff
2015-03-03
1
-2
/
+1
*
lldpd: Use CONTAINER_OF instead of cast, for safety.
Ben Pfaff
2015-03-03
1
-2
/
+2
*
lldpd: Remove obsolete comment.
Ben Pfaff
2015-03-03
1
-1
/
+0
*
lldp: Miscellaneous coding style fixes.
Ben Pfaff
2015-03-03
2
-9
/
+9
*
lldpd-structs: Fix type of c_id member.
Ben Pfaff
2015-03-03
2
-2
/
+2
*
lldp-structs: Fix use of list of struct lldpd_port.
Ben Pfaff
2015-03-03
3
-13
/
+13
*
lldp-structs: Fix use of list of struct lldpd_mgmt.
Ben Pfaff
2015-03-03
4
-15
/
+9
*
lldp-structs: Fix use of list of lldpd_aa_isid_vlan_maps_tlv.
Ben Pfaff
2015-03-03
2
-7
/
+6
*
lldp: Change representation of ISID to uint32_t.
Ben Pfaff
2015-03-03
2
-6
/
+18
*
lldpd-structs: Fix spelling error in message.
Ben Pfaff
2015-03-03
1
-1
/
+1
*
lldp: Declare "bool" variables as type "bool".
Ben Pfaff
2015-03-03
2
-17
/
+20
*
lldp: Use "bool" for boolean variables.
Ben Pfaff
2015-03-03
4
-19
/
+18
*
lldp: Use OVS time functions.
Ben Pfaff
2015-03-03
2
-5
/
+6
*
lldp: Use x*alloc() functions instead of writing them out in-place.
Ben Pfaff
2015-03-03
3
-42
/
+13
*
lldp: Get rid of POKE macros in favor of inline functions.
Ben Pfaff
2015-03-03
1
-236
/
+114
*
auto-attach: Add auto-attach support to ofproto layer
Dennis Flynn
2015-03-03
3
-16
/
+16
*
auto-attach: Initial support for Auto-Attach standard
Dennis Flynn
2015-03-03
8
-0
/
+2243