index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
checksum.c
Age
Commit message (
Expand
)
Author
2023-09-08
misc/other: spelling fixes
Michael Tokarev
2021-07-26
net/checksum: Remove unused variable in net_checksum_add_iov
Richard Henderson
2021-01-25
net: checksum: Introduce fine control over checksum type
Bin Meng
2021-01-25
net: checksum: Add IP header checksum calculation
Guishan Qin
2021-01-25
net: checksum: Skip fragmented IP packets
Markus Carlstedt
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2017-01-20
net: optimize checksum computation
Ladi Prosek
2016-06-02
net: handle optional VLAN header in checksum computation.
Jean-Christophe Dubois
2016-06-02
net: improve UDP/TCP checksum computation.
Jean-Christophe Dubois
2016-06-02
net_pkt: Extend packet abstraction as required by e1000e functionality
Dmitry Fleytman
2016-03-08
net: check packet payload length
Prasad J Pandit
2016-02-04
net: Clean up includes
Peter Maydell
2013-03-25
net: iovec checksum calculator
Dmitry Fleytman
2013-03-25
Checksum-related utility functions
Dmitry Fleytman
2012-02-01
Change license from GPLv2 to GPLv2+
Stefan Weil
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
2009-10-30
net: move net-checksum.c under net/
Mark McLoughlin