Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vnet
/
ip
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-11
avoid using thread local storage for thread index
Damjan Marion
7
-20
/
+21
2018-07-09
IGMP improvements
Neale Ranns
6
-18
/
+234
2018-07-07
Pipes
Neale Ranns
1
-0
/
+1
2018-07-02
Fixing ip4-reassembly ip6-reassembly non feature node, next_node_index setting
Vijayabhaskar Katamreddy
2
-1
/
+2
2018-06-29
Removing the static keyword do_fragment routines, so that could be accessed o...
Vijayabhaskar Katamreddy
2
-3
/
+8
2018-06-29
IP4 Router Alert option handling for IGMP
Neale Ranns
4
-14
/
+156
2018-06-28
reassembly: optimize bihash usage
Klement Sekera
2
-45
/
+38
2018-06-28
ip: vectorized ip checksum
Damjan Marion
2
-69
/
+119
2018-06-26
Fix assert issue in ip_csum_add_even()
Hongjun Ni
1
-1
/
+2
2018-06-26
node functions cannot be always_inline
Damjan Marion
4
-6
/
+6
2018-06-20
Fix sw-if-index display error.
Brant Lin
1
-2
/
+2
2018-06-19
Check get packet template allocation failure (VPP-1321)
John Lo
3
-0
/
+12
2018-06-19
ip checksum multiarch support, cleanup
Dave Barach
2
-109
/
+91
2018-06-14
Use unicast DMAC for IP neighbor pool refresh probes
John Lo
7
-15
/
+28
2018-06-14
MTU: IP fragmentation added to ip4-rewrite and ip6-rewrite
Ole Troan
3
-15
/
+56
2018-06-11
MTU: Software interface / Per-protocol MTU support
Ole Troan
1
-5
/
+2
2018-06-08
Add reaper functions to want events APIs (VPP-1304)
Neale Ranns
2
-4
/
+135
2018-06-08
Implement DHCPv6 PD client (VPP-718, VPP-1050)
Juraj Sloboda
2
-0
/
+25
2018-06-07
Fix IP scan neighbor API/CLI handling of interval and stale
John Lo
1
-2
/
+2
2018-06-05
bond: send gratuitous arp when the active slave went down in active-backup mode
Steven
2
-14
/
+17
2018-06-04
ip4: optimize ip4_local
Florin Coras
2
-253
/
+319
2018-06-04
ip: save fib index for buffer in ip lookup
Florin Coras
5
-114
/
+65
2018-05-30
IPv6 for-us/receive multicast routes fix
Neale Ranns
1
-0
/
+4
2018-05-29
Add VLIB_NODE_FN() macro to simplify multiversioning of node functions
Damjan Marion
1
-29
/
+5
2018-05-28
Fix IP neighbor/arp pool full and static entry handling
John Lo
1
-97
/
+100
2018-05-27
proxy_arp: remove unused is_add
Marek Gradzki
1
-2
/
+1
2018-05-27
ip4-input node rework
Damjan Marion
2
-125
/
+336
2018-05-25
Fix possible null pointer dereference
Juraj Sloboda
1
-3
/
+14
2018-05-25
ARP proxy dumps
Neale Ranns
3
-14
/
+145
2018-05-23
VPP-1283: IPv6 PMTU missing MTU value in ICMP6 message.
Ole Troan
2
-18
/
+30
2018-05-23
VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message.
Ole Troan
2
-32
/
+43
2018-05-23
VPPAPIGEN: Add union and enum support and IP4/IP6 address type.
Ole Troan
1
-0
/
+37
2018-05-20
vector functions cleanup and improvements
Damjan Marion
1
-3
/
+2
2018-05-18
IP unnumbered dump
Neale Ranns
2
-1
/
+92
2018-05-18
IP address dump - don't send subnets for unnumbered interfaces
Neale Ranns
1
-4
/
+6
2018-05-17
Fixes in IPv6 RD control plane
Juraj Sloboda
2
-30
/
+59
2018-05-15
No overlapping sub-nets on any interface in the same table/VRF (VPP-943)
Neale Ranns
2
-25
/
+82
2018-05-14
Rework CP and DP communication in IPv6 RD (VPP-1256)
Juraj Sloboda
4
-359
/
+163
2018-05-11
Periodic scan and probe of IP neighbors to maintain neighbor pools
John Lo
6
-5
/
+516
2018-05-10
vnet: device flow offload infra
Damjan Marion
5
-0
/
+94
2018-05-04
Harmonize vec/pool_get_aligned object sizes and alignment requests
Dave Barach
2
-0
/
+8
2018-04-27
IPv6 NS/RS; do not vec_validate global structs in the DP
Neale Ranns
1
-12
/
+16
2018-04-27
IPv6 NS: use the mcast rewrite node to fill in the destination MAC
Neale Ranns
2
-263
/
+275
2018-04-27
A bit of buffer metadata reshuffling to accommodate flow_id
Damjan Marion
3
-8
/
+7
2018-04-18
Mcast rewrite optimisations
Neale Ranns
3
-8
/
+48
2018-04-17
IP mcast: allow unicast address as a next-hop
Neale Ranns
3
-1
/
+25
2018-04-17
VPP-1243: fix reassembly CLI
Klement Sekera
1
-5
/
+6
2018-04-16
Implement ip_probe_neighbor API
John Lo
2
-9
/
+63
2018-04-13
Revert "MTU: Setting of MTU on software interface (instead of hardware interf...
Damjan Marion
5
-128
/
+94
2018-04-13
MTU: Setting of MTU on software interface (instead of hardware interface)
Ole Troan
5
-94
/
+128
[next]