aboutsummaryrefslogtreecommitdiff
path: root/net/checksum.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-08misc/other: spelling fixesMichael Tokarev1-2/+2
2021-07-26net/checksum: Remove unused variable in net_checksum_add_iovRichard Henderson1-3/+1
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng1-4/+14
2021-01-25net: checksum: Add IP header checksum calculationGuishan Qin1-2/+6
2021-01-25net: checksum: Skip fragmented IP packetsMarkus Carlstedt1-0/+4
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2017-01-20net: optimize checksum computationLadi Prosek1-8/+13
2016-06-02net: handle optional VLAN header in checksum computation.Jean-Christophe Dubois1-4/+31
2016-06-02net: improve UDP/TCP checksum computation.Jean-Christophe Dubois1-27/+67
2016-06-02net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman1-4/+3
2016-03-08net: check packet payload lengthPrasad J Pandit1-2/+8
2016-02-04net: Clean up includesPeter Maydell1-0/+1
2013-03-25net: iovec checksum calculatorDmitry Fleytman1-0/+29
2013-03-25Checksum-related utility functionsDmitry Fleytman1-6/+7
2012-02-01Change license from GPLv2 to GPLv2+Stefan Weil1-4/+1
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2009-10-30net: move net-checksum.c under net/Mark McLoughlin1-0/+85