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
2019-12-04
gso: remove the interface count
Mohsin Kazmi
1
-15
/
+7
2019-12-03
fib: constify the adjacency in the rewrite nodes
Neale Ranns
1
-1
/
+1
2019-11-11
ip: functional interface to ip fragmentation
Ole Troan
1
-8
/
+8
2019-11-05
ip: Fragmentation fixes
Neale Ranns
1
-96
/
+121
2019-10-10
tcp: custom checksum calculations for Ipv4/Ipv6
Srikanth A
1
-43
/
+3
2019-09-25
ip: refactor reassembly
Klement Sekera
1
-1
/
+1
2019-09-16
api: autogenerate api trace print/endian
Ole Troan
1
-1
/
+3
2019-09-11
ip: apply dual loop unrolling in ip4_rewrite
Lijian.Zhang
1
-0
/
+131
2019-09-07
ip: fix udp/tcp checksum corner cases
Dave Barach
1
-3
/
+15
2019-08-19
ip: leverage existing vlib_buffer_advance
Zhiyong Yang
1
-6
/
+3
2019-08-12
ip: allow addrs from the same prefix on intf
Matthew Smith
1
-79
/
+234
2019-08-03
ip: fix ip6/udp checksum for pkts using buffer chaining
John Lo
1
-0
/
+3
2019-07-19
ip: admin change affects intf IPv4 addr routes
Matthew G Smith
1
-7
/
+53
2019-07-08
ip: retain local interface address adjacency
Matthew Smith
1
-6
/
+24
2019-06-28
ip: ip-lookup - remove the dead code
Neale Ranns
1
-4
/
+1
2019-06-04
Punt: specify packets by IP protocol Type
Neale Ranns
1
-2
/
+12
2019-06-03
ARP: add feature arc
Neale Ranns
1
-0
/
+6
2019-05-31
VPP-1692: move NULL pointer check
Dave Barach
1
-5
/
+5
2019-05-30
IP load-balance; perf improvement using the usual reciepe
Neale Ranns
1
-137
/
+106
2019-05-06
ip4_load_balance: leverage vlib_get_buffers
Zhiyong Yang
1
-13
/
+11
2019-04-10
Make tcp/udp/icmp compute checksum safer for buffer-chain case
John Lo
1
-1
/
+1
2019-04-08
fixing typos
Jim Thompson
1
-2
/
+2
2019-03-28
IPSEC: run encrpyt as a feautre on the tunnel
Neale Ranns
1
-8
/
+19
2019-03-26
ip6-rewrite: bug fix buffer->error in dual loop
Kingwel Xie
1
-3
/
+12
2019-02-19
tap gso: experimental support
Andrew Yourtchenko
1
-7
/
+37
2019-02-14
Add -fno-common compile option
BenoƮt Ganne
1
-0
/
+2
2019-01-30
Use IP and MAC API types for neighbors
Neale Ranns
1
-9
/
+3
2019-01-10
ARP/ND: copy opaque2 persistent fields to new packet
Neale Ranns
1
-1
/
+4
2018-12-13
ip4_rewrite_inline: fix variable error
Zhiyong Yang
1
-2
/
+2
2018-12-12
Change ipsec feature node names
Pierre Pfister
1
-4
/
+4
2018-12-10
IP-local: any IP can appear as the source (VPP-1522)
Neale Ranns
1
-3
/
+15
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
[next]