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
/
ip4_forward.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-28
Remove useless prefetch in ip4-rewrite node
Simon Zhang
1
-1
/
+1
2018-11-26
Add a feature arc consistency check
Dave Barach
1
-0
/
+4
2018-11-14
Remove c-11 memcpy checks from perf-critical code
Dave Barach
1
-12
/
+12
2018-11-08
IP load-balance; trace at the end of the node so the flow hash used is displayed
Neale Ranns
1
-3
/
+3
2018-11-02
arp:add error counters for all failure cases
Eyal Bari
1
-98
/
+82
2018-10-29
Use throttle_t for ND throttling
Neale Ranns
1
-2
/
+6
2018-10-23
c11 safe string handling support
Dave Barach
1
-3
/
+3
2018-10-22
ipsec: split ipsec nodes into ip4/ip6 nodes
Klement Sekera
1
-4
/
+4
2018-10-04
Support reassembly for fragments coming to ip4-local node
Juraj Sloboda
1
-0
/
+7
2018-10-02
ip4-local: classify protos that skip csum and src check
Florin Coras
1
-13
/
+38
2018-09-27
IPIP and IPv6 fragmentation
Ole Troan
1
-1
/
+1
2018-08-30
Refactor the ARP throttle into a common type so it can be reused
Neale Ranns
1
-21
/
+3
2018-08-23
ip4: rework rewrite node to use vlib_buffer_enqueue_to_next()
Damjan Marion
1
-355
/
+270
2018-08-17
VPP-1392: VXLAN fails with IP fragmentation
Ole Troan
1
-1
/
+1
2018-08-13
Multiarch for ip4 forwarding nodes
Damjan Marion
1
-59
/
+49
2018-08-09
Thread-safe ARP / ND throttling
Dave Barach
1
-35
/
+20
2018-07-21
fix IP directed broadcast node declarations
Matthew Smith
1
-1
/
+1
2018-07-20
IP directed broadcast
Neale Ranns
1
-6
/
+99
2018-07-11
avoid using thread local storage for thread index
Damjan Marion
1
-2
/
+2
2018-06-26
node functions cannot be always_inline
Damjan Marion
1
-1
/
+1
2018-06-19
Check get packet template allocation failure (VPP-1321)
John Lo
1
-0
/
+3
2018-06-14
Use unicast DMAC for IP neighbor pool refresh probes
John Lo
1
-5
/
+17
2018-06-14
MTU: IP fragmentation added to ip4-rewrite and ip6-rewrite
Ole Troan
1
-3
/
+9
2018-06-04
ip4: optimize ip4_local
Florin Coras
1
-253
/
+318
2018-06-04
ip: save fib index for buffer in ip lookup
Florin Coras
1
-22
/
+19
2018-05-23
VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message.
Ole Troan
1
-30
/
+39
2018-05-15
No overlapping sub-nets on any interface in the same table/VRF (VPP-943)
Neale Ranns
1
-25
/
+38
2018-04-18
Mcast rewrite optimisations
Neale Ranns
1
-3
/
+25
2018-04-13
Revert "MTU: Setting of MTU on software interface (instead of hardware interf...
Damjan Marion
1
-57
/
+41
2018-04-13
MTU: Setting of MTU on software interface (instead of hardware interface)
Ole Troan
1
-41
/
+57
2018-03-21
reassembly: feature/concurrency
Klement Sekera
1
-14
/
+3
2018-03-18
Remove unnumbered configuration on interface delete
Neale Ranns
1
-1
/
+2
2018-03-01
6RD: Rewritten 6RD RFC5969 support.
Ole Troan
1
-1
/
+2
2018-02-12
Improve MTU handling
Neale Ranns
1
-13
/
+30
2018-02-09
ip4_forward: set pkt error in case potential memory corrupt
Chun Li
1
-0
/
+2
2018-02-08
ip: move lookup inline functions to header file
Vijayabhaskar Katamreddy
1
-372
/
+1
2018-02-07
classifier-based ACL: refactor + add output ACL
Andrew Yourtchenko
1
-0
/
+7
2018-02-01
IPv4/6 reassembly
Klement Sekera
1
-3
/
+10
2018-01-31
Improved tracing for the IP[46] not-enabled case.
Neale Ranns
1
-9
/
+9
2018-01-30
Allow the provider of a midchain adjacency to pass context data that is retur...
Neale Ranns
1
-3
/
+6
2018-01-09
DVR: run L3 output features
Neale Ranns
1
-1
/
+1
2017-12-15
Fix icmp/udp/tcp punt/drop paths
Vijayabhaskar Katamreddy
1
-2
/
+2
2017-12-13
IP bi-direction multicast - same cable check on egress
Neale Ranns
1
-1
/
+16
2017-12-13
Separate heap for IPv4 mtries
Neale Ranns
1
-0
/
+29
2017-11-29
Add some indent-off to the node declarations in ip4-forward
Neale Ranns
1
-19
/
+42
2017-11-07
vnet: ip4/6_local-> don't drop TCP/UCP marked for cksum calc fix
Jakub Grajciar
1
-7
/
+7
2017-11-03
vnet: ip4/6_local->don't drop packet if marked for TCP/UDP offload cksum calc...
Jakub Grajciar
1
-5
/
+14
2017-10-15
ip: avoid arp assert if out of buffers (VPP-1030)
Florin Coras
1
-0
/
+4
2017-10-10
session: add support for application namespacing
Florin Coras
1
-0
/
+5
2017-10-10
punt and drop features:
Neale Ranns
1
-72
/
+5
[next]