aboutsummaryrefslogtreecommitdiff
path: root/net/checksum.c
AgeCommit message (Expand)Author
2021-07-26net/checksum: Remove unused variable in net_checksum_add_iovRichard Henderson
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng
2021-01-25net: checksum: Add IP header checksum calculationGuishan Qin
2021-01-25net: checksum: Skip fragmented IP packetsMarkus Carlstedt
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2017-01-20net: optimize checksum computationLadi Prosek
2016-06-02net: handle optional VLAN header in checksum computation.Jean-Christophe Dubois
2016-06-02net: improve UDP/TCP checksum computation.Jean-Christophe Dubois
2016-06-02net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman
2016-03-08net: check packet payload lengthPrasad J Pandit
2016-02-04net: Clean up includesPeter Maydell
2013-03-25net: iovec checksum calculatorDmitry Fleytman
2013-03-25Checksum-related utility functionsDmitry Fleytman
2012-02-01Change license from GPLv2 to GPLv2+Stefan Weil
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini
2009-10-30net: move net-checksum.c under net/Mark McLoughlin